summaryrefslogtreecommitdiff
path: root/src/mesa/main/tests
AgeCommit message (Expand)AuthorFilesLines
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-4/+0
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes1-2/+2
2013-03-12tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee1-0/+1
2013-03-05Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY1-4/+4
2013-03-02tests: add ARB_texture_multisample enums to tableChris Forbes1-0/+21
2013-03-02glapi: add ARB_texture_multisampleChris Forbes1-4/+4
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli1-0/+2
2013-01-30mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke1-1/+1
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2013-01-15mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick1-2/+4
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr1-1/+1
2013-01-11glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick1-6/+13
2013-01-10Clean up .gitignore filesMatt Turner2-2/+0
2013-01-10mesa: Rename and wire-up GetInteger64i_vMatt Turner1-2/+1
2013-01-10mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner1-0/+14
2012-12-16mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen1-1/+6
2012-11-19mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke1-2/+1
2012-11-14mesa: Add .gitignore for hashtable collision unit test.Paul Berry1-0/+1
2012-11-12mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt13-0/+726
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-3/+3
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry1-8/+1
2012-11-03dispatch_sanity test: add GL CORE 3.1 testJordan Justen1-0/+705
2012-11-03dispatch_sanity test: create common context creation functionJordan Justen1-36/+16
2012-11-03dispatch_sanity test: allow newer functions to be set to NOPJordan Justen1-3/+11
2012-11-03dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen1-9/+13
2012-11-03dispatch_sanity test: add version to function listJordan Justen1-460/+461
2012-11-01dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry1-4/+16
2012-10-25mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner1-0/+149
2012-10-25Split dispatch sanity's validate_function test into twoMatt Turner1-0/+11
2012-10-25dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry1-1/+9
2012-10-16mesa/tests: Add ES1.1 dispatch table sanity testIan Romanick1-0/+207
2012-10-16mesa/tests: Compile ES2 test regardless of FEATURE_ES2 settingIan Romanick1-4/+0
2012-10-16mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund1-0/+2
2012-10-10glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak1-1/+1
2012-10-09mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_contextIan Romanick1-2/+1
2012-10-03mesa: tests: EnumStrings.LookUpByNumberOliver McFadden1-2/+2
2012-10-01build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner1-1/+5
2012-09-28mesa/tests: Sanity check the ES2 dispatch tableIan Romanick2-0/+312
2012-09-28mesa/tests: Move stub function to a separate fileIan Romanick3-13/+49
2012-07-13automake: convert libmesa and libmesagalliumJon TURNEY1-1/+1
2012-07-10mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick1-1/+1
2012-06-14glx/tests and mesa/tests: Update .gitignore files.Paul Berry1-0/+2
2012-06-13mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick2-0/+1873