summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)AuthorFilesLines
2017-12-23Remove tests/bugs directory.Fabian Bieler2-14/+0
2017-12-23Move vbo-buffer-unmap test from bugs to spec dir.Fabian Bieler2-96/+0
2017-12-23Move tri-tex-crash test from bugs to spec dir.Fabian Bieler2-124/+0
2017-12-23Move fdo31934 test from bugs to spec dir.Fabian Bieler2-41/+0
2017-12-23Move fdo28551 test from bugs to spec dir.Fabian Bieler2-82/+0
2017-12-23Move fdo25614-genmipmap test from bugs to spec dir.Fabian Bieler2-161/+0
2017-12-23Move fdo24066 test from bugs to spec dir.Fabian Bieler2-76/+0
2017-12-23Move fdo23670-drawpix_stencil from bugs to spec dir.Fabian Bieler2-85/+0
2017-12-23Move fdo23670-depth_test from bugs to spec dir.Fabian Bieler2-89/+0
2017-12-23Move fdo23489 test from bugs to spec dir.Fabian Bieler2-41/+0
2017-12-23Move fdo22740 test from bugs to spec dir.Fabian Bieler2-108/+0
2017-12-23Move point-sprite test from bugs to spec dir.Fabian Bieler2-152/+0
2017-12-23Move fdo20701 test from bugs to spec dir.Fabian Bieler2-95/+0
2017-12-23Move tex1d-2dborder test from bugs to spec dir.Fabian Bieler2-127/+0
2017-12-23Move r300-readcache test from bugs to spec dir.Fabian Bieler2-87/+0
2017-12-23Move fdo14575 test from bugs to spec dir.Fabian Bieler2-90/+0
2017-12-23Move fdo10370 test from bugs to spec dir.Fabian Bieler2-161/+0
2017-12-23Move drawbuffer-modes test from bugs to spec dir.Fabian Bieler2-172/+0
2017-12-23Move crash-texparameter-before-teximage test from bugs to spec dir.Fabian Bieler2-43/+0
2017-12-23Move crash-cubemap-order test from bugs to spec dir.Fabian Bieler2-53/+0
2017-06-30bugs: set KHR_no_error support for remaining bugs testsTimothy Arceri18-0/+18
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri1-0/+1
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-3/+6
2014-09-04util: add ALIGN macroMarek Olšák1-0/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace19-19/+19
2013-06-07Set config.requires_displayed_window in tests that use front buffers.Paul Berry1-0/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák11-11/+11
2012-11-11push-pop-texture-state: a replacement for the fdo9833 testBrian Paul2-48/+0
2012-11-06bugs: remove config.window_width/height linesBrian Paul13-26/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace20-0/+40
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace20-80/+140
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace5-5/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace20-20/+20
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes2-8/+2
2012-09-04Get rid of reshape funcsChris Forbes1-19/+2
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes8-8/+8
2012-07-20fdo25614-genmipmap: fix gl version checkingMarek Olšák1-2/+2
2012-07-20crash-cubemap-order: check extension supportMarek Olšák1-0/+2
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č20-20/+20
2012-06-20tests: Let each test define main()Chad Versace20-53/+82
2012-05-23tests: Remove glutExtensionSupportedChad Versace2-3/+3
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-20/+20
2012-03-07Convert more older tests to use piglit-framework.c.Paul Berry5-107/+42
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry3-4/+4
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-02-25Convert older tests to use piglit-framework.cPaul Berry4-105/+39
2012-01-16Add test verifying glDrawBuffer with different buffer modesAnuj Phogat2-0/+164