summaryrefslogtreecommitdiff
path: root/tests/texturing/texwrap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-18texwrap: fix stencil texturing a bitRoland Scheidegger1-1/+15
2015-12-04texwrap: Allow compressed test to run with GL_EXT_texture_compression_dxt1 an...Ian Romanick1-3/+28
2015-12-04texwrap: Refactor getting the test vector for a nameIan Romanick1-13/+25
2015-11-23texwrap: do no short circuit remaining tests if one failsEmil Velikov1-3/+3
2015-07-20texwrap: skip if integers or offset used with non-2DDave Airlie1-0/+8
2015-05-28texwrap: fix missing brace.Dave Airlie1-1/+1
2015-05-28texwrap: test wrapping texture offsetsDave Airlie1-2/+58
2015-04-13texwrap: add GL_ARB_texture_stencil8 supportDave Airlie1-1/+13
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-3/+6
2014-08-12texwrap: Add the BPTC formatsNeil Roberts1-0/+13
2014-07-16texwrap: minor assorted changesBrian Paul1-34/+28
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-03-19texwrap: add ARB_depth_texture dependencyIlia Mirkin1-1/+2
2014-01-17texwrap: Silence uninitialized variable warning.Vinson Lee1-1/+1
2014-01-06texwrap: Add missing extension checksIan Romanick1-1/+9
2013-10-20tests: Add GL_ARB_texture_mirror_clamp_to_edge to texturing test.Rico Schüller1-7/+8
2013-08-27Use global function piglit_srgb_to_linear() to avoid code duplicationAnuj Phogat1-7/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-01-24texwrap: Fix out-of-bounds read.Vinson Lee1-1/+1
2013-01-21texwrap: Report subtest results.Eric Anholt1-0/+7
2012-12-09texwrap: Add default cases with asserts.Vinson Lee1-0/+6
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-7/+7
2012-10-26texwrap: require ARB_texture_float for float RG formatsMarek Olšák1-1/+2
2012-10-15texwrap: Avoid FLOAT/UINT/INT symbols.José Fonseca1-78/+78
2012-10-15texwrap: rework the testMarek Olšák1-1274/+1595
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-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace1-1/+1
2012-10-09tests: Remove all uses of glutBitmapCharacterChad Versace1-10/+0
2012-09-04Never call glutKeyboardFunc in -auto modeChris Forbes1-3/+1
2012-07-08texwrap: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák1-1/+3
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-2/+6
2011-12-11texwrap: increase max allowed error (linear_deltamax)Vadim Girlin1-5/+5
2011-12-05texwrap: Fix memory leaks.Vinson Lee1-3/+12
2011-08-28texwrap: Convert to running concurrently into FBOs.Eric Anholt1-5/+6
2011-06-10texwrap: test border color separatelyMarek Olšák1-8/+45
2011-06-09texwrap: set wrap R mode even for non-3D texturesMarek Olšák1-4/+2
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-04-06texwrap: increase tolerance by one bit for compressed SNORM one-channel texturesMarek Olšák1-2/+2
2011-03-16texwrap: increase tolerance by 1 bit for SNORM texturesMarek Olšák1-7/+7
2011-02-18texwrap: allow lower precision for GL_R11F_G11F_B10FMarek Olšák1-1/+1
2011-02-18texwrap: fix testing GL_DEPTH32F_STENCIL8Marek Olšák1-12/+36
2011-02-17texwrap: test EXT_texture_snormMarek Olšák1-0/+34
2011-02-17texwrap: test EXT_packed_depth_stencilMarek Olšák1-9/+26
2011-02-17texwrap: test ARB_texture_compressionMarek Olšák1-0/+14
2011-02-17texwrap: test ARB_depth_buffer_floatMarek Olšák1-0/+6
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák1-68/+0
2011-02-16texwrap: remove the RGBA DXT1 workaround for MesaMarek Olšák1-20/+8