summaryrefslogtreecommitdiffstats
path: root/opengl/include/GLES2
Commit message (Collapse)AuthorAgeFilesLines
* 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-12/+12
| | | | | | | 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-94/+381
| | | | Change-Id: Iceef1e95504897a5e3759b0401cf7031c9e74547
* Added most of the support needed for GLES 2.xMathias Agopian2009-05-271-0/+29
|
* minor modifications to the official GLES 2.x headersMathias Agopian2009-05-272-8/+8
| | | | | - changed glTexImage2D() declaration so it matches that of GLES 1.x; otherwise we can't include both headers (!!!) - added parameter names to the declaration of some extensions (this is needed by glapigen and glentrygen)
* add GLES 2.x headersMathias Agopian2009-05-272-0/+1138