summaryrefslogtreecommitdiff
path: root/tests/general/draw-pixels.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-04-06draw-pixels: use default window size, for WindowsBrian Paul1-2/+2
2013-04-06draw-pixels: use better test valuesBrian Paul1-29/+7
2013-04-06draw-pixels: display results when there's a failureBrian Paul1-0/+4
2013-04-06draw-pixels: whitespace fixes, remove unneeded parenthesisBrian Paul1-15/+13
2012-12-09draw-pixels: Set pointer to NULL after free.Vinson Lee1-0/+1
2012-12-08draw-pixels: Ensure allocPixels returns an initialized value.Vinson Lee1-0/+5
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-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-04-21Add test to verify glDrawPixels with allowed pixel formats and data typesAnuj Phogat1-0/+875