| Commit message (Expand) | Author | Age | Files | Lines |
* | scons: Fix dependencies of generated headers. | José Fonseca | 2013-01-21 | 3 | -31/+24 |
* | Fix mapi code generator for out-of-tree build | Jon TURNEY | 2013-01-16 | 1 | -1/+1 |
* | glapi: Remove duplicate ARB_base_instance from gl_API.xml | Ian Romanick | 2013-01-15 | 1 | -2/+0 |
* | mesa: Add dispatch and extension XML for GL_ARB_internalformat_query | Ian Romanick | 2013-01-15 | 3 | -2/+26 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 1 | -3/+3 |
* | glapi/gen: remove an obsolete comment from Makefile.am | Andreas Boll | 2013-01-13 | 1 | -5/+0 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 3 | -18/+5 |
* | glapi: Emit dispatch for {ARB,OES}_get_program_binary | Ian Romanick | 2013-01-11 | 1 | -6/+3 |
* | glapi: Remove spurious space from end of extension name | Ian Romanick | 2013-01-11 | 1 | -1/+1 |
* | glapi: Reorder and clean up some of the includes and comments | Ian Romanick | 2013-01-11 | 1 | -7/+3 |
* | build: mapi/glapi/gen: Use BUILT_SOURCES | Matt Turner | 2013-01-10 | 1 | -4/+6 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 8 | -8/+0 |
* | mesa: Rename and wire-up GetInteger64i_v | Matt Turner | 2013-01-10 | 1 | -1/+1 |
* | glapi: Move ARB_base_instance to the correct location | Matt Turner | 2013-01-10 | 1 | -3/+5 |
* | glapi: Add enums for ARB_ES3_compatibility | Matt Turner | 2013-01-10 | 3 | -0/+31 |
* | mesa: assert if driver did not compute the version | Jordan Justen | 2012-12-16 | 1 | -0/+1 |
* | mesa: separate exec allocation from initialization | Jordan Justen | 2012-12-16 | 1 | -12/+8 |
* | build: Fix GLES linkage without libglapi | Andreas Boll | 2012-12-07 | 2 | -2/+10 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | mesa: Mark GetBufferParameteri64v as implemented. | Kenneth Graunke | 2012-11-19 | 1 | -2/+1 |
* | glapi: Stop handling XML annotation exec="{es,check,loopback}". | Paul Berry | 2012-11-12 | 1 | -3/+0 |
* | glapi: Remove handling of mesa_name XML attribute. | Paul Berry | 2012-11-12 | 3 | -53/+4 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 24 | -1428/+1345 |
* | glapi: add ARB_texture_cube_map_array. | Dave Airlie | 2012-11-09 | 2 | -1/+19 |
* | dispatch: Code generate api_exec.c. | Paul Berry | 2012-11-06 | 1 | -0/+4 |
* | glapi/gen: Add code generation script for _mesa_create_exec_table(). | Paul Berry | 2012-11-06 | 1 | -0/+222 |
* | glapi/gen: handle new XML attributes. | Paul Berry | 2012-11-06 | 1 | -2/+63 |
* | glapi/gen: Gather API version info across aliased functions. | Paul Berry | 2012-11-06 | 1 | -1/+13 |
* | glapi/gen: Comment fix. | Paul Berry | 2012-11-06 | 1 | -1/+1 |
* | glapi: Annotate XML with function name suffix anomalies. | Paul Berry | 2012-11-06 | 14 | -147/+191 |
* | glapi: Annotate XML with desktop="false" for GLES-only functions. | Paul Berry | 2012-11-06 | 5 | -57/+60 |
* | glapi: Annotate XML with exec="{es,check}" for special GLES1 functions. | Paul Berry | 2012-11-06 | 3 | -48/+49 |
* | glapi: Annotate XML with exec="loopback" for loopback functions. | Paul Berry | 2012-11-06 | 2 | -208/+271 |
* | glapi: Annotate XML with exec="dynamic" for dynamic functions. | Paul Berry | 2012-11-06 | 8 | -132/+208 |
* | glapi: Annotate XML with exec="skip" for unimplemented functions. | Paul Berry | 2012-11-06 | 6 | -273/+310 |
* | glapi: Annotate XML with deprecated="3.1" for deprecated functions. | Paul Berry | 2012-11-06 | 7 | -548/+710 |
* | glapi: Mark GLX extensions as window_system="glX". | Paul Berry | 2012-11-06 | 1 | -3/+3 |
* | glapi: Use GL_ or GLX_ prefix for all category names. | Paul Berry | 2012-11-06 | 1 | -2/+2 |
* | glapi: alias ProgramParameteriARB to ProgramParameteri | Jordan Justen | 2012-11-03 | 1 | -1/+1 |
* | glapi: move include for ARB_get_program_binary.xml to gl_API.xml | Jordan Justen | 2012-11-03 | 2 | -1/+3 |
* | glapi: alias FramebufferTextureARB to FramebufferTexture | Jordan Justen | 2012-11-03 | 1 | -1/+1 |
* | dispatch: Include GLES1-only functions in dispatch table. | Paul Berry | 2012-11-01 | 3 | -23/+24 |
* | dispatch: properly handle parameter name mismatches in glapitemp.h. | Paul Berry | 2012-11-01 | 2 | -3/+6 |
* | dispatch: Include glheader.h in dispatch-related files. | Paul Berry | 2012-11-01 | 3 | -3/+3 |
* | dispatch: Update check_table.cpp to reflect recent aliasing changes. | Paul Berry | 2012-11-01 | 1 | -2/+0 |
* | mesa: implement ARB_map_buffer_alignment | Marek Olšák | 2012-10-31 | 1 | -1/+7 |
* | shared-glapi: implement _glapi_get_proc_name(). | Paul Berry | 2012-10-25 | 3 | -2/+27 |
* | glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB. | Paul Berry | 2012-10-23 | 1 | -1/+2 |
* | glapi: Alias ClampColor and ClampColorARB. | Paul Berry | 2012-10-23 | 1 | -1/+1 |
* | es2api: Add GL ES 3 headers | Matt Turner | 2012-10-16 | 1 | -0/+5 |