[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47491] branches/soc-2012-swiss_cheese/ source/tools/GL: Added new stop files to glreport.py.

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 6 03:37:02 CEST 2012


Revision: 47491
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47491
Author:   jwilkins
Date:     2012-06-06 01:37:01 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
Added new stop files to glreport.py.  Added GL_POINT_SIZE_RANGE to the renamed ambiguous symbols list.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/tools/GL/deprecated.gl
    branches/soc-2012-swiss_cheese/source/tools/GL/glreport.py

Modified: branches/soc-2012-swiss_cheese/source/tools/GL/deprecated.gl
===================================================================
--- branches/soc-2012-swiss_cheese/source/tools/GL/deprecated.gl	2012-06-06 01:34:54 UTC (rev 47490)
+++ branches/soc-2012-swiss_cheese/source/tools/GL/deprecated.gl	2012-06-06 01:37:01 UTC (rev 47491)
@@ -392,6 +392,10 @@
 	'glWindowPos3s',
 	'glWindowPos3sv']),
 
+'OLD_TOKEN_NAME_1_2': set([
+	'GL_POINT_SIZE_RANGE',
+	'GL_POINT_SIZE_GRANULARITY']),
+
 'OLD_TOKEN_NAME_1_5': set([
 	'GL_CURRENT_FOG_COORDINATE',
 	'GL_FOG_COORDINATE',

Modified: branches/soc-2012-swiss_cheese/source/tools/GL/glreport.py
===================================================================
--- branches/soc-2012-swiss_cheese/source/tools/GL/glreport.py	2012-06-06 01:34:54 UTC (rev 47490)
+++ branches/soc-2012-swiss_cheese/source/tools/GL/glreport.py	2012-06-06 01:37:01 UTC (rev 47491)
@@ -54,6 +54,10 @@
     os.path.join('extern', 'glew', 'include', 'GL', 'glxew.h'),
     os.path.join('extern', 'glew', 'include', 'GL', 'wglew.h'),
     os.path.join('extern', 'glew', 'src', 'glew.c'),
+    os.path.join('extern', 'glew-android', 'include', 'GL', 'glew.h'),
+    os.path.join('extern', 'glew-android', 'include', 'GL', 'glxew.h'),
+    os.path.join('extern', 'glew-android', 'include', 'GL', 'wglew.h'),
+    os.path.join('extern', 'glew-android', 'src', 'glew.c'),
     os.path.join('source', 'blender', 'python', 'generic', 'bgl.h'),
     os.path.join('source', 'blender', 'python', 'generic', 'bgl.c')]
 




More information about the Bf-blender-cvs mailing list