summaryrefslogtreecommitdiff
path: root/tests/texturing
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Fix "glCear" typo.Kenneth Graunke1-1/+1
2016-07-26tex3d-maxsize: rewrite to be more robust and do more testingBrian Paul1-74/+211
2016-05-19texsubimage-depth-formats: Check for missing float depth support.Eric Anholt1-4/+10
2016-05-09Fix asprintf warningsMarek Olšák4-27/+27
2016-04-04texsubimage: Remove unnecessary clearTopi Pohjolainen1-1/+0
2016-04-04texsubimage: Add option to run against fixed regionTopi Pohjolainen1-2/+69
2016-04-04texsubimage: Move tex blit program setup higher in the dispatchTopi Pohjolainen1-31/+40
2016-04-04texsubimage: Move sub-region selection higher in the dispatchTopi Pohjolainen1-33/+59
2016-04-04texsubimage: Move texture size selection higher in the dispatchTopi Pohjolainen1-17/+25
2016-04-04texsubimage: Refactor single round for fixed regionTopi Pohjolainen1-50/+74
2016-04-02generatemipmap-base-change: replace assertion with printfBrian Paul1-2/+6
2016-03-30generatemipmap-base-change: new test to exercise a Mesa glGenerateMipmap() issueBrian Paul2-0/+130
2016-02-29getteximage-formats: use new fbo_use_test_set() functionBrian Paul1-1/+6
2016-02-27getteximage-formats: pass argc, not 1, to fbo_formats_init() callBrian Paul1-1/+1
2016-02-13getteximage-formats: Add option to clear texture before renderingTopi Pohjolainen1-3/+13
2016-02-03texturing/cubemap: add PBO uploadNicolai Hähnle1-14/+44
2016-02-03texsubimage-depth-formats: add PBO optionNicolai Hähnle1-4/+33
2016-02-03Add texturing/texsubimage-unpackNicolai Hähnle2-0/+526
2016-02-03Add piglit_equal_images_update_rgba8 to piglit-util-glNicolai Hähnle1-24/+4
2016-01-21Test that cubemaps with non-matching faces are incompleteNeil Roberts2-0/+189
2015-12-18texwrap: fix stencil texturing a bitRoland Scheidegger1-1/+15
2015-12-17copyteximage: verify that GL1.0 legacy formats are rejectedErik Faye-Lund1-0/+51
2015-12-17copyteximage: drop redundant z=0, w=1 initializationErik Faye-Lund1-20/+4
2015-12-04texwrap: Allow compressed test to run with GL_EXT_texture_compression_dxt1 an...Ian Romanick1-3/+28
2015-12-04texwrap: Refactor getting the test vector for a nameIan Romanick1-13/+25
2015-11-23texwrap: do no short circuit remaining tests if one failsEmil Velikov1-3/+3
2015-11-06getteximage-depth: new test to create/readback depth textures (v2)Dave Airlie2-0/+630
2015-10-06texelFetch: Fix the divisors when testing MSAA with > 10 samplesNeil Roberts1-3/+1
2015-10-05texsubimage: use piglit utility block dimension functionNanley Chery1-45/+2
2015-09-29Remove unnecessary linking with libGLUIan Romanick2-2/+0
2015-09-14textureSamples: use piglit_draw_rect, remove duplicationIlia Mirkin1-57/+25
2015-09-10add textureSamples testsIlia Mirkin2-0/+360
2015-09-04teximage-colors: fix comment typosBrian Paul1-2/+2
2015-09-04teximage-colors: replace assertion with useful infoBrian Paul1-1/+8
2015-07-27compressedteximage: bump the texture size to reproduce a radeonsi bug (v2)Marek Olšák1-1/+4
2015-07-22tex3d-maxsize: print max 3D texture size that's found/testedBrian Paul1-0/+4
2015-07-21Test sampling functions with constant zero argumentsNeil Roberts2-0/+257
2015-07-20texwrap: skip if integers or offset used with non-2DDave Airlie1-0/+8
2015-06-02Test luminance, rgba texture handling in glReadPixels() with PBOAnuj Phogat1-6/+61
2015-06-02Test luminance, rgba texture handling in glGetTexImage() with PBOAnuj Phogat1-6/+60
2015-05-28texwrap: fix missing brace.Dave Airlie1-1/+1
2015-05-28texwrap: test wrapping texture offsetsDave Airlie1-2/+58
2015-05-13s3tc-errors: Use -4, not -3 as an invalid x offsetJames Jones1-1/+1
2015-05-11Don't use default texture objectAnuj Phogat1-1/+6
2015-05-11Add usage information to getteximage-targetsAnuj Phogat1-43/+75
2015-04-29copyteximage: Fix the z coordinate used for rendering 3D texturesNeil Roberts1-1/+1
2015-04-13texwrap: add GL_ARB_texture_stencil8 supportDave Airlie1-1/+13
2015-04-13fbo-formats: add texture_stencil8 supportDave Airlie1-0/+1
2015-04-02texturing: Testing glGenerateMipmap(GL_TEXTURE_CUBE_MAP) without glTexStorage2D.Laura Ekstrand2-0/+91
2015-03-25tex-miplevel-selection: Fix textureProj failures due to precision errorsIago Toral Quiroga1-4/+4