summaryrefslogtreecommitdiff
path: root/tests/general/sync_api.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16sync_api: use piglit_get_gl_enum_name()Brian Paul1-8/+10
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-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-09-04Get rid of reshape funcsChris Forbes1-13/+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
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák1-39/+0
2011-01-06sync_api: Use GLEW.Eric Anholt1-21/+5
2011-01-06sync_api: Convert to the framework.Eric Anholt1-40/+20
2009-10-15Hide platform issues from tests.Ian Romanick1-30/+7
2009-10-02sync_api: Fix MSVC build.Vinson Lee1-1/+9
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-10/+3
2009-09-01sync_api: Fix compile errors on Mac OS.Vinson Lee1-0/+11
2009-09-01Add simple test case for GL_ARB_sync.Ian Romanick1-0/+248