[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21525] branches/soc-2009-imbusy/source/ blender/gpu/intern/gpu_buffers.c: sorry, legacy mode was on in the last commit, but everything is still working

Lukas Steiblys imbusy at imbusy.org
Sat Jul 11 15:47:05 CEST 2009


Revision: 21525
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21525
Author:   imbusy
Date:     2009-07-11 15:47:05 +0200 (Sat, 11 Jul 2009)

Log Message:
-----------
sorry, legacy mode was on in the last commit, but everything is still working

Modified Paths:
--------------
    branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c

Modified: branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c
===================================================================
--- branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c	2009-07-11 13:45:01 UTC (rev 21524)
+++ branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c	2009-07-11 13:47:05 UTC (rev 21525)
@@ -241,7 +241,7 @@
 	DEBUG_VBO("GPU_drawobject_new\n");
 
 	object = MEM_callocN(sizeof(GPUDrawObject),"GPU_drawobject_new");
-	object->legacy = 1;
+	/*object->legacy = 1;*/
 	memset(numverts,0,sizeof(int)*256);
 
 	mvert = dm->getVertArray(dm);





More information about the Bf-blender-cvs mailing list