summaryrefslogtreecommitdiff
path: root/tests/texturing
AgeCommit message (Expand)AuthorFilesLines
2010-03-22rg-draw-pixels.c: Fix up the file permissions.Eric Anholt1-0/+0
2010-03-17depth-level-clamp: Test for a miptree relayout failure in the 965 driver.Eric Anholt2-0/+165
2010-02-25array-texture: new test for GL_EXT_texture_arrayBrian Paul2-0/+349
2010-02-24copytexsubimage: fix window title stringBrian Paul1-1/+1
2010-02-10Disable dithering in some tests that check for high precision.Marek Olšák2-0/+4
2010-02-10cubemap, fbo-cubemap: Don't test 2x2 or 1x1 mipmap levels.Eric Anholt1-8/+1
2010-01-08CMake: Build tfp only on Linux.Vinson Lee1-1/+4
2010-01-08rg-draw-pixels: Remove unused variable.Vinson Lee1-2/+0
2010-01-04lodclamp-between-max: New test for fractional max LOD clamping.Eric Anholt3-1/+155
2009-12-09Test mipmap generation on non-zero texture unitIan Romanick2-0/+186
2009-12-07rg-draw-pixels: Fix MSVC build.Vinson Lee1-3/+6
2009-12-07rg-draw-pixels: Define GL_RG if not defined.Vinson Lee1-0/+4
2009-11-20depth-tex-modes: Fix stupid off-by-one error in array size.Ian Romanick1-1/+1
2009-11-20depth-tex-modes: Add header file for inteface between test filesIan Romanick4-6/+48
2009-11-20Add new depth-tex-modes-rg test.Ian Romanick3-0/+75
2009-11-20depth-tex-modes: Pull most of test into new "common" file.Ian Romanick3-194/+247
2009-11-20depth-tex-modes: Add missing extension checkIan Romanick1-0/+1
2009-11-20depth-tex-modes: Check pixels in the drawing loop.Ian Romanick1-42/+78
2009-11-20depth-tex-modes: Minor clean-upsIan Romanick1-5/+1
2009-11-20depth-tex-modes: Rearrange to use a data-driven nested loop structure.Ian Romanick1-60/+44
2009-11-20depth-tex-mode: Use just two textures instead of sixIan Romanick1-62/+27
2009-11-20depth-tex-modes: Reorder loops to draw rows in the order they are displayedIan Romanick1-26/+17
2009-11-20depth-tex-modes: Use loops to draw the rowsIan Romanick1-55/+39
2009-11-20depth-tex-modes: Use piglit_draw_rect_texIan Romanick1-120/+24
2009-11-20depth-tex-modes: Port to piglit-frameworkIan Romanick1-45/+19
2009-11-20adds rg texture test using glDrawPixels with formats of GL_RED and GL_RGBen Holmes2-0/+106
2009-11-12depth-tex-compare: Change expected test resultsIan Romanick1-6/+6
2009-11-09depth-tex-compare: Add extension requirementsIan Romanick1-0/+3
2009-11-09depth-tex-compare: Probe pixels as we drawIan Romanick1-91/+102
2009-11-09depth-tex-compare: Port to piglit-framework.Ian Romanick1-48/+18
2009-11-09depth-tex-compare: Major refactor... use nested loops to draw squaresIan Romanick1-350/+50
2009-11-06lodclamp-between: Fix array out-of-bounds access.Vinson Lee1-2/+2
2009-11-06lodclamp: Remove unused variable 'lod'.Vinson Lee1-2/+1
2009-11-06levelclamp.c: New test for base/max level clamping, just like lodclamp.c.Eric Anholt2-0/+198
2009-11-04tex-swizzle: added casts to silence warningsbrian1-5/+5
2009-10-29lodclamp-between: New test to verify that clamping between mip levels works.Eric Anholt2-0/+152
2009-10-29lodclamp: fix a comment from copy'n'paste.Eric Anholt1-2/+2
2009-10-27lodclamp: New test to verify the behavior of GL_TEXTURE_MIN/MAX_LOD.Eric Anholt2-0/+199
2009-10-27cubemap: Handle window resize.Eric Anholt1-12/+2
2009-10-27cubemap: convert the test to the framework.Eric Anholt1-43/+15
2009-10-23tex-swizzle: Fix MSVC build.Vinson Lee1-4/+8
2009-10-23tex-swizzle: Define GL_TEXTURE_SWIZZLE_RGBA_EXT if not defined.Vinson Lee1-0/+4
2009-10-23tex-swizzle: New test for GL_EXT_texture_swizzle.Ben Holmes2-0/+847
2009-10-22s3tc-tex{sub,}image.c: New tests for loading S3TC mipmap levels.Eric Anholt3-0/+409
2009-10-06tex3d: Silence MSVC C4701 warning.Vinson Lee1-1/+1
2009-10-06texdepth: Silence MSVC C4701 warning.Vinson Lee1-1/+2
2009-10-05texredefine: Fix MSVC build.Vinson Lee1-1/+1
2009-09-30streaming-texture-leak: New test for bug #23530.Eric Anholt2-0/+94
2009-09-29Move most piglit tests to using the framework.Eric Anholt8-351/+119
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt15-153/+2