aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)Author
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák
2013-03-19fbo-clear-formats: clean up error handlingBrian Paul
2013-03-11fbo-maxsize: use piglit_get_gl_enum_name()Brian Paul
2013-03-11fbo-maxsize: minor test improvementsBrian Paul
2013-02-26fbo-blit: test BlitFramebuffer with GL_TEXTURE_RECTANGLEMarek Olšák
2013-01-23fbo-alphatest-formats: Skip testing for ALPHA-only formatsCarl Worth
2013-01-23fbo-blending-formats: Fixup expected Luminance value for DST_ALPHA blendingCarl Worth
2013-01-23fbo-blending-formats: Fix expected color values for DST_ALPHA blendingCarl Worth
2013-01-23fbo-blending-formats: Test DST_ALPHA blending when destination has no alphaCarl Worth
2013-01-21fbo-colormask-formats: Report subtest results.Eric Anholt
2013-01-21fbo-storage-completeness: Fix doxygen name.Eric Anholt
2013-01-21fbo-clear-formats: Report subtest results.Eric Anholt
2013-01-21fbo-storage-formats: Report subtest results.Eric Anholt
2013-01-21fbo-storage-*: de-StudlyCaps.Eric Anholt
2013-01-21fbo-storage-*: Use piglit_check_gl_error().Eric Anholt
2013-01-21fbo-storage-*: Reindent to normal piglit style.Eric Anholt
2013-01-21fbo-readpixels-depth-formats: Report subtest results.Eric Anholt
2013-01-21fbo-alphatest-formats: Report subtest results.Eric Anholt
2013-01-21fbo-blending-formats: Report subtest results.Eric Anholt
2013-01-21fbo-generate-mipmap-formats: Report subtest results.Eric Anholt
2013-01-18fbo-drawbuffers2-color: test masked clearMarek Olšák
2013-01-18fbo-drawbuffers: test masked clearMarek Olšák
2013-01-04fbo-clear-formats: set the depth attachment even though we only test stencilMarek Olšák
2012-12-09fbo-blending-formats: Only query GL_TEXTURE_xxx_TYPE when GL_EXT_texture_snor...José Fonseca
2012-12-06fbo-blending-formats: Correct precision of signed normalized types.José Fonseca
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-12Skip testing textures with depth-stencil formats in glGenerateMipmapAnuj Phogat
2012-11-06fbo-gl_pointcoord: remove config.window_width/height and fix asst. bugsBrian Paul
2012-11-06fbo: remove config.window_width/height assignmentsBrian Paul
2012-10-26fbo-clear-formats: test stencil glClearMarek Olšák
2012-10-23fbo-depthstencil: don't check for FBO extensions if they're not neededMarek Olšák
2012-10-17fbo-scissor-blit: require ARB_fboMarek Olšák
2012-10-17fbo-integer: require ARB_fboMarek Olšák
2012-10-17fbo-fragcoord: require EXT_fbo instead of ARB_fboMarek Olšák
2012-10-17fbo-fragcoord: require ARB_fboMarek Olšák
2012-10-17fbo-deriv: require ARB_fboMarek Olšák
2012-10-15tests/fbo-blit-stretch: add a 1x1 -> nxm stretch test caseRoland Scheidegger
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace
2012-10-08tests/fbo: remove unused err, error varsBrian Paul
2012-10-07Use piglit_check_gl_error() instead of block with [f]printf.Chris Forbes
2012-09-20fbo-blit-stretch: add cast to silence signed/unsigned comparison warningBrian Paul
2012-09-18fbo-colormask-formats: test glColorMask with all formatsMarek Olšák
2012-09-12fbo-blit-stretch: add ability to choose a subtestMarek Olšák
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes
2012-09-04Never call glutKeyboardFunc in -auto modeChris Forbes