summaryrefslogtreecommitdiff
path: root/tests/spec/arb_timer_query
AgeCommit message (Expand)AuthorFilesLines
2020-07-30arb_timer_query: use piglit_delay_nsErik Faye-Lund1-1/+1
2017-08-21arb_timer_query: set KHR_no_error statusSamuel Pitoiset1-0/+1
2016-10-27arb_timer_query: Add wall clock sanity checksRobert Bragg1-1/+50
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-12-12arb_timer_query: Add missing headerJan Vesely1-0/+3
2014-12-03util: add usleep wrapper/defineEmil Velikov1-5/+1
2014-12-03arb_timer_query: use piglit_time_get_nanoEmil Velikov1-27/+4
2014-09-05arb_timer_query: add Windows support for timestamp-get.cMeng-Lin Wu2-11/+27
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-05-14arb_timer_query: use default window sizeBrian Paul1-3/+0
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-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-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes1-4/+1
2012-07-02timestamp-get: test glGet(GL_TIMESTAMP)Marek Olšák3-0/+158