summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-04-22egl_khr_fence_sync: allow skipping display_bound_in_other_thread subtestDaniel Kurtz1-2/+10
2015-04-22egl_khr_fence_sync: add missing piglit_loge parameterDaniel Kurtz1-1/+2
2015-04-22egl_khr_fence_sync: fix eglCreateSyncKHR() parameterDaniel Kurtz1-1/+1
2015-04-22egl_khr_fence_sync: Make EGL_NO_SYNC_KHR check explicitDaniel Kurtz1-14/+14
2015-04-22egl_khr_fence_sync: remove initial expected STATUS checkDaniel Kurtz1-6/+0
2015-04-22egl_khr_fence_sync: fix eglGetSyncAttribKHR(EGL_SYNC_TYPE_KHR) testDaniel Kurtz1-1/+1
2015-04-22piglit-util-egl: check if EGL_EXT_client_extensions is supportedDaniel Kurtz1-0/+10
2015-04-22piglit-util-egl: fix a typo in piglit_egl_get_default_displayMarek Olšák1-1/+1
2015-04-22glsl-1.10: new test for a special case in glsl-to-tgsiMarek Olšák1-0/+50
2015-04-22arb_copy_image: add stencil8 texture support.Dave Airlie1-0/+4
2015-04-21util: Narrow down the scope of Windows unhandled exception filter.Jose Fonseca2-64/+79
2015-04-20cl: Add tests for common builtin functionsJan Vesely1-0/+3
2015-04-19arb_framebuffer_no_attachments: add minmax testTapani Pälli5-0/+119
2015-04-13deqp_gles3.py: use grouptools separator for test separatorsDylan Baker1-4/+3
2015-04-13es3conform.py: Use grouptools instead of os.pathDylan Baker1-4/+5
2015-04-13EXT_image_dma_buf_import: Update tests for Intel driverChad Versace1-8/+11
2015-04-13arb_transform_feedback3: test another skip/next buffer comboDave Airlie2-1/+19
2015-04-13all.py: add ARB_texture_stencil8 tests to all.pyDave Airlie1-1/+14
2015-04-13texwrap: add GL_ARB_texture_stencil8 supportDave Airlie1-1/+13
2015-04-13arb_clear_buffer_object: add stencil index to invalid formats list.Dave Airlie1-0/+2
2015-04-13arb_clear_texture: add stencil8 supportDave Airlie2-0/+61
2015-04-13fbo-formats: add texture_stencil8 supportDave Airlie7-7/+29
2015-04-13arb_texture_stencil8: add fbo using stencil8 texture test (v1.1)Dave Airlie2-0/+347
2015-04-13arb_texture_stencil8: add basic get teximageDave Airlie2-0/+99
2015-04-13arb_texture_stencil8: add rendering test (v2.1)Dave Airlie2-0/+214
2015-04-13arb_texture_stencil8: add initial texture interface test (v2)Dave Airlie4-0/+220
2015-04-10shader_runner: Add a non-relative, rgba variant of relative probe rect rgb.Eric Anholt1-0/+8
2015-04-10shader_runner: Add a command for drawing a rect using pixel coordinates.Eric Anholt1-0/+8
2015-04-10fbo-colormask-formats: Don't forget to run the core tests.Eric Anholt1-0/+1
2015-04-08program_interface_query: add getprogramresourceiv in all.pyMartin Peres1-0/+1
2015-04-08arb_vertex_attrib_64bit: explicit attribute location testDave Airlie1-0/+44
2015-04-08arb_vertex_attrib_64bit: use a dvec3 inputDave Airlie1-0/+37
2015-04-08arb_vertex_attrib_64bit: pass a 64-bit vertex attrib through to frag shader (v2)Dave Airlie1-0/+50
2015-04-08arb_vertex_attrib_64bit: add simple vertex input fp64 testDave Airlie1-0/+36
2015-04-08all.py: fix test nameDave Airlie1-1/+1
2015-04-08arb_vertex_attrib_64bit: add simple preprocessor testsDave Airlie2-0/+38
2015-04-07arb_fbo: add test of mixed color/depth buffer sizesBrian Paul3-0/+177
2015-04-07tests/spec/gl-1.0: alphabetize test names in CMakeLists.gl.txtBrian Paul1-6/+6
2015-04-07drawpixels-color-index: new test for glDrawPixels(GL_COLOR_INDEX)Brian Paul3-2/+166
2015-04-07arb_clear_texture-clear-max-level: exercise an nvidia ARB_clear_texture bugBrian Paul3-0/+132
2015-04-07glsl-1.10: Test bool-to-float-cast of equal of an expressionIan Romanick2-0/+62
2015-04-07glsl-1.10: Test bool-to-float-cast of notEqual of an expressionIan Romanick2-0/+62
2015-04-07glsl-1.10: Rename tests to follow <stage>-<built-in>-<details> patternIan Romanick2-0/+0
2015-04-07glsl-1.20: Move notEqual tests from shaders to spec/glsl-1.20Ian Romanick2-0/+0
2015-04-07glsl-1.20: Use [vertex shader passthrough] in notEqual testsIan Romanick2-10/+2
2015-04-07program_interface_query: add tests for getprogramresourceivMartin Peres2-0/+1133
2015-04-07program_interface_query: move some shaders to common.hMartin Peres2-27/+27
2015-04-07program_interface_query: add tests for getprogramresourcenameMartin Peres3-0/+185
2015-04-07program_interface_query: add tests for getprogramresourceindexMartin Peres5-286/+362
2015-04-07program_interface_query: add tests for getprograminterfaceivMartin Peres4-21/+204