summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-4/+0
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-311-2/+2
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY2013-03-051-4/+4
* tests: add ARB_texture_multisample enums to tableChris Forbes2013-03-021-0/+21
* glapi: add ARB_texture_multisampleChris Forbes2013-03-021-4/+4
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+2
* mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke2013-01-301-1/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-151-2/+4
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-1/+1
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-6/+13
* Clean up .gitignore filesMatt Turner2013-01-102-2/+0
* mesa: Rename and wire-up GetInteger64i_vMatt Turner2013-01-101-2/+1
* mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner2013-01-101-0/+14
* mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen2012-12-161-1/+6
* mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke2012-11-191-2/+1
* mesa: Add .gitignore for hashtable collision unit test.Paul Berry2012-11-141-0/+1
* mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt2012-11-1213-0/+726
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-3/+3
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-061-8/+1
* dispatch_sanity test: add GL CORE 3.1 testJordan Justen2012-11-031-0/+705
* dispatch_sanity test: create common context creation functionJordan Justen2012-11-031-36/+16
* dispatch_sanity test: allow newer functions to be set to NOPJordan Justen2012-11-031-3/+11
* dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen2012-11-031-9/+13
* dispatch_sanity test: add version to function listJordan Justen2012-11-031-460/+461
* dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry2012-11-011-4/+16
* mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner2012-10-251-0/+149
* Split dispatch sanity's validate_function test into twoMatt Turner2012-10-251-0/+11
* dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry2012-10-251-1/+9
* mesa/tests: Add ES1.1 dispatch table sanity testIan Romanick2012-10-161-0/+207
* mesa/tests: Compile ES2 test regardless of FEATURE_ES2 settingIan Romanick2012-10-161-4/+0
* mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2012-10-161-0/+2
* glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak2012-10-101-1/+1
* mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_contextIan Romanick2012-10-091-2/+1
* mesa: tests: EnumStrings.LookUpByNumberOliver McFadden2012-10-031-2/+2
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-1/+5
* mesa/tests: Sanity check the ES2 dispatch tableIan Romanick2012-09-282-0/+312
* mesa/tests: Move stub function to a separate fileIan Romanick2012-09-283-13/+49
* automake: convert libmesa and libmesagalliumJon TURNEY2012-07-131-1/+1
* mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick2012-07-101-1/+1
* glx/tests and mesa/tests: Update .gitignore files.Paul Berry2012-06-141-0/+2
* mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick2012-06-132-0/+1873