summaryrefslogtreecommitdiff
path: root/tests/spec/arb_framebuffer_object
AgeCommit message (Expand)AuthorFilesLines
2014-05-22fbo-drawbuffers-none: Use util function streq() in place of strcmp()Anuj Phogat1-9/+9
2014-05-22fbo-drawbuffers-none: Add a sub test for fragment shader out variablesAnuj Phogat1-1/+21
2014-05-22fbo-drawbuffers-none: Refactor the code to add a sub testAnuj Phogat1-5/+10
2014-05-22fbo-drawbuffers-none: Move the drawing code to piglit_display()Anuj Phogat1-17/+22
2014-05-22fbo-drawbuffers-none: Add the instructions for running subtestsAnuj Phogat1-4/+18
2014-01-13fbo-drawbuffers-none: test drawbuffer configurations with GL_NONEMarek Olšák2-0/+458
2013-11-05fbo-blit-scaled-linear: Require GLSL 1.30.Vinson Lee1-0/+1
2013-08-16Add test to verify scaled blitting of {texture, renderbuffer} attachments pro...Anuj Phogat2-0/+160
2013-08-16Add test to verify the accuracy of scaled blitting with GL_LINEAR filterAnuj Phogat2-0/+294
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-04-06arb_framebuffer_object: use default window size to fix Windows runBrian Paul2-4/+0
2013-01-21get-renderbuffer-internalformat: Skip testing unsupported enums.Eric Anholt1-0/+5
2012-11-15GL_ARB_framebuffer_object/negative-readpixels-no-rb: Test for Mesa segfault.Eric Anholt2-0/+86
2012-10-10framebuffer-blit-levels: Test stencil buffers.Paul Berry1-12/+97
2012-10-10framebuffer-blit-levels: Make a function for uploading test data to texture.Paul Berry1-11/+31
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace4-0/+8
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace4-16/+28
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace4-4/+4
2012-09-14framebuffer-blit-levels: fix off-by-one error.Paul Berry1-3/+4
2012-08-15arb_fbo: Test glBlitFramebuffer on depth textures with nonzero miplevelsChad Versace1-31/+94
2012-08-15Test that glBlitFramebuffer works properly with nonzero miplevels.Paul Berry2-0/+251
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č3-3/+3
2012-06-20tests: Let each test define main()Chad Versace3-9/+12
2012-06-07fbo: Remove test_desc::base.Paul Berry1-1/+1
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-05-01Add a new test for getting GL_RENDERBUFFER_INTERNAL_FORMAT.Eric Anholt2-0/+84
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-2/+2
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry2-4/+4
2011-11-14arb_framebuffer_object: add missing return statementBrian Paul1-0/+1
2011-11-10arb_framebuffer_object: Add tests to check GL_DEPTH_STENCIL_ATTACHMENTChad Versace4-0/+287