summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2012-07-02first commit wiptmpDave Airlie4-0/+307
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič55-55/+55
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič216-216/+216
2012-06-26msaa: Test that the "centroid" interpolation qualifier works correctly.Paul Berry4-1/+623
2012-06-26msaa: Add clarifying comments for Triangles program.Paul Berry2-4/+4
2012-06-25msaa/formats: Fix testing of sRGB formats.Paul Berry1-14/+30
2012-06-25msaa: Verify accuracy of sRGB MSAA resolves.Paul Berry3-11/+54
2012-06-25msaa/formats: Fix visualization of RED and RG formatsPaul Berry1-2/+6
2012-06-25msaa/formats: Adjust tolerance appropriately for floating-point formats.Paul Berry1-3/+31
2012-06-25msaa/formats: Make it possible to specify a test set on the command line.Paul Berry1-3/+10
2012-06-25msaa/formats: Use a scale and offset for testing integer formats.Paul Berry1-1/+21
2012-06-25msaa/formats: Compare integer formats properly.Paul Berry1-5/+8
2012-06-25msaa/formats: Adapt glReadPixels() call to handle integer formats.Paul Berry1-4/+50
2012-06-25msaa/formats: Adapt test pattern drawing to handle integer formats.Paul Berry1-3/+42
2012-06-25msaa: Make it possible to scale and offset ColorGradientSunburst.Paul Berry2-2/+48
2012-06-25msaa: Make it possible to change output type when drawing sunbursts.Paul Berry3-3/+69
2012-06-25glsl-1.30: Verify proper conversion of large floats to uints.Paul Berry2-0/+75
2012-06-25msaa: Test that msaa blits are clipped and scissored correctly.Paul Berry2-0/+394
2012-06-25ext_framebuffer_multisample: Use dynamic array instead of variable length array.José Fonseca1-1/+5
2012-06-25ext_framebuffer_multisample: Use dynamic array instead of variable length array.José Fonseca1-1/+4
2012-06-25ext_framebuffer_multisample: Cast sin arguments to floating point.José Fonseca2-7/+7
2012-06-22ext_framebuffer_multisample: fix turn-on-off testAnuj Phogat1-2/+1
2012-06-22Add test to verify the functionality of polygon stipple with multisample FBOAnuj Phogat2-0/+272
2012-06-22Add test to verify the functionality of glBitmap() with multisample FBOAnuj Phogat2-0/+187
2012-06-22Add test to verify sample alpha to one with multisample fboAnuj Phogat2-0/+292
2012-06-22Add test to verify sample alpha to coverage with multisample fboAnuj Phogat2-0/+414
2012-06-22Add test to verify glSampleCoverage with multisample fboAnuj Phogat2-0/+430
2012-06-22msaa: Fix window width of enable-flag test.Paul Berry1-1/+1
2012-06-21GL_ARB_ubo/buffer-targets: New test for GL_UNIFORM_BUFFER api.Eric Anholt2-0/+90
2012-06-21GL_ARB_ubo/negative-bindbuffer-buffer: New test for API error.Eric Anholt2-0/+66
2012-06-21GL_ARB_ubo/getintegeri_v: New test for API behavior.Eric Anholt2-0/+132
2012-06-21GL_ARB_ubo/negative-bindbufferrange-range: New test for API errors.Eric Anholt2-0/+96
2012-06-21GL_ARB_ubo/negative-bindbuffer-target: New test for API errors.Eric Anholt2-0/+94
2012-06-21GL_ARB_ubo/bindbuffer-general-point: New test for API behavior.Eric Anholt2-0/+95
2012-06-21GL_ARB_ubo/negative-bindbuffer-index: New test for API errors.Eric Anholt2-0/+75
2012-06-21ARB_sync: Add two new tests of glClientWaitSync.Eric Anholt5-0/+211
2012-06-21Add a test to check whether the LODs are independant in parallel texture look...Olivier Galibert1-0/+58
2012-06-20tests: Let each test define main()Chad Versace192-503/+774
2012-06-20msaa: Add a test for the GL_MULTISAMPLE enable flag.Paul Berry2-0/+150
2012-06-18Add test to verify glBlitFramebuffer with non-matching buffer formatsAnuj Phogat2-0/+106
2012-06-18Add test to verify glBlitFramebuffer with non-matching buffer sizesAnuj Phogat2-0/+86
2012-06-18Add test to verify glBlitFramebuffer with non-matching sample countAnuj Phogat2-0/+98
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-12texture-integer: move/improve the integer texture test to spec/gl-3.0/Brian Paul2-0/+397
2012-06-12integer-errors: check error detection for integer-related imagesBrian Paul2-0/+187
2012-06-07msaa: Test that MSAA works properly for all core FBO color formats.Paul Berry2-0/+441
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