summaryrefslogtreecommitdiff
path: root/tests/texturing
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-02Don't use default texture objectAnuj Phogat1-0/+3
2015-03-02Fix arguments count check and the test nameAnuj Phogat1-2/+2
2015-02-24getteximage-luminance: remove obsolete piglit_dispatch_default_init() callEmil Velikov1-1/+1
2015-02-18getteximage-targets: Allow S3TC tests with GL_ANGLE_texture_compression_dxt5Ian Romanick1-1/+9
2015-01-13cubemap-mismatch: new test of mismatched cube map facesBrian Paul2-0/+99
2015-01-13texture-packed-formats: Don't try bother with ABGR_EXT formatsJason Ekstrand1-13/+0
2015-01-13texsubimage: Optionally use a PBO for the subimage uploadNeil Roberts1-12/+36
2015-01-09texsubimage: Test GL_ARB_texture_cube_map_arrayNeil Roberts1-4/+67
2015-01-08textureSize: Silence GCC maybe-uninitialized warning.Vinson Lee1-1/+1
2015-01-08tex-miplevel-selection: Fix GCC maybe-uninitialized warnings.Vinson Lee1-1/+2
2015-01-08texsubimage: Add tests for array texturesNeil Roberts1-25/+112
2014-12-18texsubimage: Update the textures with different valuesNeil Roberts1-52/+145
2014-12-18texsubimage: Render all of the images of a 3D textureNeil Roberts1-7/+28
2014-12-18texsubimage: Fix updating a sub-region of a 3D textureNeil Roberts1-1/+1
2014-12-14teximage-colors: Add comment to silence Coverity defect.Vinson Lee1-0/+1
2014-12-13teximage-colors: Remove self assignment.Vinson Lee1-1/+0
2014-12-03util: convert piglit_getmicroseconds to piglit_time_get_nanoEmil Velikov1-3/+3
2014-11-08tests/util: Consolidate the MSVC ffs implementations.José Fonseca2-42/+0
2014-10-29texture-packed-formats: Move the probes to a separate loop.Eric Anholt1-5/+13
2014-10-29texture-packed-formats: Move some GL state transitions outside of the loop.Eric Anholt1-10/+10
2014-10-29texture-packed-formats: Draw each rect as a 4x4 quad.Eric Anholt1-28/+11
2014-10-29texture-packed-formats: Reformat to piglit whitespace style.Eric Anholt1-257/+261
2014-10-29texture-packed-formats: Drop unused blend code.Eric Anholt1-8/+0
2014-10-27tests/texturing/bptc: Don't use zero-sized array initializers.José Fonseca2-13/+13
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru2-8/+16
2014-10-13teximage-colors: fix bogus precision assumptions and other issuesRoland Scheidegger1-5/+40
2014-09-18teximage-color: Fix un_to_float for 32-bit buildsNeil Roberts1-1/+1