summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Use only 1 triangle in multisample:fast-clear-debugBen Widawsky1-1/+1
2015-10-08Revert "Make a reduced test case for debugging glClear on SKL"Ben Widawsky1-0/+18
2015-10-07Make a reduced test case for debugging glClear on SKLBen Widawsky1-18/+0
2015-09-30framework: add clinfo to system informationDylan Baker5-2/+17
2015-09-30arb_compute_shader: A simple CS test with SSBOJordan Justen1-0/+74
2015-09-30shader_runner: Add SSBO buffer initialization commandJordan Justen1-0/+8
2015-09-30cl: fix get-kernel-arg-info indentationSerge Martin1-208/+208
2015-09-30cl: add clEnqueueFillImageSerge Martin3-0/+336
2015-09-30cl: add clEnqueueMigrateMemObjectsSerge Martin3-0/+246
2015-09-29Remove dangling references to GLUIan Romanick2-2/+1
2015-09-29fbo-depth-sample-compare: Eliminate dependency on gluSphereIan Romanick2-17/+129
2015-09-29fbo-depth-sample-compare: Use piglit_draw_rect_texIan Romanick1-10/+1
2015-09-29fbo-depth-sample-compare: Use piglit_build_simple_programIan Romanick1-9/+3
2015-09-29glean: Remove dependency on libGLUIan Romanick2-4/+0
2015-09-29glean: Just use glTexImage2D in ttexgenIan Romanick1-1/+3
2015-09-29glean: Remove unused method Image::makeMipmapsIan Romanick2-16/+0
2015-09-29glean: Replace gluOrtho2D with plain glOrthoIan Romanick1-1/+1
2015-09-29glean: Replace gluErrorString with piglit_get_gl_error_nameIan Romanick5-12/+16
2015-09-29polygon-offset: Replace gluProject to remove the dependency on libGLUIan Romanick2-16/+62
2015-09-29polygon-offset: Small bit of output refactoringIan Romanick1-11/+6
2015-09-29polygon-offset: Remove a layer of tabsIan Romanick1-16/+16
2015-09-29polygon-offset: Replace draw_2x2_quad with piglit_draw_rectIan Romanick1-14/+3
2015-09-29polygon-offset: Remove a lot of redundant state setupIan Romanick1-31/+4
2015-09-29polygon-offset: Assortment of coding standards fixesIan Romanick1-176/+142
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