Age | Commit message (Expand) | Author | Files | Lines |
2012-10-09 | util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END | Chad Versace | 1 | -4/+7 |
2012-10-09 | util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2) | Chad Versace | 1 | -1/+1 |
2012-10-09 | tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_func | Chad Versace | 1 | -1/+1 |
2012-10-09 | tests: Remove all uses of glutBitmapCharacter | Chad Versace | 1 | -10/+0 |
2012-09-04 | Never call glutKeyboardFunc in -auto mode | Chris Forbes | 1 | -3/+1 |
2012-07-08 | texwrap: test GL_RGB565 from ARB_ES2_compatibility | Marek Olšák | 1 | -1/+3 |
2012-06-28 | util: Move piglit-util to piglit-util-gl-common | Blaž Tomažič | 1 | -1/+1 |
2012-06-20 | tests: Let each test define main() | Chad Versace | 1 | -2/+6 |
2011-12-11 | texwrap: increase max allowed error (linear_deltamax) | Vadim Girlin | 1 | -5/+5 |
2011-12-05 | texwrap: Fix memory leaks. | Vinson Lee | 1 | -3/+12 |
2011-08-28 | texwrap: Convert to running concurrently into FBOs. | Eric Anholt | 1 | -5/+6 |
2011-06-10 | texwrap: test border color separately | Marek Olšák | 1 | -8/+45 |
2011-06-09 | texwrap: set wrap R mode even for non-3D textures | Marek Olšák | 1 | -4/+2 |
2011-04-29 | Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp. | Marek Olšák | 1 | -1/+1 |
2011-04-06 | texwrap: increase tolerance by one bit for compressed SNORM one-channel textures | Marek Olšák | 1 | -2/+2 |
2011-03-16 | texwrap: increase tolerance by 1 bit for SNORM textures | Marek Olšák | 1 | -7/+7 |
2011-02-18 | texwrap: allow lower precision for GL_R11F_G11F_B10F | Marek Olšák | 1 | -1/+1 |
2011-02-18 | texwrap: fix testing GL_DEPTH32F_STENCIL8 | Marek Olšák | 1 | -12/+36 |
2011-02-17 | texwrap: test EXT_texture_snorm | Marek Olšák | 1 | -0/+34 |
2011-02-17 | texwrap: test EXT_packed_depth_stencil | Marek Olšák | 1 | -9/+26 |
2011-02-17 | texwrap: test ARB_texture_compression | Marek Olšák | 1 | -0/+14 |
2011-02-17 | texwrap: test ARB_depth_buffer_float | Marek Olšák | 1 | -0/+6 |
2011-02-17 | Remove unnecessary OpenGL extension defines | Marek Olšák | 1 | -68/+0 |
2011-02-16 | texwrap: remove the RGBA DXT1 workaround for Mesa | Marek Olšák | 1 | -20/+8 |
2010-12-22 | texwrap: increase precision tolerance for GL_R3_G3_B2 | Marek Olšák | 1 | -2/+2 |
2010-12-01 | texwrap: test compressed formats | Marek Olšák | 1 | -68/+195 |
2010-11-28 | texwrap: test more formats, move to the spec group in all.tests | Marek Olšák | 1 | -18/+111 |
2010-11-21 | texwrap: Require GL_ARB_window_pos for glWindowPos2iARB. | Vinson Lee | 1 | -0/+2 |
2010-11-14 | texwrap: fix bugs and test 2 more formats | Marek Olšák | 1 | -6/+16 |
2010-11-13 | texwrap: fix precision issues with depth textures and linear filtering | Marek Olšák | 1 | -1/+5 |
2010-11-13 | texwrap: test more formats | Marek Olšák | 1 | -119/+326 |
2010-11-10 | texwrap: Fix MSVC build. | Vinson Lee | 1 | -1/+1 |
2010-11-10 | texwrap: print hotkeys in interactive mode | Marek Olšák | 1 | -0/+7 |
2010-11-10 | texwrap: use glTexImage3DEXT on GL<1.2 | Marek Olšák | 1 | -3/+8 |
2010-11-10 | texwrap: don't skip, only warn if the input format doesn't match the GL format | Marek Olšák | 1 | -11/+10 |
2010-11-10 | texwrap: rework parameter formatting and reduce the number of tests | Marek Olšák | 1 | -34/+45 |
2010-10-13 | texwrap: Initialize variable. | Vinson Lee | 1 | -1/+1 |
2010-10-02 | texwrap: fix out-of-bounds access | Marek Olšák | 1 | -1/+1 |
2010-09-25 | texwrap: Define GL_TEXTURE_SWIZZLE_RGBA_EXT if not defined. | Vinson Lee | 1 | -0/+3 |
2010-09-25 | texwrap: test ARB_texture_swizzle too | Marek Olšák | 1 | -17/+77 |
2010-09-24 | texwrap: change the border color to (0.0, 1.0, 0.5) | Marek Olšák | 1 | -1/+1 |
2010-09-19 | texwrap: Define GL_RGBA16F and GL_RGBA32F if not defined. | Vinson Lee | 1 | -0/+7 |
2010-09-19 | texwrap: Move declaration before code. | Vinson Lee | 1 | -1/+2 |
2010-09-19 | texwrap: 62 new tests for wrap modes, texture targets, formats, and more | Marek Olšák | 1 | -0/+875 |