[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47128] trunk/lib/android/armv7-a_9: Adding GL stubs

Alexander Kuznetsov kuzsasha at gmail.com
Mon May 28 19:35:55 CEST 2012


Revision: 47128
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47128
Author:   alexk
Date:     2012-05-28 17:35:55 +0000 (Mon, 28 May 2012)
Log Message:
-----------
Adding GL stubs
For now they support only basic functions

Added Paths:
-----------
    trunk/lib/android/armv7-a_9/fakeGL/
    trunk/lib/android/armv7-a_9/fakeGL/GL/
    trunk/lib/android/armv7-a_9/fakeGL/GL/err.txt
    trunk/lib/android/armv7-a_9/fakeGL/GL/fakegl.h
    trunk/lib/android/armv7-a_9/fakeGL/GL/gl-list
    trunk/lib/android/armv7-a_9/fakeGL/GL/gl.h
    trunk/lib/android/armv7-a_9/fakeGL/GL/glext.h
    trunk/lib/android/armv7-a_9/fakeGL/GL/glu.h
    trunk/lib/android/armv7-a_9/fakeGL/GL/glx.h
    trunk/lib/android/armv7-a_9/fakeGL/GL/makedefine.py
    trunk/lib/android/armv7-a_9/fakeGL/GL/makeinc.sh
    trunk/lib/android/armv7-a_9/fakeGL/GL/makeundef.py
    trunk/lib/android/armv7-a_9/fakeGL/GL/newgl
    trunk/lib/android/armv7-a_9/fakeGL/GL/realgl.h
    trunk/lib/android/armv7-a_9/fakeGL/gl-dummy.c
    trunk/lib/android/armv7-a_9/fakeGL/glu-dummy.c
    trunk/lib/android/armv7-a_9/fakeGL/libGLUarm.so
    trunk/lib/android/armv7-a_9/fakeGL/libGLarm.so
    trunk/lib/android/armv7-a_9/fakeGL/readme

Added: trunk/lib/android/armv7-a_9/fakeGL/GL/err.txt
===================================================================
--- trunk/lib/android/armv7-a_9/fakeGL/GL/err.txt	                        (rev 0)
+++ trunk/lib/android/armv7-a_9/fakeGL/GL/err.txt	2012-05-28 17:35:55 UTC (rev 47128)
@@ -0,0 +1,92 @@
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_ActiveTexture':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:617: error: implicit declaration of function 'fake_glActiveTexture'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_AttachShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:620: error: implicit declaration of function 'fake_glAttachShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_CompileShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:669: error: implicit declaration of function 'fake_glCompileShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_CreateProgram':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:672: error: implicit declaration of function 'fake_glCreateProgram'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_CreateShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:673: error: implicit declaration of function 'fake_glCreateShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_DeleteProgram':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:676: error: implicit declaration of function 'fake_glDeleteProgram'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_DeleteShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:677: error: implicit declaration of function 'fake_glDeleteShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_DetachShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:682: error: implicit declaration of function 'fake_glDetachShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetAttachedShaders':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:715: error: implicit declaration of function 'fake_glGetAttachedShaders'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetProgramInfoLog':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:733: error: implicit declaration of function 'fake_glGetProgramInfoLog'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetProgramiv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:734: error: implicit declaration of function 'fake_glGetProgramiv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetShaderInfoLog':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:735: error: implicit declaration of function 'fake_glGetShaderInfoLog'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetShaderiv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:736: error: implicit declaration of function 'fake_glGetShaderiv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetShaderSource':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:737: error: implicit declaration of function 'fake_glGetShaderSource'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_GetUniformLocation':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:749: error: implicit declaration of function 'fake_glGetUniformLocation'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_IsProgram':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:763: error: implicit declaration of function 'fake_glIsProgram'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_IsShader':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:764: error: implicit declaration of function 'fake_glIsShader'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_LinkProgram':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:776: error: implicit declaration of function 'fake_glLinkProgram'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform1f':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:937: error: implicit declaration of function 'fake_glUniform1f'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform2f':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:938: error: implicit declaration of function 'fake_glUniform2f'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform3f':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:939: error: implicit declaration of function 'fake_glUniform3f'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform4f':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:940: error: implicit declaration of function 'fake_glUniform4f'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform1fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:941: error: implicit declaration of function 'fake_glUniform1fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform2fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:942: error: implicit declaration of function 'fake_glUniform2fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform3fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:943: error: implicit declaration of function 'fake_glUniform3fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform4fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:944: error: implicit declaration of function 'fake_glUniform4fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform1i':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:945: error: implicit declaration of function 'fake_glUniform1i'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform2i':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:946: error: implicit declaration of function 'fake_glUniform2i'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform3i':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:947: error: implicit declaration of function 'fake_glUniform3i'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform4i':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:948: error: implicit declaration of function 'fake_glUniform4i'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform1iv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:949: error: implicit declaration of function 'fake_glUniform1iv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform2iv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:950: error: implicit declaration of function 'fake_glUniform2iv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform3iv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:951: error: implicit declaration of function 'fake_glUniform3iv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_Uniform4iv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:952: error: implicit declaration of function 'fake_glUniform4iv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix2fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:953: error: implicit declaration of function 'fake_glUniformMatrix2fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix3fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:954: error: implicit declaration of function 'fake_glUniformMatrix3fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix4fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:955: error: implicit declaration of function 'fake_glUniformMatrix4fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix2x3fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:956: error: implicit declaration of function 'fake_glUniformMatrix2x3fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix3x2fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:957: error: implicit declaration of function 'fake_glUniformMatrix3x2fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix2x4fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:958: error: implicit declaration of function 'fake_glUniformMatrix2x4fv'
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c: In function 'Method_UniformMatrix4x2fv':
+/home/alex/blender-small/blender/source/blender/python/generic/bgl.c:959: error: implicit declaration of function 'fake_glUniformMatrix4x2fv'

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list