summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Skip testing textures with depth-stencil formats in glGenerateMipmapAnuj Phogat1-4/+18
2012-11-06fbo-gl_pointcoord: remove config.window_width/height and fix asst. bugsBrian Paul1-8/+15
2012-11-06fbo: remove config.window_width/height assignmentsBrian Paul21-42/+0
2012-10-26fbo-clear-formats: test stencil glClearMarek Olšák1-20/+140
2012-10-23fbo-depthstencil: don't check for FBO extensions if they're not neededMarek Olšák1-3/+7
2012-10-17fbo-scissor-blit: require ARB_fboMarek Olšák1-2/+1
2012-10-17fbo-integer: require ARB_fboMarek Olšák1-0/+1
2012-10-17fbo-fragcoord: require EXT_fbo instead of ARB_fboMarek Olšák1-1/+1
2012-10-17fbo-fragcoord: require ARB_fboMarek Olšák1-0/+1
2012-10-17fbo-deriv: require ARB_fboMarek Olšák1-0/+1
2012-10-15tests/fbo-blit-stretch: add a 1x1 -> nxm stretch test caseRoland Scheidegger1-2/+14
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace75-0/+150
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace75-297/+524
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-2/+2
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace8-8/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace75-75/+75
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace2-2/+2
2012-10-08tests/fbo: remove unused err, error varsBrian Paul8-8/+1
2012-10-07Use piglit_check_gl_error() instead of block with [f]printf.Chris Forbes8-52/+13
2012-09-20fbo-blit-stretch: add cast to silence signed/unsigned comparison warningBrian Paul1-1/+1
2012-09-18fbo-colormask-formats: test glColorMask with all formatsMarek Olšák2-0/+228
2012-09-12fbo-blit-stretch: add ability to choose a subtestMarek Olšák1-0/+9
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes8-32/+8
2012-09-04Never call glutKeyboardFunc in -auto modeChris Forbes1-2/+1
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes54-56/+56
2012-08-31fbo-generatemipmap-formats: increase tolerance for compressed formatsMarek Olšák1-0/+9
2012-07-24Test scissoring of blits in both windows and fbos.Paul Berry2-0/+188
2012-07-20fbo-blit-stretch: test for stretched blitsJosé Fonseca2-0/+557
2012-07-08fbo-formats: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák1-0/+11
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č72-72/+72
2012-06-22Test that dFdx/dFdy work properly on fbosPaul Berry2-0/+151
2012-06-20tests: Let each test define main()Chad Versace71-215/+317
2012-06-07fbo: Make an alternate function for initializing fbo-formats.h.Paul Berry1-7/+17
2012-06-07fbo: Split out a function for selecting an fbo test set by name.Paul Berry1-19/+26
2012-06-07fbo: Eliminate unnecessary variable test_set.Paul Berry2-13/+9
2012-06-07fbo: Remove test_desc::base.Paul Berry5-18/+10
2012-06-07fbo: Use format_desc::base_internal_format rather than test_desc::base.Paul Berry4-6/+7
2012-06-07fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.Paul Berry2-12/+10
2012-06-07fbo: Add base internal format info to fbo-formats.hPaul Berry1-188/+199
2012-06-07fbo: Make fbo-formats.h able to be included from a .cpp file.Paul Berry1-10/+10
2012-05-23cmake: If USE_WAFFLE, disable tests that use quirky GLUT functions [v2]Chad Versace1-1/+5
2012-05-23tests: Remove glutExtensionSupportedChad Versace4-8/+8
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-05-15fbo-viewport: exercise glViewport with FBOsBrian Paul2-0/+195
2012-05-01Add a new test for getting GL_RENDERBUFFER_INTERNAL_FORMAT.Eric Anholt1-2/+3
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-70/+70
2012-03-13fbo-luminance-alpha: fix expected result colorsBrian Paul1-8/+12
2012-03-13fbo-blending-formats: fix expected result for intensity and luminance texturesBrian Paul1-12/+36
2012-03-12fbo-alphatest-formats: correct the expected intensity/luminance valuesBrian Paul1-6/+39