summaryrefslogtreecommitdiff
path: root/tests/spec/ext_timer_query
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Revert "ext_timer_query: the timestamp test does not require the EXT extension"Emil Velikov1-2/+2
2015-02-24ext_timer_query: the timestamp test does not require the EXT extensionEmil Velikov1-2/+2
2014-12-03ext_timer_query: use piglit_time_get_nanoEmil Velikov1-56/+4
2014-09-05ext_timer_query: add Windows support in time-elapsed.cMeng-Lin Wu2-19/+44
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace2-2/+2
2014-05-14ext_timer_query: use default window sizeBrian Paul1-3/+0
2014-04-03ext_timer_query/time-elapsed: Prevent infinite loop.José Fonseca1-0/+4
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-2/+2
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt1-7/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-01-14Add new test: ext_timer_query-lifetimeCarl Worth2-0/+103
2012-11-26time-elapsed: Spend time in the FS rather than do a lot of draws.Paul Berry1-4/+53
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-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes1-4/+1
2012-07-02time-elapsed: test GL_TIMESTAMP queryMarek Olšák1-10/+34
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č1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+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-1/+1
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-10-17ext_timer_query/time-elapsed: only build on unixBrian Paul1-1/+3
2011-10-15ext_timer_query/time-elapsed: Add a small test to validate GL_TIME_ELAPSED.Eric Anholt3-0/+269