summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-generatemipmap-formats.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17minimize testfbo-generatemipmap-formats-debugOded Gabbay1-2/+2
2015-04-13fbo-formats: add texture_stencil8 supportDave Airlie1-3/+6
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-3/+6
2014-08-12bptc: Add tests using fbo-generatemipmap-formatsNeil Roberts1-0/+7
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-04-03fbo-generatemipmap-formats: skip integer texturesBrian Paul1-0/+5
2013-12-26fbo-generatemipmap-formats: Fix uninitialized variable warnings.Vinson Lee1-0/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-01-21fbo-generate-mipmap-formats: Report subtest results.Eric Anholt1-2/+9
2012-11-12Skip testing textures with depth-stencil formats in glGenerateMipmapAnuj Phogat1-4/+18
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace1-1/+1
2012-09-04Never call glutKeyboardFunc in -auto modeChris Forbes1-2/+1
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-1/+1
2012-08-31fbo-generatemipmap-formats: increase tolerance for compressed formatsMarek Olšák1-0/+9
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+4
2012-06-07fbo: Eliminate unnecessary variable test_set.Paul Berry1-6/+6
2012-06-07fbo: Remove test_desc::base.Paul Berry1-4/+4
2012-06-07fbo: Use format_desc::base_internal_format rather than test_desc::base.Paul Berry1-1/+2
2012-06-07fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.Paul Berry1-4/+4
2012-03-07Stop using GLEW extension macrosPaul Berry1-4/+4
2011-09-08util: add 1D and texture array support to piglit_depth_textureMarek Olšák1-2/+2
2011-06-21fbo-generatemipmap-formats: workaround precision issues when testing depthMarek Olšák1-3/+7
2011-06-21fbo-generatemipmap-formats: fix testing ARB_depth_buffer_floatMarek Olšák1-0/+5
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-03-14fbo-*-formats: redraw in key_funcMarek Olšák1-3/+1
2011-03-13Consolidate the code of the fbo-*-formats testsMarek Olšák1-68/+5
2011-03-04fbo-blending-formats: test blending with various colorbuffer formatsMarek Olšák1-16/+0
2011-03-03fbo-generatemipmap-formats: test unclamped colors (signed, float)Marek Olšák1-19/+117
2011-03-03util: make piglit_rgbw_texture set unclamped pixels when requestedMarek Olšák1-1/+1
2011-02-18fbo-generatemipmap-formats: fix testing GL_DEPTH_STENCILMarek Olšák1-1/+1
2011-02-18fbo-generatemipmap-formats: fix testing GL_DEPTH32F_STENCIL8Marek Olšák1-4/+9
2011-02-16fbo-generatemipmap-formats: also test mipmap generation of NPOT texturesMarek Olšák1-39/+82
2011-01-11fbo-*-formats: Don't trigger GL errors in !GLEW_ARB_depth_texture case.Eric Anholt1-2/+6
2011-01-06fbo-generatemipmap-formats: Move the list of formats to a shared header.Eric Anholt1-381/+5
2011-01-05fbo-generatemipmap-formats: fixup the conditional testing for RGBA DXT1Marek Olšák1-2/+2
2011-01-04fbo-generatemipmap-formats: Treat the SRGB RGBA DXT1 like plain RGBA DXT1.Eric Anholt1-1/+2
2011-01-04fbo-generatemipmap-formats: Use the command line test set in non-auto mode.Eric Anholt1-0/+1
2010-12-10fbo-generatemipmap-formats: fix DXT1 RGBA testMarek Olšák1-2/+11
2010-11-28fbo-generatemipmap-formats: test ARB_texture_floatMarek Olšák1-0/+21
2010-10-13fbo-generatemipmap-formats: Adjust probe_pixel precision based on format.Eric Anholt1-0/+26
2010-10-04fbo-generatemipmap-formats: Define GL_DEPTH_STENCIL if undefined.Vinson Lee1-0/+4
2010-10-03fbo-generatemipmap-formats: fix mipmaps initialization (texture completeness)Marek Olšák1-1/+1
2010-10-03fbo-generatemipmap-formats: make the test interactive in non-auto modeMarek Olšák1-28/+114
2010-10-03fbo-generatemipmap-formats: fix GL_ALPHA testsMarek Olšák1-6/+16
2010-10-03util: extend piglit_rgbw_texture to have a different alpha in each blockMarek Olšák1-1/+2
2010-10-03fbo-generatemipmap-formats: fix segfault with some format setsMarek Olšák1-13/+18