summaryrefslogtreecommitdiff
path: root/tests/texturing/depthstencil-render-miplevels.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-01-25depthstencil-render-miplevels: Silence uninitialized variable warning.Vinson Lee1-1/+1
2014-01-06depthstencil-render-miplevels: Add missing extension checksIan Romanick1-0/+5
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-1/+1
2013-10-18depthstencil-render-miplevels: Fix stencil drawing for width % 4 != 0.Eric Anholt1-0/+3
2013-10-11depthstencil-render-miplevels: use double-buffered visualJordan Justen1-1/+1
2013-05-03depthstencil-render-miplevels: Present the results in non-auto mode.Eric Anholt1-3/+108
2013-05-03depthstencil-render-miplevels: Make the stencil value scale like depth.Eric Anholt1-2/+10
2013-05-03depthstencil-render-miplevels: Move the rendering to display() time.Eric Anholt1-8/+5
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
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-06-29depthstencil-render-miplevels: check GL_ARB_depth_texture_extensionBrian Paul1-0/+33
2012-06-28depthstencil-render-miplevels: remove stray semicolonBrian Paul1-1/+1
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-05-15Test rendering to various miplevels of depth and stencil textures.Paul Berry1-0/+428