summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07glx-buffer-age: Test with vblank_mode=0.buffer-ageEric Anholt1-0/+2
2014-03-07glx-buffer-age: Test each frame rendered, and render enough frames.Eric Anholt1-18/+32
2014-03-07glx-buffer-age: Drop extra ReadBuffer setting.Eric Anholt1-1/+0
2014-03-07glx-buffer-age: Fix copyright messageEric Anholt1-1/+1
2014-03-07glx-buffer-age: Indent according to piglit style.Eric Anholt1-47/+50
2014-03-07glx: Add a testcase for GLX_EXT_buffer_ageAdel Gadllah3-0/+117
2014-02-27s3tc-errors: Fix GCC compiler warnings.Vinson Lee1-3/+3
2014-02-25arb_clear_buffer_object: Avoid void pointer arithmetic.Fabian Bieler1-2/+2
2014-02-25arb_gpu_shader5: Add compiler tests to verify 'invocations' layout qualifierAnuj Phogat2-0/+46
2014-02-25arb_gpu_shader5: Add shader tests to verify 'invocations' layout qualifierAnuj Phogat2-0/+93
2014-02-25arb_clear_buffer_object: Clear a 0-length range.Fabian Bieler3-0/+98
2014-02-25arb_clear_buffer_object: Clear range of buffer.Fabian Bieler3-0/+99
2014-02-25arb_clear_buffer_object: Clear overlapping ranges.Fabian Bieler3-0/+115
2014-02-25arb_clear_buffer_object: Clear partially mapped buffer.Fabian Bieler3-0/+108
2014-02-25arb_clear_buffer_object: Negative test offset and size.Fabian Bieler3-0/+99
2014-02-25arb_clear_buffer_object: Pass NULL as data.Fabian Bieler1-0/+92
2014-02-25arb_clear_buffer_object: Negative test without bound buffer.Fabian Bieler1-0/+64
2014-02-25arb_clear_buffer_object: Try to clear a mapped buffer.Fabian Bieler3-0/+79
2014-02-25arb_clear_buffer_object: Negative test buffer alignment.Fabian Bieler3-0/+85
2014-02-25arb_clear_buffer_object: Negative test unsupported formats.Fabian Bieler3-0/+164
2014-02-25arb_clear_buffer_object: Test multiple formats.Fabian Bieler7-0/+376
2014-02-25glsl-resource-not-bound: test rendering with unbound resourcesMarek Olšák3-0/+165
2014-02-22glean: Use piglit-dispatch instead of calling piglit_get_proc_address().Eric Anholt26-1677/+649
2014-02-22Drop defines of _GNU_SOURCE in tests.Eric Anholt2-6/+1
2014-02-20sso: Verify glActiveShaderProgram with invalid program parameterIan Romanick3-0/+179
2014-02-20log: add verbose loggerDylan Baker5-31/+72
2014-02-20log: Rename get_current and mark_completeDylan Baker3-27/+27
2014-02-20framework/log.py: Make self.__summary keys explicitlyDylan Baker3-9/+20
2014-02-20log_tests.py: Add tests from framework/log.pyDylan Baker1-0/+85
2014-02-20glsl-1.50: Add compiler tests to verify gl_FragCoord layout qualifiersAnuj Phogat3-0/+111
2014-02-20glsl-1.50: Add shader tests to verify gl_FragCoord layout qualifiersAnuj Phogat9-0/+501
2014-02-19ext_transform_feedback-alignment: Fix undefined multiplication.Vinson Lee1-2/+2
2014-02-19glean/texswizzle: Fix GCC return-type warning.Vinson Lee1-0/+1
2014-02-19glsl-es-3.00: Verify that predefined macros cannot be undefinedIan Romanick4-0/+68
2014-02-19glsl-1.30: Expect __ tests to passIan Romanick3-3/+27
2014-02-19glsl-1.10: Expect __ tests to passIan Romanick3-3/+19
2014-02-19Add ARB_stencil_texturing test to all.py.Kenneth Graunke1-0/+2
2014-02-19Add a rendering test for GL_ARB_stencil_texturing.Kenneth Graunke4-0/+292
2014-02-18util: Move NORETURN attribute from end to start of function prototype.Vinson Lee1-1/+1
2014-02-18util: Mark piglit_report_result with noreturn attribute.Vinson Lee1-1/+9
2014-02-18glx_oml_sync_control: report FAIL if glXGetMscRateOML returns an errorDaniel Kurtz1-1/+1
2014-02-17Add multisample scaled blit tests to all.py.Kenneth Graunke1-0/+2
2014-02-17Make the generated constant array size tests respect extensions.Kenneth Graunke1-2/+7
2014-02-17texturing/s3tc-errors: double check GL_TEXTURE parameters and allocDaniel Kurtz1-4/+42
2014-02-17glean: Remove VertArrayBGRATest::testAPIIan Romanick1-59/+0
2014-02-17arb_vertex_array_bgra: Remove vertex-array-bgra.cIan Romanick3-103/+0
2014-02-17arb_vertex_array_bgra: Test all the invalid typesIan Romanick1-9/+20
2014-02-17arb_vertex_array_bgra: Test that the valid usage is acceptedIan Romanick1-0/+7
2014-02-16framework: keep track of running stats and display themIlia Mirkin2-6/+18
2014-02-16framework: there are 0 completed tests at the beginningIlia Mirkin1-1/+1