summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_contextIan Romanick2012-10-091-2/+1
* mesa/tests: Sanity check the ES2 dispatch tableIan Romanick2012-09-281-0/+309