summaryrefslogtreecommitdiff
path: root/tests/hiz/hiz-util.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-9/+9
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
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: Add tests for depth reads with various framebuffer configurationsChad Versace1-0/+120
2011-06-04hiz: Fix hiz-depth-test-* to check just depth test and not depth readsChad Versace1-19/+1
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 Versace1-0/+129
2011-06-01hiz: Add tests for stencil buffer readsChad Versace1-0/+136
2011-06-01hiz: Add tests for stencil testChad Versace1-0/+114
2011-05-19hiz: Refactor hiz_probe_rects()Chad Versace1-62/+60
2011-05-19hiz: Eliminate hiz_draw_rects()Chad Versace1-34/+49
2011-05-19hiz: Rename hiz_check_fbo_depth_test() to hiz_run_test_depth_test_fbo()Chad Versace1-1/+1
2011-05-19hiz: Factor out common code from hiz-depth-test-window*.cChad Versace1-0/+10
2011-04-28hiz: Remove unused header getopt.h from hiz-util.c.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 utility functions for creating HiZ testsChad Versace1-0/+272