summaryrefslogtreecommitdiff
path: root/tests/texturing/texwrap.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-22texwrap: increase precision tolerance for GL_R3_G3_B2Marek Olšák1-2/+2
2010-12-01texwrap: test compressed formatsMarek Olšák1-68/+195
2010-11-28texwrap: test more formats, move to the spec group in all.testsMarek Olšák1-18/+111
2010-11-21texwrap: Require GL_ARB_window_pos for glWindowPos2iARB.Vinson Lee1-0/+2
2010-11-14texwrap: fix bugs and test 2 more formatsMarek Olšák1-6/+16
2010-11-13texwrap: fix precision issues with depth textures and linear filteringMarek Olšák1-1/+5
2010-11-13texwrap: test more formatsMarek Olšák1-119/+326
2010-11-10texwrap: Fix MSVC build.Vinson Lee1-1/+1
2010-11-10texwrap: print hotkeys in interactive modeMarek Olšák1-0/+7
2010-11-10texwrap: use glTexImage3DEXT on GL<1.2Marek Olšák1-3/+8
2010-11-10texwrap: don't skip, only warn if the input format doesn't match the GL formatMarek Olšák1-11/+10
2010-11-10texwrap: rework parameter formatting and reduce the number of testsMarek Olšák1-34/+45
2010-10-13texwrap: Initialize variable.Vinson Lee1-1/+1
2010-10-02texwrap: fix out-of-bounds accessMarek Olšák1-1/+1
2010-09-25texwrap: Define GL_TEXTURE_SWIZZLE_RGBA_EXT if not defined.Vinson Lee1-0/+3
2010-09-25texwrap: test ARB_texture_swizzle tooMarek Olšák1-17/+77
2010-09-24texwrap: change the border color to (0.0, 1.0, 0.5)Marek Olšák1-1/+1
2010-09-19texwrap: Define GL_RGBA16F and GL_RGBA32F if not defined.Vinson Lee1-0/+7
2010-09-19texwrap: Move declaration before code.Vinson Lee1-1/+2
2010-09-19texwrap: 62 new tests for wrap modes, texture targets, formats, and moreMarek Olšák1-0/+875