|
23ce6b9227
|
ogl: remove glMapBuffer as it isn't in gles
|
2013-08-19 19:20:10 +02:00 |
|
|
10f6117905
|
Add some ifdef magic to GLFunctions.cpp to make it not directly dependant on GLESv3.
|
2013-08-15 18:15:55 +00:00 |
|
|
06620ff364
|
[Android] Fall back to using dlsym on ourselves to pull in OpenGL Functions when eglGetProcAddress fails. This fixes an issue on the Chromebook where I was forced to link to libGLESv2 and pull in the functions statically since eglGetProcAddress wouldn't return any GLESv3 functions. This also changes glMapBuffer to glMapBufferOES because glMapBuffer isn't actually part of the OpenGL ES 3 spec...
|
2013-08-15 18:07:56 +00:00 |
|
|
a9ebd7d3e5
|
Fix Android Build.
|
2013-07-26 15:02:03 +00:00 |
|
|
703a51e4c0
|
[Android] Start of *working* GLES3 support. Needs to be able to compile in Windows still.
|
2013-06-11 08:33:56 -05:00 |
|