summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove unnecessary linking with libGLUIan Romanick145-145/+0
2015-09-29arb_compute_shader: Fix missed varargs termination in cs-ids-common.cJordan Justen1-1/+2
2015-09-29tests: Add integration for khronos CTS runner.Dylan Baker2-0/+86
2015-09-26glsl-1.50: test shader compiles with unused uniform blockTimothy Arceri1-0/+19
2015-09-25framework/summary: Fix regressions and fixes list to not include skipDylan Baker1-2/+6
2015-09-25cmake: Link libpiglitutil_gl to libGLChad Versace1-0/+1
2015-09-25arb_program_interface_query: add linker test for querying varyingsTapani Pälli1-0/+33
2015-09-24framework/results.py: write command to jsonDylan Baker1-4/+5
2015-09-24templates/index.mako: handle missing subtests correctlyDylan Baker1-2/+3
2015-09-24framework/results.py: Fix Subtests classDylan Baker3-8/+29
2015-09-24framework/tests/results_tests.py: fix copy and paste error in testDylan Baker1-2/+2
2015-09-24arb_compute_shader: Add indirect compute dispatch testJordan Justen3-0/+90
2015-09-24arb_compute_shader: Add render + compute testJordan Justen3-0/+103
2015-09-24arb_compute_shader: Check local ids at various sizes using atomic countersJordan Justen3-0/+63
2015-09-24arb_compute_shader: Add common functions for checking invocation IDsJordan Justen3-1/+490
2015-09-24arb_compute_shader: Add common functions to generate a CS programJordan Justen3-0/+152
2015-09-24shader_runner: Add ARB_program_interface_query supportSamuel Iglesias Gonsalvez1-0/+166
2015-09-24shader_runner: make active_uniforms's all_types variable be globalSamuel Iglesias Gonsalvez1-78/+78
2015-09-24arb_arrays_of_arrays: allow for eliminated inactive uniformsTimothy Arceri1-15/+1
2015-09-23all.py: s/occlusion_query_conformance/occlusion_query_conform/Brian Paul1-1/+1
2015-09-23framework/core: add fallback to PiglitConfig.safe_getDylan Baker2-3/+7
2015-09-23sso: Add a test that passes data using the legacy gl_TexCoord varyings.Kenneth Graunke2-0/+111
2015-09-23sso: Add a rendezvous_by_location-3-stages test.Kenneth Graunke2-0/+152
2015-09-22framework/backends.json.py: use TestrunResult.from_dict for resumeDylan Baker1-12/+3
2015-09-22framework/backends/json.py: don't resume if results.json.<comp> existsDylan Baker1-12/+6
2015-09-22framework/summary/html_.py: split the html functionDylan Baker2-42/+86
2015-09-22framework/summary/console_.py: split the code print tests outDylan Baker2-23/+55
2015-09-22framework/summary/console_.py: split summary printer outDylan Baker2-53/+186
2015-09-22framework/summary.py: split summary module into a packageDylan Baker5-219/+307
2015-09-22framework/tests/summary_tests.py: Add a few additional testsDylan Baker1-0/+16
2015-09-22framework/status.py: Speed up status_lookupDylan Baker1-15/+15
2015-09-22framework/summary.py: update copyright headerDylan Baker1-20/+21
2015-09-22framework/summary.py: add a module docstringDylan Baker1-0/+7
2015-09-22framework/summary.py: drop HTMLIndex classDylan Baker3-448/+314
2015-09-22framework/summary.py: add helper to turn times into time deltasDylan Baker2-7/+23
2015-09-22framework/summary.py: remove the Summary object.Dylan Baker3-146/+118
2015-09-22framework/summary.py: simplify templates by using a TemplateLookupDylan Baker1-37/+19
2015-09-22framework/summary.py: calculate fractions and colors for html on the flyDylan Baker2-211/+43
2015-09-22framework/summary.py: sort tests in console outputDylan Baker1-1/+1
2015-09-22framework/summary.py: split console generator from Summary objectDylan Baker3-99/+123
2015-09-22framework/summary.py: Add a class to summary for calculating categoriesDylan Baker4-37/+542
2015-09-22framework/summary.py: split diff generating code into toplevel functionDylan Baker2-10/+37
2015-09-22framework/summary.py: make text columns width variableDylan Baker1-7/+15
2015-09-22framework/summary.py: Make the text mode less weirdDylan Baker1-18/+57
2015-09-22framework/summary.py: stop calculating totals at run timeDylan Baker1-19/+4
2015-09-22framework/backends/json.py: store totals data in jsonDylan Baker2-3/+66
2015-09-22framework/results.py: add TestrunResult.from_dict methodDylan Baker4-10/+118
2015-09-22framework/results.py: Add a to_json method to the TestrunResultsDylan Baker3-4/+67
2015-09-22framework/results.py: Add a method to TestrunResult to calculate totalsDylan Baker2-2/+144
2015-09-22framework: move unicode conversion handling to TestResultDylan Baker4-23/+105