| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Get rid of CORE_DIRS | Matt Turner | 2013-04-15 | 1 | -0/+42 |
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 36 | -41/+41 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 5 | -6/+6 |
* | glapi: fix storage multisample build errors | Dave Airlie | 2013-03-31 | 1 | -2/+2 |
* | glapi: add definition of ARB_texture_storage_multisample | Chris Forbes | 2013-03-31 | 2 | -0/+35 |
* | gles2: Add an ABI-check test | Matt Turner | 2013-03-19 | 2 | -0/+294 |
* | gles1: Add an ABI-check test | Matt Turner | 2013-03-19 | 2 | -0/+256 |
* | Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_table | Jon TURNEY | 2013-03-13 | 2 | -1/+2 |
* | Fix glapi/tests/check_table.cpp for standardized OpenGL function names | Jon TURNEY | 2013-03-13 | 1 | -264/+264 |
* | Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/ | Jon TURNEY | 2013-03-13 | 1 | -3/+3 |
* | mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all. | José Fonseca | 2013-03-12 | 1 | -22/+4 |
* | glapi/gen: Remove duplicate PYTHON_FLAGS | Stefan Brüns | 2013-03-09 | 1 | -7/+7 |
* | glapi: add ARB_texture_multisample | Chris Forbes | 2013-03-02 | 2 | -1/+71 |
* | glapi: mark static_dispatch false for DiscardFramebufferEXT | Tapani Pälli | 2013-02-22 | 1 | -1/+2 |
* | gles2: a stub implementation for GL_EXT_discard_framebuffer | Tapani Pälli | 2013-02-20 | 1 | -0/+13 |
* | glx: fix glGetTexLevelParameteriv for indirect rendering | Stefan Brüns | 2013-02-19 | 1 | -1/+3 |
* | glapi: Do not use backtrace on MinGW. | Vinson Lee | 2013-01-31 | 1 | -1/+1 |
* | mesa: implement GL_ARB_texture_buffer_range | Christoph Bumiller | 2013-01-30 | 3 | -0/+27 |
* | 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 |