summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-04make: Make util libraries shared in non-windows systemsshared_piglit_utilPauli Nieminen4-1/+25
2012-05-31generated_tests: Add positional argument specifiers.Vinson Lee2-4/+4
2012-05-30Add test to draw multisample polygons with GL_POLYGON_SMOOTH enabledAnuj Phogat3-0/+168
2012-05-30Add test to draw multisample points with GL_POINT_SMOOTH enabledAnuj Phogat3-0/+167
2012-05-30Add test to draw multisample lines with GL_LINE_SMOOTH enabledAnuj Phogat3-0/+171
2012-05-30Add new classes to draw points and lines in to multisample FBOAnuj Phogat2-0/+241
2012-05-29arb_instanced_arrays: test instanced_arrays with VBOsJordan Justen2-6/+42
2012-05-29primitive-restart: add VBO testingJordan Justen2-44/+204
2012-05-29primitive-restart: cleanup index generation codeJordan Justen1-57/+57
2012-05-29primitive-restart: probe pixel 0, 0 to make sure it was not drawnJordan Justen1-0/+4
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace103-1134/+973
2012-05-23glut_egl: Remove all references to glut_eglChad Versace2-4/+2
2012-05-23glut_egl: Remove glut_eglChad Versace7-875/+0
2012-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace8-8/+0
2012-05-23cmake: Emit fatal error if BUILD_GLES{1,2}_TESTS is enabled without USE_WAFFLEChad Versace1-0/+8
2012-05-23util: If using Waffle, don't call piglit_glx_set_no_input()Chad Versace1-1/+7
2012-05-23util: Fix piglit_glutInit to initilialize GLUT with GL APIChad Versace1-9/+11
2012-05-23cmake: Use glut_waffle if USE_WAFFLE is enabledChad Versace4-15/+20
2012-05-23piglit: Include glut_waffle.h if USE_WAFFLE is enabledChad Versace1-4/+4
2012-05-23glut_waffle: Add libglut_waffle [v3]Chad Versace7-0/+526
2012-05-23util: Add Waffle backend for piglit-framework-fbo.cChad Versace2-0/+154
2012-05-23util: Use piglit-framework-fbo.c and kill dead codeChad Versace4-129/+37
2012-05-23util: Refactor #ifdef's in piglit-framework-fbo.cChad Versace1-12/+21
2012-05-23util: Refactor piglit-framework-fbo.c, move functionsChad Versace1-13/+22
2012-05-23util: Remove dead code from piglit-framework-fbo.cChad Versace1-151/+1
2012-05-23util: Fork piglit-framework.cChad Versace1-0/+310
2012-05-23cmake: If USE_WAFFLE, disable tests that use quirky GLUT functions [v2]Chad Versace3-5/+17
2012-05-23cmake: Add option USE_WAFFLEChad Versace1-0/+8
2012-05-23cmake: Add module FindWaffleChad Versace2-0/+45
2012-05-23tests: Remove glutExtensionSupportedChad Versace16-36/+29
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace72-141/+6
2012-05-23cmake: Clean up gles{1,2}/CMakeLists.txtChad Versace2-18/+14
2012-05-23cmake: Add options BUILD_GLES{1,2} tests [v2]Chad Versace2-2/+13
2012-05-23Reproduce a constant propagation bug in Mesa (indexing into vectors).Paul Berry2-0/+80
2012-05-22glsl-1.30: Add another switch expression variant showing a mesa bug.Eric Anholt1-0/+18
2012-05-22glsl-1.30: Add a test for switching on a uint value.Eric Anholt1-0/+33
2012-05-22glsl-1.10: Add tests for this assertion failure in i965:Eric Anholt2-0/+70
2012-05-22GL_ARB_shader_objects: Test for error on glGetActiveUniform() in begin/end.Eric Anholt3-0/+84
2012-05-22builtin tests: Make glsl_version be a number instead of a string.Eric Anholt3-135/+135
2012-05-22generated tests: Fix the "#version 110" skipping I broke.Eric Anholt1-1/+1
2012-05-22GL_ARB_ubo: Add a test for the minimum maximums.Eric Anholt3-0/+101
2012-05-22Move minmax test infrastructure to piglitutil.Eric Anholt7-621/+447
2012-05-22Test that MSAA blits work properly even when unaligned.Paul Berry3-0/+239
2012-05-19texgen: Convert to use piglit frameworkChad Versace1-49/+38
2012-05-19crossbar: Convert test to use piglit frameworkChad Versace1-60/+22
2012-05-19tests: Remove use of glutExtensionSupportedChad Versace16-36/+29
2012-05-16triangle-rasterization-overdraw: s/vector::data/&vector::front/Vinson Lee1-1/+1
2012-05-16triangle-rasterization-overdraw: Invert using blending instead of stencil.José Fonseca1-16/+8
2012-05-15fbo-viewport: exercise glViewport with FBOsBrian Paul3-0/+196
2012-05-15triangle-rasterization-overdraw: Fix MSVC build.José Fonseca1-2/+2