aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing
AgeCommit message (Expand)Author
2013-01-21texwrap: Report subtest results.Eric Anholt
2013-01-15texelFetch: Fix incorrect sizeof.Vinson Lee
2013-01-09depth-cube-map: Fix for airlied's reordering of cube_face_texcoords.Eric Anholt
2013-01-04getteximage-targets: test glGetTexImage with all texture targets (v2)Marek Olšák
2013-01-01copyteximage: test packed depth stencil formatsMarek Olšák
2012-12-19getteximage-formats: print keyboard usage when not running in auto modeBrian Paul
2012-12-13getteximage-formats: Set pass to true for unsupported formats.Vinson Lee
2012-12-11texelFetch: Ensure offset_arg is initialized.Vinson Lee
2012-12-11max-texture-size: Fix memory leak.Vinson Lee
2012-12-09texwrap: Add default cases with asserts.Vinson Lee
2012-12-09getteximage-formats: Ensure texel is initialized.Vinson Lee
2012-12-09texelFetch: Ensure level_image is initialized.Vinson Lee
2012-12-09max-texture-size: Do not allocate memory for an unexpected target.Vinson Lee
2012-12-10texelFetch: fix to run on gl 3.1 / core contexts.Dave Airlie
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-16teximage-errors: remove config.window_width/height linesBrian Paul
2012-11-14textureSize: Add support for running with core GL.Eric Anholt
2012-11-14util: Kill macro glewInitChad Versace
2012-11-09cubemap-shader: add a cubemap test that checks for lod related issuesDave Airlie
2012-11-06texturing: remove config.window_width/height assignmentsBrian Paul
2012-11-06lodclamp-between: set window size to 200x200Brian Paul
2012-10-31crossbar: Replace strtof with strtod.Vinson Lee
2012-10-31cmake: Build crossbar on all platforms.Vinson Lee
2012-10-26texwrap: require ARB_texture_float for float RG formatsMarek Olšák
2012-10-25tex3d-depth1: require GL 1.3Marek Olšák
2012-10-25tex-border-1: require GL 1.3Marek 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-09tests: Remove direct includes of piglit-framework.hChad 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,util: Wrap glutPostRedisplay with piglit_post_redisplayChad Versace
2012-10-09tests: Remove all uses of glutBitmapCharacterChad Versace
2012-10-10depth-cube-map: remove useless glFinish and piglit_report_resultMarek Olšák
2012-10-03s3tc-errors: add additional texture size checksBrian Paul
2012-10-03compressedteximage: use new piglit compressed texture helpersBrian Paul
2012-10-03s3tc-errors: use new piglit compressed texture helpersBrian Paul
2012-09-29teximage-errors: fix a couple mistakes, add two new test casesBrian Paul
2012-09-29teximage-errors: use piglit_check_gl_error() helperBrian Paul
2012-09-25s3tc-errors: test GL error checking with s3tc texturesBrian Paul
2012-09-24Clean up depth-tex-modes-glsl a bit.Kenneth Graunke
2012-09-22textureSize: add GL_ARB_texture_cube_map_array support.Dave Airlie
2012-09-18copytexsubimage: print GL enum strings instead of hex valuesBrian Paul
2012-09-18max-texture-size: remove unnecessary GL callsBrian Paul
2012-09-11max-texture-size: asst. formatting, etc. fixesBrian Paul
2012-09-11max-texture-size-level: don't try to create maxSize x maxSize texturesBrian Paul
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes
2012-09-05max-texture-size-level: test per-level max texture size error checkingBrian Paul