summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-06-17glapi: Add parsing of GLES2/gl2ext.h.Eric Anholt1-0/+4
2013-06-17glapi: Add dispatch generation support for GLES APIs.Eric Anholt2-13/+29
2013-06-17glapi: Allow one function name to be in multiple categories.Eric Anholt1-5/+5
2013-06-17gen_dispatch: Convert tabs to spaces here, too.Eric Anholt1-165/+165
2013-06-17piglit: Prefer waffle's getprocaddress/dlsym() support to our own.Eric Anholt3-2/+69
2013-06-17util: Remove PIGLIT_DISPATCH_GL_FWD.Eric Anholt1-1/+0
2013-06-17piglit: Make callers of piglit_dispatch_default_init() specify the API.Eric Anholt44-46/+46
2013-06-14glsl-1.10: Test that returning void from a void function is illegal.Matt Turner1-3/+15
2013-06-14arb_shading_language_420pack: Add to all.tests.Matt Turner1-0/+10
2013-06-14arb_shading_language_420pack: Test that global const vars cannot be non-const...Matt Turner1-0/+26
2013-06-14arb_shading_language_420pack: Test non-const expr initializer of const var.Matt Turner1-0/+47
2013-06-14arb_shading_language_420pack: Add test for implicit conversion of return types.Matt Turner1-0/+42
2013-06-14arb_shading_language_420pack: Add scalar swizzle test.Matt Turner1-0/+46
2013-06-14arb_shading_language_420pack: Add negative scalar.length test.Matt Turner1-0/+20
2013-06-14arb_shading_language_420pack: Add mat.length() test.Matt Turner1-0/+66
2013-06-14arb_shading_language_420pack: Add vec.length() test.Matt Turner1-0/+54
2013-06-14arb_shading_language_420pack: Add UTF-8 test.Matt Turner1-0/+33
2013-06-14arb_shading_language_420pack: Add line continuation test.Matt Turner1-0/+33
2013-06-14cl: Add a test for the phatk kernel used for bitcoin miningTom Stellard3-1/+545
2013-06-12glslparsertest: Fix handling of GL_GEOMETRY_VERTICES_OUT_ARB.Paul Berry1-1/+1
2013-06-12all.tests: enable testing of MSAA visuals for a few selected testsMarek Olšák1-24/+40
2013-06-12glx-copy-sub-buffer: accept -samples=nMarek Olšák1-2/+33
2013-06-12Add -samples=n command-line argument forcing MSAA visualsMarek Olšák5-5/+33
2013-06-12read-front: modify the test to reproduce an MSAA front buffer bug in st/driMarek Olšák2-1/+21
2013-06-12Always print what is being probedMarek Olšák8-22/+22
2013-06-10Add new tests for GLSL 1.50 #version directives.Kenneth Graunke5-0/+35
2013-06-10Add a parser test for "#version 110 es".Kenneth Graunke1-0/+11
2013-06-07util/x11: Wait for expose event in manual mode or with front buffer tests.Paul Berry2-10/+10
2013-06-07Set config.requires_displayed_window in tests that use front buffers.Paul Berry4-0/+4
2013-06-07glean: Disable on MacOSX.José Fonseca1-1/+5
2013-06-07glean: Don't link X11 on MacOSX.José Fonseca1-7/+16
2013-06-06oes_fixed_point: Add ES1 test for fixed-point attribute arrays (v2)Chad Versace5-0/+138
2013-06-05Include enum.spec along with enumext.spec for piglit-dispatch.Eric Anholt1-4/+10
2013-06-05util: Fix rgb9e5's big-endian testAdam Jackson1-2/+2
2013-06-04fbo-integer: Reuse piglit_require_GLSL_version().Eric Anholt1-9/+1
2013-06-04util: Print shader source and exit in the compile failure case.Eric Anholt6-49/+5
2013-06-04piglit: Always request GNU C extensions.Eric Anholt16-21/+0
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt66-506/+114
2013-06-04copyteximage: Enable test vector printfs even when running in -auto mode.Paul Berry1-8/+5
2013-06-04cl: Test get_work_dim functionAaron Watry1-0/+33
2013-06-03Test that ReadPixels into a PBO properly resolves fast clears.Paul Berry3-0/+183
2013-06-03Test that fast color clears work properly after a blit.Paul Berry3-0/+119
2013-06-03Test reading from a buffer after fast clearing it.Paul Berry5-0/+333
2013-06-03Basic tests of fast color clear functionality on i965/gen7+.Paul Berry5-0/+280
2013-06-03sparse-samplers: Increase tolerance when sampling from linear filterd texture.Fabian Bieler1-0/+21
2013-05-31util/x11: Don't spin when waiting for X eventsChad Versace1-3/+0
2013-05-31glsl-1.30: Split test switch-default-notlast in two.Fabian Bieler2-6/+56
2013-05-31glsl-1.30: Test conditional breaks in switch statements.Fabian Bieler1-0/+48
2013-05-31glsl-1.10: Test if samplers in nested structs can be passed as function param...Fabian Bieler1-0/+44
2013-05-31glsl-1.10: Test if arrays of samplers can be passed as function parameters.Fabian Bieler1-0/+39