summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-13more wiparb_programIan Romanick1-0/+9
2012-06-13wipIan Romanick3-4/+33
2012-06-13util: Allow attributes to be specified by index rather than name from the shaderIan Romanick1-5/+14
2012-06-13arb program: Add indirect addressing tests for ARB_vp and NV_vpIan Romanick2-0/+181
2012-06-13arb program: Add indirect addressing templatesIan Romanick3-0/+216
2012-06-13arb program: Add instruction coverage tests for ARB_vp, ARB_fp, and NV_vpIan Romanick2-0/+296
2012-06-13arb program: Add emit_test_from_multiple_programs utility functionIan Romanick1-0/+76
2012-06-13arb program: Add trig instruction templateIan Romanick1-0/+43
2012-06-13arb program: Add binary result templatesIan Romanick4-0/+250
2012-06-13arb program: Add "must pass" tests for ARB_vp, ARB_fp, and NV_vpIan Romanick4-1/+382
2012-06-13arb program: Ignore the generated shader_test files.Ian Romanick1-0/+1
2012-06-13arb program: Add 'mustpass' templatesIan Romanick4-0/+128
2012-06-13arb program: Add templates for the simplest possible testsIan Romanick4-0/+115
2012-06-13generated_tests: Only ignore spec/glsl-* directoriesIan Romanick1-1/+1
2012-06-13arb program: Add mechnaism to emulate assembly program machineryIan Romanick1-0/+1299
2012-06-12Fix gen_uniform_initializer_tests.py for out-of-tree builds.Paul Berry1-2/+9
2012-06-12glsl-1.20: Add tests for uniform array-of-structures with initializersIan Romanick2-0/+96
2012-06-12glsl-1.20: Add tests for uniform structures with initializersIan Romanick2-0/+86
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers modified by G...Ian Romanick4-0/+81
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers in another stageIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers from a constantIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializersIan Romanick4-1/+264
2012-06-12drawpix-z: test glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul3-0/+138
2012-06-12readpix-z: test glReadPixels(GL_DEPTH_COMPONENT)Brian Paul3-0/+115
2012-06-12texture-integer: move/improve the integer texture test to spec/gl-3.0/Brian Paul5-613/+398
2012-06-12integer-errors: check error detection for integer-related imagesBrian Paul3-0/+188
2012-06-07msaa: Test that MSAA works properly for all core FBO color formats.Paul Berry3-0/+447
2012-06-07msaa: Make a static identity matrix for convenience.Paul Berry4-14/+16
2012-06-07msaa: Fix const correctness of TestPattern::draw() function.Paul Berry2-11/+11
2012-06-07msaa: Make a new Fbo::try_setup() function.Paul Berry2-15/+32
2012-06-07msaa: Allow format of the color buffer used in the MSAA fbos to be configured.Paul Berry2-3/+11
2012-06-07msaa: Make it possible to reconfigure the fbo after initial use.Paul Berry8-30/+37
2012-06-07msaa: Fix GL object leak when changing fbo config.Paul Berry2-21/+35
2012-06-07msaa: Make a separate Fbo setup() function.Paul Berry2-1/+12
2012-06-07msaa: Reuse FboConfig data structure in Fbo.Paul Berry2-40/+51
2012-06-07msaa: Make a data structure for fbo config.Paul Berry8-59/+75
2012-06-07msaa: Add ColorGradientSunburst program.Paul Berry2-9/+56
2012-06-07fbo: Make an alternate function for initializing fbo-formats.h.Paul Berry1-7/+17
2012-06-07fbo: Split out a function for selecting an fbo test set by name.Paul Berry1-19/+26
2012-06-07fbo: Eliminate unnecessary variable test_set.Paul Berry2-13/+9
2012-06-07fbo: Remove test_desc::base.Paul Berry6-19/+11
2012-06-07fbo: Use format_desc::base_internal_format rather than test_desc::base.Paul Berry4-6/+7
2012-06-07fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.Paul Berry2-12/+10
2012-06-07fbo: Add base internal format info to fbo-formats.hPaul Berry1-188/+199
2012-06-07fbo: Make fbo-formats.h able to be included from a .cpp file.Paul Berry1-10/+10
2012-06-07util: Generalize piglit_probe_image_{rgb,rgba}Paul Berry2-39/+76
2012-06-06hiz: Add piglitutil to linkerPauli Nieminen1-1/+4
2012-06-04make: Make util libraries shared in non-windows systemsPauli 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