summaryrefslogtreecommitdiff
path: root/tests/texturing
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Added parsing script for teximage-colors --benchmark.Laura Ekstrand1-1/+1
2015-03-09texturing: New test for GetCompressedTexImage.Laura Ekstrand2-0/+233
2015-03-09texturing: New test for GetTexImage targets.Laura Ekstrand2-0/+230
2015-03-09texturing: Remove over-complicated getteximage-targets test.Laura Ekstrand2-294/+0
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
2014-09-17teximage-colors: Don't try to do exact upload/download on 12-bit formatsJason Ekstrand1-3/+3
2014-09-05Add a test for glTexImage color conversionsJason Ekstrand2-0/+873
2014-09-05Make getteximage-luminance less susceptible to rounding errorJason Ekstrand1-1/+1
2014-08-19tex-miplevel-selection: test textureGrad with cubemapsMarek Olšák1-1/+19
2014-08-12Add a test for all of the modes of the two half-float formats of BPTCNeil Roberts2-0/+1010
2014-08-12compressedteximage: Add tests for the four BPTC formatsNeil Roberts1-0/+10
2014-08-12texwrap: Add the BPTC formatsNeil Roberts1-0/+13
2014-08-12Add a test case for all of the modes of RGBA_UNORM BPTC textureNeil Roberts2-0/+701
2014-08-08tex-miplevel-selection: use GL_CLAMP_TO_EDGE instead of GL_REPEATRoland Scheidegger1-0/+4
2014-08-07Add test to verify glTexSubImage2D() with depth formatsAnuj Phogat2-0/+199
2014-07-29max-texture-size: Really test GL_PROXY_TEXTURE_RECTANGLEJon TURNEY1-2/+2
2014-07-18tex-miplevel-selection: stop after 100 failuresBrian Paul1-0/+9
2014-07-16texwrap: minor assorted changesBrian Paul1-34/+28
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace72-72/+72
2014-07-14tex-miplevel-selection: test all functions from ARB_texture_rectangleMarek Olšák1-0/+13
2014-07-14tex-miplevel-selection: test all texture functions from GLSL 1.2Marek Olšák1-5/+89
2014-07-14tex-miplevel-selection: test all functions from ARB_shader_texture_lodMarek Olšák1-12/+141
2014-07-14tex-miplevel-selection: fix cubemap targets for texture() and texture(bias)Marek Olšák1-16/+30
2014-07-14tex-miplevel-selection: test all texture functions with Rect targetsMarek Olšák1-38/+115