Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-15 | glapi: new entrypoint specs for GL_ARB_draw_buffers_blend | Brian Paul | |
2011-01-15 | glapi: regenerated files | Brian Paul | |
2011-01-14 | glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility. | Eric Anholt | |
2010-11-21 | mesa: hook up GL 3.x entrypoints | Brian Paul | |
Fix up some details in the xml files and regenerate dispatch files. | |||
2010-11-17 | mesa: upgrade to glext.h version 66 | Brian Paul | |
The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too. | |||
2010-10-28 | glapi: include EXT_gpu_shader4.xml | Brian Paul | |
2010-10-27 | glapi: Add GL_EXT_separate_shader_objects | Ian Romanick | |
2010-10-23 | glapi: include/build EXT_texture_integer.xml | Brian Paul | |
2010-10-21 | mesa: API spec for primitive restart | Brian Paul | |
2010-09-27 | Regenerate files changed by previous commit | Ian Romanick | |
2010-09-14 | mesa: update to version 64 of GL/glext.h | Brian Paul | |
A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h. | |||
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | |
laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | |||
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. |