summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_image
AgeCommit message (Expand)AuthorFilesLines
2022-08-29fix the spelling in whole piglitDavid Heidelberg2-4/+4
2019-06-05tests/arb_copy_image: Memory leakYevhenii Kolesnikov2-0/+4
2018-01-03arb_copy_image-formats: Remove GLenum stringification macros.Fabian Bieler1-112/+113
2017-05-18KHR_no_error: set compatibility status for a bunch of glCompressedTex* testsTimothy Arceri6-0/+6
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri1-0/+1
2017-03-27Set nearest filter for CopyImage textures in api errors test.Kenneth Graunke1-0/+6
2016-07-22arb_copy_image: remove unneeded break statement.Emil Velikov1-1/+0
2016-07-22arb_copy_image: remove '#ifdef GL_EXTENSION' guardsEmil Velikov1-24/+5
2016-07-04arb_copy_image-api_errors: fix one error check (INVALID_ENUM instead of INVAL...Alejandro PiƱeiro1-8/+19
2016-06-14arb_copy_image-formats: use ARRAY_SIZE() macroBrian Paul1-3/+2
2016-06-14arb_copy_image-formats: handle bad formats betterBrian Paul1-5/+4
2016-06-08arb_copy_image-formats: add a bunch of const qualifiersBrian Paul1-16/+18
2015-11-16arb_copy_image: Refactor are_formats_compatible.Vinson Lee1-10/+5
2015-11-05arb_copy_image: test for texture view interactionsIlia Mirkin2-0/+205
2015-11-04arb_copy_image-api_errors: add a few new commentsBrian Paul1-0/+4
2015-11-04arb_copy_image-api_errors: fix comment typoBrian Paul1-1/+1
2015-10-28arb_copy_image: if formats different, make sure they can be reinterpretedIlia Mirkin1-2/+4
2015-09-18arb_copy_image-formats: add code to test GL_DEPTH32F_STENCIL8Brian Paul1-5/+54
2015-09-18arb_copy_image-formats: exit loops upon pixel mismatchBrian Paul1-9/+8
2015-09-18arb_copy_image: alphabetize program listBrian Paul1-3/+3
2015-09-04arb_copy_image: fix a few error check testsBrian Paul1-14/+45
2015-09-04arb_copy_image: add new format swizzle testBrian Paul2-0/+233
2015-04-22arb_copy_image: add stencil8 texture support.Dave Airlie1-0/+4
2015-03-12spec/arb_copy_image: Don't try to do compressed-to-compressed copiesJason Ekstrand1-3/+14
2015-01-20arb_copy_image-targets: Add comments to silence Coverity defects.Vinson Lee1-0/+2
2014-11-07arb_copy_image-formats: Initialize variable.Vinson Lee1-0/+1
2014-10-29arb_copy_image/srgb-copy: test an NVIDIA GL_ARB_copy_image / sRGB bugShibdas Bandyopadhyay2-0/+128
2014-09-20arb_copy_image: Skip if sample count is not supportedChris Forbes1-0/+8
2014-09-17spec/ARB_copy_image: Exercise different mipmap levels in the formats testJason Ekstrand1-29/+60
2014-08-22spec/ARB_copy_image: Add an api_errors testJason Ekstrand2-0/+265
2014-08-22spec/ARB_copy_image: Test different combinations of texture formatsJason Ekstrand2-0/+890
2014-08-22spec/ARB_copy_image: Add a test for testing different texture target combinat...Jason Ekstrand2-0/+417
2014-08-22spec/ARB_copy_image: Add a simple ARB_copy_image testJason Ekstrand3-0/+229