summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-26windatomic-countersEric Anholt1-0/+1
2014-03-26unique-id: build_simple_programEric Anholt1-3/+3
2014-03-26unique_id: no need for a big windowEric Anholt1-2/+2
2014-03-26unique_id: require 31Eric Anholt1-1/+0
2014-03-26unique_id: display loopEric Anholt1-7/+8
2014-03-26semantics: Drop require 3.1Eric Anholt1-1/+0
2014-03-26semantics: Drop display loop, since it doesn't displayEric Anholt1-7/+8
2014-03-26semantics: #define LEric Anholt1-5/+3
2014-03-26semantics: Reuse piglit_build_simple_program_multiple_shaders()Eric Anholt1-24/+24
2014-03-26multiple-defs: #define LEric Anholt1-4/+2
2014-03-26multiple-defs: Drop unnecessary 31 check (implied by config)Eric Anholt1-1/+0
2014-03-26minmax: Drop the required version bitEric Anholt1-1/+0
2014-03-26minmax: Add more minmax getters.Eric Anholt1-0/+16
2014-03-26max-counters: Print information about the max counters being tested.Eric Anholt1-0/+4
2014-03-26max-counters: drop weird #define LEric Anholt1-4/+2
2014-03-26max-counters: Fix bug if GSes contribute to max combined buffers.Eric Anholt1-4/+5
2014-03-12function-argument: Just report the result from init()..Eric Anholt1-8/+3
2014-03-12function-argument: Reuse piglit_build_simple_program().Eric Anholt1-3/+2
2014-03-12function-argument: Don't make a 256x256 window we don't render to.Eric Anholt1-2/+4
2014-03-11fragment-discard: Just report the result from init().Eric Anholt1-8/+3
2014-03-11fragment-discard: Don't make a 256x256 window we don't render to.Eric Anholt1-2/+4
2014-03-11fragment-discard: Reuse piglit_build_simple_program().Eric Anholt1-3/+2
2014-03-11default-partition: Reuse piglit_build_simple_program().Eric Anholt1-4/+3
2014-03-11default-partition: Drop weird #define LEric Anholt1-4/+2
2014-03-11buffer-binding: Drop weird #define LEric Anholt1-4/+2
2014-03-11array-indexing: Drop weird #define LEric Anholt1-5/+3
2014-03-11array-indexing: Reuse piglit_build_simple_program().Eric Anholt1-8/+4
2014-03-11active-counters: Drop weird #define L.Eric Anholt1-4/+2
2014-03-11active-counters: Reuse piglit_build_simple_program().Eric Anholt1-10/+2
2014-03-11active-counters: Clean up expected_counter_info() using a table.Eric Anholt1-26/+20
2014-03-11Merge remote-tracking branch 'curro/master' into atomic-countersEric Anholt39-0/+3277
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