summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-05Build a tests file for the X Test suite.xtsEric Anholt4-1/+210
2014-01-03Allow setting a cwd to execute tests from.Eric Anholt1-0/+2
2013-12-28GL_MESA_pack_invert: Add a test for a few glReadPixels() cases.Eric Anholt6-0/+316
2013-12-23ARB_ubo/maxuniformblocksize: Add support for GL_ARB_geometry_shader4.Eric Anholt2-14/+70
2013-12-23copyteximage: Also allow filtering of format from an argument.Eric Anholt1-4/+39
2013-12-23copyteximage: Add a usage message when we fail to parse an argument.Eric Anholt1-0/+10
2013-12-23blend-over: Add a simple test for a blending optimization in i965.Eric Anholt2-0/+115
2013-12-22cmake: Check for asprintf.Vinson Lee4-4/+6
2013-12-21util: Fix GCC format-security warnings.Vinson Lee1-2/+2
2013-12-21ext_transform_feedback-api-errors: Silence _GNU_SOURCE redefined warning.Vinson Lee1-0/+2
2013-12-21gl-3.2-depth-tex-sampling: test OpenGL 3.2 core depth texture samplingBrian Paul3-0/+213
2013-12-21Revert "util: Do not define asprintf for MinGW."Brian Paul1-2/+14
2013-12-20copyteximage: Don't use fixed-function for array texturesIan Romanick1-3/+43
2013-12-20util: Do not define asprintf for MinGW.Vinson Lee1-14/+2
2013-12-19Add new concurrency optionDylan Baker2-14/+33
2013-12-17texture_rectangle: Also test the other mirror wrap modesIan Romanick1-1/+30
2013-12-17texture_rectangle: Whitespace / trivial cleanups.Ian Romanick1-26/+31
2013-12-16Use piglit_vertex to properly interface with piglit_draw_rect()Anuj Phogat4-36/+12
2013-12-13glsl-1.20: Test sizing an array by initialization after the array has been ac...Ian Romanick2-0/+40
2013-12-13glsl-1.20: Negative test redeclaration of gl_TexCoordTimothy Arceri1-0/+15
2013-12-12Fix spurious failures in GL_ARB_sync/sync-initialize.Eric Anholt1-7/+6
2013-12-12Fix piglit syle in GL_ARB_sync/sync-initialize.Eric Anholt1-8/+8
2013-12-12clearbuffer-mixed-format: actually test with multiple draw buffersMarek Olšák1-41/+20
2013-12-12gl30basic: test glClearBuffer(GL_COLOR), use piglit APIMarek Olšák1-30/+54
2013-12-12clearbuffer-display-lists: GL_BACK_is not allowed as drawbufferMarek Olšák1-3/+3
2013-12-09Move multisample blit scaled tests to spec/ext_framebuffer_multisample_blit_s...Anuj Phogat7-3/+19
2013-12-09ARB_sample_shading: Add compiler tests for new builtinsAnuj Phogat5-0/+53
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SamplePositionAnuj Phogat3-0/+174
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]Anuj Phogat3-0/+207
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SampleIDAnuj Phogat3-0/+197
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_NumSamplesAnuj Phogat3-0/+182
2013-12-09ARB_sample_shading: Add test to verify new functions and enumsAnuj Phogat6-0/+98
2013-12-09Test some corner cases of loop analysis.Paul Berry3-0/+122
2013-12-09cl: Add buffer-flags testJan Vesely3-0/+228
2013-12-09cl-program-tester: Allow double typeJan Vesely1-4/+7
2013-12-09cl: check for cl_khr_fp64 in generated double store testsJan Vesely1-2/+8
2013-12-06arb_separate_shader_object: Silence _GNU_SOURCE redefined warning.Vinson Lee1-0/+2
2013-12-05query_renderer: Add test that compares values from glXQueryRendererIntegerMES...Ian Romanick5-0/+310
2013-12-05query_renderer: Add some common infrastructure for GLX_MESA_query_renderer testsIan Romanick2-0/+142
2013-12-05arb_base_instance: Include OpenGL directories.Vinson Lee1-0/+5
2013-12-04egl_ext_client_extensions: Add initial testsChad Versace5-0/+241
2013-12-04util: Move piglit_strip_arg()Chad Versace4-19/+24
2013-12-04util: Add piglit_split_string_to_array()Chad Versace3-22/+34
2013-12-04ARB_texture_view: Add format test case for formats not in VIEW_CLASS tableJon Ashburn1-1/+13
2013-12-03gl-1.0/long-dlist: add test of long display listsBrian Paul3-0/+94
2013-12-03all.tests: add arb_shader_texture_lod-texgradcubeMarek Olšák1-0/+1
2013-12-03baseinstance-doesnt-affect-gl-instance-id: make it work with GL 3.1Marek Olšák1-6/+4
2013-12-02GL3.3: Test invalid parameters for GL_ARB_texture_rectangle.Nicholas Mack3-0/+105
2013-12-02Test a geometry shader that does an item-by-item copy of gl_ClipDistance.Paul Berry1-0/+98
2013-12-02Test that all layered framebuffer attachments must be of the same type.Paul Berry3-0/+110