summaryrefslogtreecommitdiff
path: root/registry
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'khronos-registry' into HEADGurchetan Singh2019-09-234-286/+2394
|\
| * Update OpenGL/EGL registriesGurchetan Singh2019-09-234-1809/+6563
| | | | | | | | | | OpenGL: 253836ac53b2e248fa47d96cacc18a63ac27c703 EGL: a9bef577b041caab108257ea386d0302290d4361
* | Update registryEmmanuele Bassi2018-02-234-1601/+4182
| | | | | | | | | | - OpenGL: dc62ac39930726183c0f0ad007e4ce6499597664 - EGL: 0fa0d37da846998aa838ed2b784a340c28dadff3
* | Merge branch 'khronos-registry'Emmanuele Bassi2017-06-061-29/+129
|\ \ | | | | | | | | | | | | | | | Update EGL registry from Khronos. Closes #126
| * | Import EGL registry from GitHub 2e6e7ff7bf9Daniel Stone2017-06-061-29/+129
| |/
* | Document the process for updating the registryEmmanuele Bassi2017-02-081-0/+13
| | | | | | | | | | This avoids each maintainer to transmit the knowledge orally to the next maintainer.
* | Merge branch 'khronos-registry'Emmanuele Bassi2017-01-314-279/+2573
|\ \ | |/
| * Import registry from SVN 33390khronos-registryEmmanuele Bassi2017-01-304-279/+2573
| |
* | Merge branch 'khronos-registry'Eric Anholt2015-07-152-9/+75
|\ \ | |/ | | | | This brings in support for non-error context extensions.
| * Import registry from SVN 31705Eric Anholt2015-07-152-9/+75
| |
* | Merge branch 'khronos-registry'Dave Airlie2015-05-053-113/+1080
|\ \ | |/
| * Import registry from SVN 31039Dave Airlie2015-05-053-113/+1080
| |
* | Merge branch 'khronos-registry'Eric Anholt2015-01-104-549/+3593
|\ \ | |/
| * Import registry from SVN 29350Eric Anholt2015-01-104-549/+3593
| |
* | Merge branch 'khronos-registry'Eric Anholt2014-05-132-418/+505
|\ \ | |/
| * Import registry from SVN 26622Eric Anholt2014-05-133-419/+536
| |
* | Add EGL_NOK_swap_region definition.Eric Anholt2014-03-271-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I couldn't find a spec for this one on the internet, but this matches the prototype in eglmesaext.h. The note in swap_region2 says: 4) How is this extension an improvement over EGL_NOK_swap_region? RESOLVED: This extension builds on the previous EGL_NOK_swap_region extension by requiring that the implementation considers the update region provided by the application as a mandate rather than a hint. This allows for region-restricted rendering without requiring the use of preserved buffer swaps which may be relatively expensive for the implementation. Furthermore, whilst preserved swap behaviour is necessary for incremental rendering, many applications fully re-render modified surface regions and so don't require preserved swap behaviour. This extension provides a lighter weight surface update mechanism for such applications.
* | Add EGL_NOK_swap_region2 definition.Eric Anholt2014-03-271-0/+12
| | | | | | | | | | | | Found at: https://www.khronos.org/registry/egl/extensions/NOK/EGL_NOK_swap_region2.txt
* | Add EGL_NOK_texture_from_pixmap definition.Eric Anholt2014-03-271-1/+7
| | | | | | | | | | | | Found at: https://www.khronos.org/registry/egl/extensions/NOK/EGL_NOK_texture_from_pixmap.txt
* | Merge branch 'khronos-registry'Eric Anholt2014-03-274-436/+941
|\ \ | |/ | | | | This brings in GLES 3.1, EGL 1.5, and GLX_MESA_query_renderer.
| * Import registry from SVN 26007Eric Anholt2014-03-274-436/+973
| |
* | Add aliases for OES_get_program_binaryFredrik Höglund2014-02-121-0/+2
| |
* | Add aliases for APPLE_syncFredrik Höglund2014-02-121-0/+7
| |
* | Add aliases for EXT_texture_storageFredrik Höglund2014-02-121-0/+3
| |
* | Add alias for NV_framebuffer_multisampleFredrik Höglund2014-02-121-0/+1
| |
* | Add aliases for OES_texture_3DFredrik Höglund2014-02-121-0/+6
| |
* | Add alias for NV_framebuffer_blitFredrik Höglund2014-02-121-0/+1
| |
* | Add aliases for EXT_map_buffer_rangeFredrik Höglund2014-02-121-0/+2
| | | | | | | | Note that GLES doesn't allow zero-length mappings, unlike desktop GL.
* | Add aliases for OES_vertex_array_objectFredrik Höglund2014-02-111-0/+4
| |
* | Add aliases for NV_instanced_arraysFredrik Höglund2014-02-111-0/+3
| |
* | Add aliases for ANGLE_instanced_arraysFredrik Höglund2014-02-111-0/+3
| |
* | Merge branch 'khronos-registry'Eric Anholt2014-02-012-19/+42
|\ \ | |/
| * Import registry from SVN 25146Eric Anholt2014-02-012-19/+43
| |
* | Fix the definition of ALL_ATTRIB_BITS.Eric Anholt2014-01-221-1/+1
| | | | | | | | | | | | | | | | | | It's been 0x000fffff on Mesa since the initial import in 1999. It's the same value on my OS X 10.8 system, mingw's Windows-compatible gl.h, and a copy of the windows SDK gl.h I found laying around on the internet. Fixes piglit ARB_multisample/pushpop.
* | Merge branch 'registry'Eric Anholt2014-01-203-392/+918
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: registry/egl.xml registry/gl.xml The only diff we now have from the source is glUnmapBufferOES()'s alias to normal glUnmapBuffer().
| * Import registry from SVN 24778.Eric Anholt2014-01-203-394/+924
| |
* | Add missing provider for eglCreateImageKHR.Eric Anholt2013-12-271-0/+2
| | | | | | | | | | | | EGL_KHR_image_base defines these two functions, and so does EGL_KHR_image (which is bascically the union of EGL_KHR_image_base and EGL_KHR_image_pixmap).
* | Add missing aliases for OES_mapbuffer to desktop's buffer mapping.Eric Anholt2013-12-271-0/+3
| |
* | Remove a bad alias of glGetAttachedShaders.Eric Anholt2013-12-121-1/+0
| | | | | | | | | | | | | | On OS X, GLhandleARB is void *, which is of different size than GLuint on 64-bit. Because of this, the implementation of glGetAttachedObjectsARB must be different from glGetAttachedShaders, since the pointers/ints are packed the output memory.
* | Add a missing ATI enum token to the registry.Eric Anholt2013-12-051-1/+3
| | | | | | | | | | There's no spec for this, but it's mentioned widely enough on the internet that they'd better not allocate anything else to it.
* | Remove incorrect alias for BindVertexArray.Eric Anholt2013-12-051-1/+0
|/ | | | | | | | | | From Mesa: /* The "Interactions with APPLE_vertex_array_object" section of the * GL_ARB_vertex_array_object spec says: * * "The first bind call, either BindVertexArray or * BindVertexArrayAPPLE, determines the semantic of the object." */
* Import khronos API registry from SVN commit 22908Eric Anholt2013-09-194-0/+46548