summaryrefslogtreecommitdiff
path: root/tests/spec/arb_framebuffer_object
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Use piglit_require_minimum_getinteger(GL_MAX_DRAW_BUFFERS) more.Emma Anholt1-8/+1
2023-04-18arb_framebuffer_object: check requirements at the beginningJuan A. Suarez Romero1-35/+38
2022-08-29fix the spelling in whole piglitDavid Heidelberg1-1/+1
2022-08-04tests: Rename tests with overly-long namesDaniel Stone3-2/+2
2022-05-31Delete spurious version checksIan Romanick1-2/+1
2020-12-14arb_framebuffer_object: Add a test for blit-based mipmap generationChia-I Wu2-0/+186
2018-01-03fbo-formats: Remove GLenum stringification macros.Fabian Bieler1-1/+1
2018-01-03depth-stencil-blit: Remove GLenum stringification macros.Fabian Bieler1-15/+14
2018-01-03Remove GLenum string literals.Fabian Bieler2-59/+9
2017-12-23Move fdo28551 test from bugs to spec dir.Fabian Bieler2-0/+90
2017-07-11blit-scaled-linear: whitespace fixesBrian Paul1-6/+6
2017-07-11blit-scaled-linear: minor shader code improvementsBrian Paul1-7/+5
2017-06-01fbo: Require ARB_depth_texture in more testsIan Romanick1-0/+1
2017-05-18arb_framebuffer_object: set KHR_no_error compatibilityTimothy Arceri11-0/+11
2016-11-16same-attachment-glFramebufferTexture2D: Use a CUBE_MAP textureNanley Chery1-7/+37
2016-10-11GL_ARB_framebuffer_object/depth-stencil-blit: Add test for depth/stencil blitNeha Bhende2-0/+365
2016-05-09Fix asprintf warningsMarek Olšák1-1/+1
2015-11-16ext_framebuffer_blit: Verify framebuffer bindings after calling glGenerateMipmapIan Romanick2-0/+130
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-04-07arb_fbo: add test of mixed color/depth buffer sizesBrian Paul2-0/+176
2014-12-16fbo-blit-scaled-linear: Use const reference.Vinson Lee1-1/+1
2014-08-28piglit-fbo: Enable the tests to create FBO with multiple color attachmentsAnuj Phogat2-9/+9
2014-07-27tests: tesselate => tessellate (only comments were changed)Jordan Justen1-1/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace6-6/+6
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