summaryrefslogtreecommitdiff
path: root/tests/all.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-04arb_internalformat_query2: Added tests for {COLOR,DEPTH,STENCIL}_COMPONENTSAntia Puentes1-0/+1
2016-03-04arb_internalformat_query2: test for FILTER pnameAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: Added tests for image texturesAntia Puentes1-0/+1
2016-03-04arb_internalformat_query2: port of query1 minmax test to query2Alejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for TEXTURE_COMPRESSED_BLOCK_<X>Alejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for COLOR_ENCODINGAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: max dimensions related checksAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: IMAGE_FORMAT_COMPATIBILITY_TYPE testAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for INTERNALFORMAT_{X}_TYPE pnamesAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for INTERNALFORMAT_{X}_SIZE pnamesAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for SAMPLES and NUM_SAMPLE_COUNTS pnamesAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: test for the most generic pname checksAlejandro Piñeiro1-0/+1
2016-03-04arb_internalformat_query2: query2 api-error checkAlejandro Piñeiro1-0/+5
2016-02-27arb_uniform_buffer_object: add new test exercising an array in a UBOBrian Paul1-0/+2
2016-02-18readpixels-oob: Add a glReadPixels out-of-bounds testNanley Chery1-0/+1
2016-02-16arb_compute_shader: Add test for dispatches with a zero sizeJordan Justen1-0/+1
2016-02-16egl: add new test egl-create-largest-pbuffer-surfaceTapani Pälli1-0/+3
2016-02-14Add new test to exercise glBitmap in display listsBrian Paul1-0/+1
2016-02-13getteximage-formats: Add option to clear texture before renderingTopi Pohjolainen1-0/+1
2016-02-10sso: Add several misc API error testsIan Romanick1-0/+1
2016-02-10gl-3.1: test for linking error with an empty programTimothy Arceri1-0/+1
2016-02-10glsl: tidy up link empty program testsTimothy Arceri1-2/+1
2016-02-09Add a new GL_ARB_clip_control viewport test (v2)Brian Paul1-0/+1
2016-02-09Fix names of GL_ARB_clip_control executablesBrian Paul1-2/+2
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+3
2016-02-08python: use six.moves.rangeDylan Baker1-1/+3
2016-02-05arb_fb_no_attach: Test with an odd sample countNeil Roberts1-0/+1
2016-02-03texturing/cubemap: add PBO uploadNicolai Hähnle1-0/+2
2016-02-03arb_texture_view-texsubimage-levels: add PBO uploadNicolai Hähnle1-0/+1
2016-02-03arb_texture_view-texsubimage-layers: add PBO uploadNicolai Hähnle1-0/+1
2016-02-03ext_texture_array-compressed: add PBO upload modeNicolai Hähnle1-0/+3
2016-02-03texsubimage-depth-formats: add PBO optionNicolai Hähnle1-0/+1
2016-02-03all.py: mark the last variant of texsubimage as running concurrentlyNicolai Hähnle1-1/+1
2016-02-03Add texturing/texsubimage-unpackNicolai Hähnle1-0/+2
2016-02-02arb_no_fb_attach: add a test with just samples passedIlia Mirkin1-0/+1
2016-01-27sso: Simple transform feedback with rendezvous by location testIan Romanick1-0/+2
2016-01-27sso: Verify that uniforms has per-program namespaceIan Romanick1-0/+2
2016-01-27sso: Verify the commands that are / are not compiled into display listsIan Romanick1-0/+1
2016-01-22arb_shader_subroutine: test UniformSubroutinesuivTimothy Arceri1-0/+1
2016-01-22arb_enhanced_layouts: UBO explicit offset testTimothy Arceri1-0/+7
2016-01-21Test that cubemaps with non-matching faces are incompleteNeil Roberts1-0/+2
2016-01-20arb_stencil_texturing: Verify that glBlitFramebuffer does not corrupt stateIan Romanick1-0/+7
2016-01-15arb_invalidate_subdata: add test for glInvalidateBuffer(Sub)DataNicolai Hähnle1-0/+6
2016-01-14arb_texture_view-mipgen: add test to verify correct format is used for mipgenRoland Scheidegger1-0/+1
2016-01-12namespace-pollution: Add Apple vertex array as an object to testIan Romanick1-1/+1
2016-01-12namespace-pollution: Add vertex program as an object to testIan Romanick1-1/+1
2016-01-12namespace-pollution: Add renderbuffer as an object to testIan Romanick1-1/+1
2016-01-12namespace-pollution: Add glGetTexImage from a compressed texture as an operat...Ian Romanick1-1/+1
2016-01-12namespace-pollution: Add framebuffer as an object to testIan Romanick1-1/+1
2016-01-12namespace-pollution: Add glCopyImageSubData as an operation to testIan Romanick1-1/+1