[Bf-blender-cvs] [59593af] GPU_data_request: disable logging of orphaned GL buffer IDs

Mike Erwin noreply at git.blender.org
Tue Apr 21 09:02:56 CEST 2015


Commit: 59593af2a756673fb4c6c4edd9fc1c09c957d941
Author: Mike Erwin
Date:   Tue Apr 21 03:02:30 2015 -0400
Branches: GPU_data_request
https://developer.blender.org/rB59593af2a756673fb4c6c4edd9fc1c09c957d941

disable logging of orphaned GL buffer IDs

===================================================================

M	source/blender/gpu/intern/gpux_buffer_id.c

===================================================================

diff --git a/source/blender/gpu/intern/gpux_buffer_id.c b/source/blender/gpu/intern/gpux_buffer_id.c
index 6c02721..19b1b62 100644
--- a/source/blender/gpu/intern/gpux_buffer_id.c
+++ b/source/blender/gpu/intern/gpux_buffer_id.c
@@ -2,7 +2,7 @@
 #include "BLI_threads.h"
 #include "BLI_utildefines.h"
 
-#define ORPHAN_DEBUG
+//#define ORPHAN_DEBUG
 
 #ifdef ORPHAN_DEBUG
   #include <stdio.h>




More information about the Bf-blender-cvs mailing list