summaryrefslogtreecommitdiff
path: root/tests/spec/arb_texture_view
AgeCommit message (Expand)AuthorFilesLines
2014-03-25arb_texture_view: Move declarations to beginning of block.José Fonseca1-2/+3
2014-03-25arb_texture_view: add test for glCopyTexSubImage with MinLayerChris Forbes2-0/+142
2014-03-23arb_texture_view: Add test for rendering with format changeChris Forbes2-0/+126
2014-03-23arb_texture_view: split rendering-levels and rendering-layers testsChris Forbes3-115/+184
2014-03-23arb_texture_view: Add test for layered framebuffer / MinLayer.Chris Forbes2-0/+134
2014-03-23arb_texture_view: Add test for clearing a layer of a 2D array viewChris Forbes2-0/+135
2014-03-23arb_texture_view: Add test for clearing a 2D view of a 2D array.Chris Forbes2-0/+134
2014-03-23arb_texture_view: Test uploading into a view with nonzero MinLayerChris Forbes2-0/+133
2014-03-23arb_texture_view: Test uploading into a view with nonzero MinLevelChris Forbes2-0/+135
2014-01-25arb_texture_view-targets: Silence uninitialized variable warning.Vinson Lee1-0/+1
2014-01-25arb_texture_view-formats: Silence uninitialized variable warning.Vinson Lee1-0/+1
2014-01-21arb_texture_view: Fill 2D array texture properlyChris Forbes1-1/+1
2014-01-21arb_texture_view: Don't claim core profile support for rendering testsChris Forbes2-2/+0
2013-12-04ARB_texture_view: Add format test case for formats not in VIEW_CLASS tableJon Ashburn1-1/+13
2013-11-15ARB_texture_view: Add multisample texture target testingJon Ashburn1-12/+40
2013-11-04arb_texture_view-getteximage-srgb: test sRGB texture viewsBrian Paul2-0/+120
2013-10-31ARB_texture_view: Test texture view format changes and lifetimesJon Ashburn2-0/+238
2013-10-31ARB_texture_view: Test for rendering various levels and layers in texture viewJon Ashburn2-0/+288
2013-10-31ARB_texture_view: Test for rendering various targets in texture viewJon Ashburn4-2/+343
2013-10-31ARB_texture_view: Add query tests for gl state effected by this extensionJon Ashburn2-0/+308
2013-10-31ARB_texture_view: Test valid and invalid targets for TextureViewJon Ashburn2-0/+235
2013-10-31arb_texture_view: Test valid and invalid formatsJon Ashburn4-0/+402
2013-10-31ARB_texture_view: Test for API coverage of subset of input paramsJon Ashburn2-0/+339
2013-09-03arb_texture_view: fix array sizeBrian Paul1-2/+2
2013-08-14arb_texture_view: Include OpenGL directories.Vinson Lee1-0/+5
2013-08-13arb_texture_view: Link OpenGL libraries.Vinson Lee1-0/+2
2013-08-13arb_texture_view: Test TEXTURE_IMMUTABLE_LEVELS parameter.Matt Turner3-0/+148