summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-23wipstencil-textureTopi Pohjolainen1-1/+3
2014-03-05nearestTopi Pohjolainen1-0/+2
2014-03-05command line argumentsTopi Pohjolainen1-28/+58
2014-03-05wipTopi Pohjolainen1-4/+4
2014-03-05wipTopi Pohjolainen1-7/+7
2014-03-05stencil_texturing: Add test for layered miptreeTopi Pohjolainen2-0/+235
2014-03-05wipTopi Pohjolainen1-1/+5
2014-03-05stencil_texturing: Use piglit_depth_texture()Topi Pohjolainen1-34/+6
2014-03-05util: Add stencil support to piglit_depth_texture()Topi Pohjolainen4-13/+27
2014-03-05util: Add support for vertical gradient in piglit_depth_texture()Topi Pohjolainen4-15/+54
2014-03-05util: Refactor depth level setupTopi Pohjolainen1-38/+49
2014-03-05util: Refactor data generation for depth levelsTopi Pohjolainen1-17/+24
2014-03-05stencil_texturing: Allow testing of texelFetch alsoTopi Pohjolainen2-9/+45
2014-03-05layered-rendering/blit: remove redundant constantsTopi Pohjolainen1-4/+2
2014-03-05layered-rendering/blit: remove redundant tex parameters settingsTopi Pohjolainen1-3/+0
2014-03-05layered-rendering/blit: declare compile time constants as staticTopi Pohjolainen1-3/+3
2014-03-05layered-rendering/blit: specify the final fb grid using tex dimensionsTopi Pohjolainen1-32/+25
2014-03-05layered-rendering/blit: remove redundant constant (floatPerLayer)Topi Pohjolainen1-7/+9
2014-03-05layered-rendering/blit: remove redundant constant (texelsPerLayer)Topi Pohjolainen1-6/+5
2014-03-05layered-rendering/blit: adding missing whitespaceTopi Pohjolainen1-16/+16
2014-03-05layered-rendering/blit: use color other than the default redTopi Pohjolainen1-1/+1
2014-03-04arb_clear_buffer_object: use rgb32 format when ARB_texture_buffer_object_rgb3...Emil Velikov1-12/+10
2014-03-04GL 3.2: Use standard internalformat when testing FramebufferTextureEmil Velikov1-1/+1
2014-03-04packed_depth_stencil: add a glGetTexImage testBrian Paul3-0/+202
2014-03-04packed_depth_stencil: fix commentsBrian Paul2-2/+2
2014-03-04max-texture-size: fix size reported in error messageBrian Paul1-1/+1
2014-03-04max-texture-size: test glTexSubImage2D() for GL_TEXTURE_RECTANGLE tooBrian Paul1-0/+3
2014-03-02arb_vertex_type_10f_10f_11f_rev: add test for draw-verticesChris Forbes3-0/+131
2014-03-02arb_vertex_type_10f_10f_11f_rev: add test for api-errorsChris Forbes5-0/+236
2014-03-02util: add helpers for r11g11b10fChris Forbes3-0/+196
2014-02-27s3tc-errors: Fix GCC compiler warnings.Vinson Lee1-3/+3
2014-02-25arb_clear_buffer_object: Avoid void pointer arithmetic.Fabian Bieler1-2/+2
2014-02-25arb_gpu_shader5: Add compiler tests to verify 'invocations' layout qualifierAnuj Phogat2-0/+46
2014-02-25arb_gpu_shader5: Add shader tests to verify 'invocations' layout qualifierAnuj Phogat2-0/+93
2014-02-25arb_clear_buffer_object: Clear a 0-length range.Fabian Bieler3-0/+98
2014-02-25arb_clear_buffer_object: Clear range of buffer.Fabian Bieler3-0/+99
2014-02-25arb_clear_buffer_object: Clear overlapping ranges.Fabian Bieler3-0/+115
2014-02-25arb_clear_buffer_object: Clear partially mapped buffer.Fabian Bieler3-0/+108
2014-02-25arb_clear_buffer_object: Negative test offset and size.Fabian Bieler3-0/+99
2014-02-25arb_clear_buffer_object: Pass NULL as data.Fabian Bieler1-0/+92
2014-02-25arb_clear_buffer_object: Negative test without bound buffer.Fabian Bieler1-0/+64
2014-02-25arb_clear_buffer_object: Try to clear a mapped buffer.Fabian Bieler3-0/+79
2014-02-25arb_clear_buffer_object: Negative test buffer alignment.Fabian Bieler3-0/+85
2014-02-25arb_clear_buffer_object: Negative test unsupported formats.Fabian Bieler3-0/+164
2014-02-25arb_clear_buffer_object: Test multiple formats.Fabian Bieler7-0/+376
2014-02-25glsl-resource-not-bound: test rendering with unbound resourcesMarek Olšák3-0/+165
2014-02-22glean: Use piglit-dispatch instead of calling piglit_get_proc_address().Eric Anholt26-1677/+649
2014-02-22Drop defines of _GNU_SOURCE in tests.Eric Anholt2-6/+1
2014-02-20sso: Verify glActiveShaderProgram with invalid program parameterIan Romanick3-0/+179
2014-02-20log: add verbose loggerDylan Baker5-31/+72