summaryrefslogtreecommitdiffstats
path: root/opengl/include/GLES
Commit message (Collapse)AuthorAgeFilesLines
* opengl: Update GLES headers and generate *.in from registry XMLJesse Hall2014-05-211-31/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import GLES headers from Khronos SVN r26322: https://cvs.khronos.org/svn/repos/registry/trunk/public/gles/api There are many non-functional whitespace and parameter name changes included here. These were introduced upstream when converting from the old .spec registry to the new XML registry. There are also some new extensions added. Unfortunately there isn't a version of the XML that matches the headers the previous versions of the *.in files were generated from, so I can't separate out the non-functional changes from the new extensions (other than temporarily hacking them out of the XML). See below for a list. Finally, I had to hack the official glext.h. Khronos hasn't updated the official GLES1 headers since switching to the XML registry, and there is one critical difference: a "const void**" parameter in the official header is "const void* const*" in the registry. I changed the header to avoid build errors with code generated from the registry. Dependencies on the *.in files required manually updating some GLES_trace/ files as well: - gltrace_api.{h,cpp} must be manually re-generated using tools/genapi.py. - New GL prototypes must be manually added to gltrace.proto. - gltrace.pb.{h,cpp} must be regenerated using aprotoc (see dev.make) New GLES extensions in libs/GLES_CM/glext_api.in: - GL_OES_byte_coordinates - GL_EXT_map_buffer_range - GL_APPLE_copy_texture_levels - GL_APPLE_sync New GLES2 extensions in libs/GLES2/gl2ext_api.in: - GL_KHR_blend_equation_advanced - GL_KHR_debug - GL_OES_sample_shading - GL_OES_texture_storage_multisample_2d_array - GL_EXT_disjoint_timer_query - GL_EXT_draw_buffers - GL_EXT_draw_instanced - GL_EXT_instanced_arrays - GL_EXT_map_buffer_range - GL_EXT_map_buffer_range - GL_EXT_multiview_draw_buffers - GL_EXT_separate_shader_objects - GL_ANGLE_instanced_arrays - GL_ANGLE_translated_shader_source - GL_APPLE_copy_texture_levels - GL_APPLE_sync - GL_INTEL_performance_query - GL_NV_blend_equation_advanced - GL_NV_copy_buffer - GL_NV_draw_instanced - GL_NV_framebuffer_blit - GL_NV_framebuffer_multisample - GL_NV_instanced_arrays - GL_NV_non_square_matrices Bug: 15028495 Change-Id: I902517c23354e14f9c63b1584db286d682315bb5
* Revert "Update GLES headers from Khronos SVN r26322"Jesse Hall2014-05-201-125/+30
| | | | | | This reverts commit 20670e33c76a32370695a82a3e7f2fb30be30608. Change-Id: Iae3dfbaf852ff1b6906af1d5508c2baf1173b481
* Update GLES headers from Khronos SVN r26322Jesse Hall2014-05-191-30/+125
| | | | | | | | Public registry is: https://cvs.khronos.org/svn/repos/registry/trunk/public/gles/api Bug: 15028495 Change-Id: I2269a6a2486c34b6a9e378d4a25a41492d531c81
* update GLES headers and add support for corresponding new extensions.Mathias Agopian2012-01-281-14/+183
| | | | Change-Id: I554d9659113b4721b748ee5c1a3b1ca82b11d75e
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-151-5/+8
| | | | | | | Add correct enumerants for OES_EGL_image_external to glext.h. SurfaceFlinger now checks for the correct extension name. Change-Id: I2ba2728a01fa2260bd086d2df4316c68f694a9b1
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-0/+10
| | | | | | This will allow us to support YUV surfaces. Change-Id: I2d4da75f1006a5285bdc552695d4caeecccf2183
* fix OpenGL ES extension headers from khronosMathias Agopian2010-06-091-14/+14
| | | | | | | the official headers have a couple typos, which this CL fixes. Change-Id: I0359531a05a4a62ddbdce70c5841ec1c355feb3b
* update the OpenGL ES headers to the latestMathias Agopian2010-06-093-10/+402
| | | | Change-Id: Iceef1e95504897a5e3759b0401cf7031c9e74547
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-141-15/+0
|\ | | | | | | | | | | | | Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
| * remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro ↵Mathias Agopian2009-05-081-15/+0
| | | | | | | | eglext.h
| * only export the GL entry-points, hide everything else.Mathias Agopian2009-05-081-4/+4
| | | | | | | | | | | | | | | | Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-6/+0
|/ | | | SurfaceFlinger rework for new EGL driver model support.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+1445
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-1445/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-104-0/+1445