Gurchetan Singh
5a281aeaa5
Update OpenGL/EGL registries
...
OpenGL: 253836ac53b2e248fa47d96cacc18a63ac27c703
EGL: a9bef577b041caab108257ea386d0302290d4361
5 years ago
Emmanuele Bassi
fe62e02231
Update registry
...
- OpenGL: dc62ac39930726183c0f0ad007e4ce6499597664
- EGL: 0fa0d37da846998aa838ed2b784a340c28dadff3
7 years ago
Emmanuele Bassi
09c7657370
Import registry from SVN 33390
8 years ago
Eric Anholt
5987e1ef1a
Import registry from SVN 31705
9 years ago
Dave Airlie
85e5100d67
Import registry from SVN 31039
10 years ago
Eric Anholt
e9ce388f74
Import registry from SVN 29350
10 years ago
Eric Anholt
3f402f6052
Import registry from SVN 26622
11 years ago
Eric Anholt
f762c7feb7
Import registry from SVN 26007
11 years ago
Fredrik Höglund
d4ad80fb8e
Add aliases for OES_get_program_binary
11 years ago
Fredrik Höglund
35e3b0a6da
Add aliases for APPLE_sync
11 years ago
Fredrik Höglund
30de2e86ea
Add aliases for EXT_texture_storage
11 years ago
Fredrik Höglund
fea4a8feee
Add alias for NV_framebuffer_multisample
11 years ago
Fredrik Höglund
64e90baf87
Add aliases for OES_texture_3D
11 years ago
Fredrik Höglund
87a099b141
Add alias for NV_framebuffer_blit
11 years ago
Fredrik Höglund
6c5417db46
Add aliases for EXT_map_buffer_range
...
Note that GLES doesn't allow zero-length mappings, unlike desktop GL.
11 years ago
Fredrik Höglund
8d942b8639
Add aliases for OES_vertex_array_object
11 years ago
Fredrik Höglund
93a5b15ae9
Add aliases for NV_instanced_arrays
11 years ago
Fredrik Höglund
f09c4d00dc
Add aliases for ANGLE_instanced_arrays
11 years ago
Eric Anholt
1c2b6daa9b
Import registry from SVN 25146
11 years ago
Eric Anholt
d653a87e46
Fix the definition of ALL_ATTRIB_BITS.
...
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.
11 years ago
Eric Anholt
46ad30c54f
Import registry from SVN 24778.
11 years ago
Eric Anholt
efa64545fb
Add missing aliases for OES_mapbuffer to desktop's buffer mapping.
11 years ago
Eric Anholt
59edbacf7d
Remove a bad alias of glGetAttachedShaders.
...
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.
11 years ago
Eric Anholt
1626703ca5
Add a missing ATI enum token to the registry.
...
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.
11 years ago
Eric Anholt
604d9a085e
Remove incorrect alias for BindVertexArray.
...
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."
*/
11 years ago
Eric Anholt
db667aa8b8
Import khronos API registry from SVN commit 22908
11 years ago