aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/texwrap.c
AgeCommit message (Expand)Author
2012-12-09texwrap: Add default cases with asserts.Vinson Lee
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-10-26texwrap: require ARB_texture_float for float RG formatsMarek Olšák
2012-10-15texwrap: Avoid FLOAT/UINT/INT symbols.José Fonseca
2012-10-15texwrap: rework the testMarek Olšák
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace
2012-10-09tests: Remove all uses of glutBitmapCharacterChad Versace
2012-09-04Never call glutKeyboardFunc in -auto modeChris Forbes
2012-07-08texwrap: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2011-12-11texwrap: increase max allowed error (linear_deltamax)Vadim Girlin
2011-12-05texwrap: Fix memory leaks.Vinson Lee
2011-08-28texwrap: Convert to running concurrently into FBOs.Eric Anholt
2011-06-10texwrap: test border color separatelyMarek Olšák
2011-06-09texwrap: set wrap R mode even for non-3D texturesMarek Olšák
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák
2011-04-06texwrap: increase tolerance by one bit for compressed SNORM one-channel texturesMarek Olšák
2011-03-16texwrap: increase tolerance by 1 bit for SNORM texturesMarek Olšák
2011-02-18texwrap: allow lower precision for GL_R11F_G11F_B10FMarek Olšák
2011-02-18texwrap: fix testing GL_DEPTH32F_STENCIL8Marek Olšák
2011-02-17texwrap: test EXT_texture_snormMarek Olšák
2011-02-17texwrap: test EXT_packed_depth_stencilMarek Olšák
2011-02-17texwrap: test ARB_texture_compressionMarek Olšák
2011-02-17texwrap: test ARB_depth_buffer_floatMarek Olšák
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák
2011-02-16texwrap: remove the RGBA DXT1 workaround for MesaMarek Olšák
2010-12-22texwrap: increase precision tolerance for GL_R3_G3_B2Marek Olšák
2010-12-01texwrap: test compressed formatsMarek Olšák
2010-11-28texwrap: test more formats, move to the spec group in all.testsMarek Olšák
2010-11-21texwrap: Require GL_ARB_window_pos for glWindowPos2iARB.Vinson Lee
2010-11-14texwrap: fix bugs and test 2 more formatsMarek Olšák
2010-11-13texwrap: fix precision issues with depth textures and linear filteringMarek Olšák
2010-11-13texwrap: test more formatsMarek Olšák
2010-11-10texwrap: Fix MSVC build.Vinson Lee
2010-11-10texwrap: print hotkeys in interactive modeMarek Olšák
2010-11-10texwrap: use glTexImage3DEXT on GL<1.2Marek Olšák
2010-11-10texwrap: don't skip, only warn if the input format doesn't match the GL formatMarek Olšák
2010-11-10texwrap: rework parameter formatting and reduce the number of testsMarek Olšák
2010-10-13texwrap: Initialize variable.Vinson Lee
2010-10-02texwrap: fix out-of-bounds accessMarek Olšák
2010-09-25texwrap: Define GL_TEXTURE_SWIZZLE_RGBA_EXT if not defined.Vinson Lee
2010-09-25texwrap: test ARB_texture_swizzle tooMarek Olšák
2010-09-24texwrap: change the border color to (0.0, 1.0, 0.5)Marek Olšák
2010-09-19texwrap: Define GL_RGBA16F and GL_RGBA32F if not defined.Vinson Lee
2010-09-19texwrap: Move declaration before code.Vinson Lee
2010-09-19texwrap: 62 new tests for wrap modes, texture targets, formats, and moreMarek Olšák