summaryrefslogtreecommitdiff
path: root/tests/hiz
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace26-26/+26
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-7/+7
2013-11-04hiz: Use default window sizeChad Versace8-24/+0
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák8-8/+8
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace24-0/+48
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace24-96/+168
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace24-24/+24
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-9/+9
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č26-26/+26
2012-06-20tests: Let each test define main()Chad Versace24-72/+96
2012-06-06hiz: Add piglitutil to linkerPauli Nieminen1-1/+4
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-25/+25
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-10Use correct libX11Ian Romanick1-4/+0
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry1-9/+16
2011-11-29hiz: Add some comments about how the drawing works for hiz-depth-stencil-test.Eric Anholt1-4/+12
2011-11-29hiz: Reformat the expected_* arrays to match how they appear on-screen.Eric Anholt1-100/+28
2011-08-30hiz: Use piglit_check_gl_error to check to GL errorsChad Versace1-8/+8
2011-06-04hiz: Rename hiz-depth-test-fbo-d24 -> hiz-depth-test-fbo-d24-s0Chad Versace2-2/+2
2011-06-04hiz: Add tests for depth reads with various framebuffer configurationsChad Versace8-0/+436
2011-06-04hiz: Fix hiz-depth-test-* to check just depth test and not depth readsChad Versace2-19/+7
2011-06-02hiz: Fix "assignment from incompatible pointer type" warnings.Vinson Lee1-1/+1
2011-06-01hiz: Add tests for depth and stencil test simulatnesouly enabled for various ...Chad Versace7-0/+425
2011-06-01hiz: Add tests for stencil buffer readsChad Versace8-0/+485
2011-06-01hiz: Add tests for stencil testChad Versace8-0/+450
2011-05-19hiz: Refactor hiz_probe_rects()Chad Versace2-69/+83
2011-05-19hiz: Eliminate hiz_draw_rects()Chad Versace2-57/+49
2011-05-19hiz: Rename hiz_check_fbo_depth_test() to hiz_run_test_depth_test_fbo()Chad Versace5-5/+5
2011-05-19hiz: Factor out common code from hiz-depth-test-window*.cChad Versace4-12/+27
2011-05-19hiz: Fix test description for hiz-depth-test-window-stencil0.cChad Versace1-1/+1
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-29hiz: Remove designated initializers.Vinson Lee3-12/+12
2011-04-28hiz: Remove unused header getopt.h from hiz-util.c.Vinson Lee1-1/+0
2011-04-28hiz: Include piglit-util.h instead of stdbool.h for boolean types.Vinson Lee1-1/+1
2011-04-28hiz: Remove OPENGL_egl_LIBRARY requirement.Vinson Lee1-1/+0
2011-04-28hiz: Fix return value of hiz_check_fbo_depth_test()Chad Versace1-1/+1
2011-04-28hiz: Fix typo in extension requirementChad Versace1-1/+1
2011-04-28hiz: Add tests for depth tests when rendering to an FBOChad Versace4-0/+198
2011-04-28hiz: Add tests for depth tests when rendering to a window FBChad Versace3-0/+132
2011-04-28hiz: Add utility functions for creating HiZ testsChad Versace4-0/+380