summaryrefslogtreecommitdiff
path: root/tests/spec/ext_texture_integer
AgeCommit message (Expand)AuthorFilesLines
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt3-17/+7
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák8-8/+8
2013-02-12texture-integer-glsl130: fix wrong expected G/B values for L/LA/I formatsRoland Scheidegger1-13/+4
2013-01-23texture-integer-glsl130: fix random failures with wrong expected alpha valuesRoland Scheidegger1-4/+15
2013-01-23ext_texture_integer: remove explicit 100x100 window sizeBrian Paul5-10/+0
2012-11-22Revert "texture-integer-glsl130: Expect 1 for alpha in R, RG, RGB cases."Kenneth Graunke1-2/+3
2012-11-21texture-integer-glsl130: Expect 1 for alpha in R, RG, RGB cases.Kenneth Graunke1-3/+2
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace8-0/+16
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace8-32/+56
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace8-8/+8
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-1/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič8-8/+8
2012-06-20tests: Let each test define main()Chad Versace8-16/+32
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-8/+8
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-02-16texture_integer-api-teximage: fix / add error checksBrian Paul1-7/+39
2012-02-10EXT_texture_integer/fbo_integer_precision_clear: Make FBO incomplete a SKIP.Eric Anholt1-14/+13
2012-02-09ext_texture_integer-getteximage-clamping: Use constant expression in array size.José Fonseca1-1/+1
2012-02-09Use malloc instead of variable size arrays.José Fonseca1-7/+17
2012-02-08EXT_texture_integer/getteximage-clamping: New test for integer pixel pack.Eric Anholt3-3/+649
2012-01-29piglit: fix fbo-blending test for GL_ARB_texture_rgb10_a2uiDave Airlie1-0/+2
2012-01-29fbo-blending: fix ALPHA checksDave Airlie1-0/+5
2012-01-27EXT_texture_integer/fbo-blending: New test for a bug in the i965 driver.Eric Anholt2-0/+329
2012-01-27fbo-integer-precision-clear: Remove dead DrawPixels testing code.Eric Anholt1-17/+0
2012-01-27Change ELEMENTS macros to ARRAY_SIZE.Paul Berry1-2/+0
2012-01-06ext_texture_integer: All packed formats require ARB_texture_rgb10_a2uiIan Romanick1-0/+6
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry3-10/+16
2011-12-05texture_integer: add ARB_texture_rgb10_a2ui support.Dave Airlie1-2/+55
2011-12-05texture_integer: test BGRA uploadDave Airlie1-0/+18
2011-12-05ext_texture_integer: add RG/R types to texture test.Dave Airlie1-2/+40
2011-12-04EXT_texture_integer/api-drawpixels: Make this test for the GL 3.0 behavior.Eric Anholt1-2/+52
2011-12-04fbo-integer-precision-drawpixels: Delete this broken test.Eric Anholt2-295/+0
2011-11-22fbo-integer-precision-clear: Fix reporting of errors.Eric Anholt1-2/+5
2011-11-22fbo-integer-readpixels-sint-uint: Fix reporting of errors.Eric Anholt1-3/+8
2011-10-19fbo-integer-precision-drawpixels: Move declaration before code.Vinson Lee1-5/+4
2011-10-18GL_EXT_texture_integer: Use piglit_require_GLSL_version().Eric Anholt3-30/+3
2011-10-18fbo-integer-precision-clear: Make it work with -fbo.Eric Anholt1-1/+1
2011-10-18fbo-integer-precision-drawpixels: Split off from fbo-int-precision-clear.Eric Anholt3-102/+327
2011-10-18fbo-integer-precision-clear: Re-indent to tabs.Eric Anholt1-212/+223
2011-10-18texture-integer-glsl130: Make it run with -fbo.Eric Anholt1-1/+1
2011-10-18texture-integer-glsl130: Use ARRAY_SIZE().Eric Anholt1-8/+2
2011-10-18texture-integer-glsl130: Reindent using tabs.Eric Anholt1-432/+337
2011-10-18GL_EXT_texture_integer: Split off a bunch of tests to separate runs.Eric Anholt4-0/+206
2011-10-18texture-integer-glsl130: Drop non-GL_EXT_texture_integer limit queries.Eric Anholt1-33/+0
2011-10-10ext-t-i: fix repeated texture int testDave Airlie1-0/+1
2011-10-06ext_t_i: update comment on what new tests does.Dave Airlie1-3/+4
2011-10-05ext_texture_integer: add test for uint read of sint and vice-versaDave Airlie2-0/+299
2011-10-04use a glsl1.30 version of texture integerDave Airlie2-0/+595