| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove unused API_DEFINES | Andreas Boll | 2013-05-01 | 2 | -2/+2 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -4/+0 |
* | glapi: add definition of ARB_texture_storage_multisample | Chris Forbes | 2013-03-31 | 1 | -2/+2 |
* | tests: Add $(top_srcdir)/include to AM_CPPFLAGS. | Vinson Lee | 2013-03-12 | 1 | -0/+1 |
* | Fix out-of-tree build of 'make check' in src/mesa/main/tests | Jon TURNEY | 2013-03-05 | 1 | -4/+4 |
* | tests: add ARB_texture_multisample enums to table | Chris Forbes | 2013-03-02 | 1 | -0/+21 |
* | glapi: add ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -4/+4 |
* | gles2: a stub implementation for GL_EXT_discard_framebuffer | Tapani Pälli | 2013-02-20 | 1 | -0/+2 |
* | mesa: Add TexBufferRange to dispatch_sanity. | Kenneth Graunke | 2013-01-30 | 1 | -1/+1 |
* | mesa: Make the drivers call a non-code-generated dispatch table setup. | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | mesa: Add dispatch and extension XML for GL_ARB_internalformat_query | Ian Romanick | 2013-01-15 | 1 | -2/+4 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 1 | -1/+1 |
* | glapi: Emit dispatch for {ARB,OES}_get_program_binary | Ian Romanick | 2013-01-11 | 1 | -6/+13 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 2 | -2/+0 |
* | mesa: Rename and wire-up GetInteger64i_v | Matt Turner | 2013-01-10 | 1 | -2/+1 |
* | mesa/tests: Add ARB_ES3_compatibility enums | Matt Turner | 2013-01-10 | 1 | -0/+14 |
* | mesa dispatch_sanity: call new functions to initialize exec table | Jordan Justen | 2012-12-16 | 1 | -1/+6 |
* | mesa: Mark GetBufferParameteri64v as implemented. | Kenneth Graunke | 2012-11-19 | 1 | -2/+1 |
* | mesa: Add .gitignore for hashtable collision unit test. | Paul Berry | 2012-11-14 | 1 | -0/+1 |
* | mesa: Import a copy of the open-addressing hash table code I wrote. | Eric Anholt | 2012-11-12 | 13 | -0/+726 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -3/+3 |
* | dispatch: Remove a few FEATURE_ES1 conditionals. | Paul Berry | 2012-11-06 | 1 | -8/+1 |
* | dispatch_sanity test: add GL CORE 3.1 test | Jordan Justen | 2012-11-03 | 1 | -0/+705 |
* | dispatch_sanity test: create common context creation function | Jordan Justen | 2012-11-03 | 1 | -36/+16 |
* | dispatch_sanity test: allow newer functions to be set to NOP | Jordan Justen | 2012-11-03 | 1 | -3/+11 |
* | dispatch_sanity test: pass ctx to validate_functions/nops | Jordan Justen | 2012-11-03 | 1 | -9/+13 |
* | dispatch_sanity test: add version to function list | Jordan Justen | 2012-11-03 | 1 | -460/+461 |
* | dispatch: stop using _mesa_create_exec_table_es1() for GLES1. | Paul Berry | 2012-11-01 | 1 | -4/+16 |
* | mesa/tests: Add ES3.0 dispatch table sanity test | Matt Turner | 2012-10-25 | 1 | -0/+149 |
* | Split dispatch sanity's validate_function test into two | Matt Turner | 2012-10-25 | 1 | -0/+11 |
* | dispatch_sanity: print names of functions that shouldnt be in dispatch table. | Paul Berry | 2012-10-25 | 1 | -1/+9 |
* | mesa/tests: Add ES1.1 dispatch table sanity test | Ian Romanick | 2012-10-16 | 1 | -0/+207 |
* | mesa/tests: Compile ES2 test regardless of FEATURE_ES2 setting | Ian Romanick | 2012-10-16 | 1 | -4/+0 |
* | mesa/es: Enable GL_EXT_map_buffer_range | Fredrik Höglund | 2012-10-16 | 1 | -0/+2 |
* | glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS | Imre Deak | 2012-10-10 | 1 | -1/+1 |
* | mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context | Ian Romanick | 2012-10-09 | 1 | -2/+1 |
* | mesa: tests: EnumStrings.LookUpByNumber | Oliver McFadden | 2012-10-03 | 1 | -2/+2 |
* | build: Use PTHREAD_LIBS and PTHREAD_CFLAGS | Matt Turner | 2012-10-01 | 1 | -1/+5 |
* | mesa/tests: Sanity check the ES2 dispatch table | Ian Romanick | 2012-09-28 | 2 | -0/+312 |
* | mesa/tests: Move stub function to a separate file | Ian Romanick | 2012-09-28 | 3 | -13/+49 |
* | automake: convert libmesa and libmesagallium | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | mesa/test: Update name of GL_TIME_ELAPSED | Ian Romanick | 2012-07-10 | 1 | -1/+1 |
* | glx/tests and mesa/tests: Update .gitignore files. | Paul Berry | 2012-06-14 | 1 | -0/+2 |
* | mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions | Ian Romanick | 2012-06-13 | 2 | -0/+1873 |