| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | linux: Don't emit a .note.ABI-tag section anymore (#26663) | Adam Jackson | 2013-04-25 | 2 | -26/+0 |
* | scons: Support clang. | José Fonseca | 2013-04-25 | 1 | -1/+2 |
* | mesa: Fix up some final license word wrapping issues by hand. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 6 | -18/+24 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 7 | -7/+7 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 6 | -6/+6 |
* | glapi: Add counter information for glBufferData(), like glBufferSubData(). | Eric Anholt | 2013-04-19 | 1 | -2/+2 |
* | glapi: Add parameter count information for uniforms. | Eric Anholt | 2013-04-19 | 2 | -42/+42 |
* | glapi: skip padding in get_called_parameter_string | Paul Berry | 2013-04-19 | 1 | -0/+2 |
* | glapi: no longer emit #include "mfeatures.h" in generated files | Brian Paul | 2013-04-17 | 3 | -8/+0 |
* | glapi: remove FEATURE_remap_table test (it's always defined) | Brian Paul | 2013-04-17 | 1 | -15/+0 |
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 7 | -7/+7 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 2 | -3/+3 |
* | 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 |
* | 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 |
* | 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 | 2 | -29/+21 |
* | 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 |
* | 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 | 2 | -16/+4 |
* | 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 | 3 | -3/+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 |
* | 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 |