summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2014-07-14arb_texture_multisample: add new texelFetch() testBrian Paul2-0/+316
2014-07-14gl-3.0: add a test to stress the bound resource limitsMatthew McClure2-0/+1337
2014-07-12Replace link-mismatch-layout-02 with shader testsChris Forbes3-0/+94
2014-07-10arb_provoking_vertex/xfb-before-flatshading: use default window sizeBrian Paul1-2/+0
2014-07-10arb_blend_func_extended: require GL 3.0Brian Paul2-2/+2
2014-07-10glsl-1.10: Test reductions of integer vectorsIan Romanick1-0/+28
2014-07-07ext_framebuffer_multisample: Add NORETURN attribute to print_usage_and_exit.Vinson Lee1-1/+1
2014-07-06glsl-1.20: Add test for literal floats with exponent and suffix.Matt Turner1-0/+12
2014-07-06glsl-1.10: Add tests for literal floats with exponents.Matt Turner2-0/+18
2014-07-06glsl-1.10/glsl-1.20: Add tests for literal float suffixes.Matt Turner4-0/+38
2014-07-06glsl-1.10: Add octal/hex integer literal tests.Matt Turner4-0/+36
2014-07-06glsl-1.10: Add tests for empty block and statements.Matt Turner2-0/+18
2014-07-05ARB_explicit_attrib_location: Remove commas from require_extensions line.Matt Turner2-2/+2
2014-07-05oes_draw_texture: Fix piglit_rgbw_texture() callChad Versace1-1/+2
2014-07-02amd_vertex_shader_viewport_index: add render testIlia Mirkin4-0/+165
2014-07-02arb_uniform_buffer_object: add a test that uses persistent buffersIlia Mirkin2-0/+227
2014-07-01arb_uniform_buffer_object/maxuniformblocksize: fix printf messageBrian Paul1-1/+1
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace8-31/+5
2014-06-27arb_gpu_shader5: Add tests for new overload resolution rulesChris Forbes8-0/+167
2014-06-27arb_gpu_shader5: Add tests for new implicit conversionsChris Forbes2-0/+114
2014-06-25arb_fragment_layer_viewport: simple write testsIlia Mirkin8-0/+459
2014-06-25arb_uniform_buffer_object-minmax: divide block size by 4 to get componentsBrian Paul1-3/+3
2014-06-26arb_fragment_layer_viewport: Add tests for FS reading correct valuesChris Forbes4-0/+296
2014-06-26arb_fragment_layer_viewport: Add tests for not-written casesChris Forbes4-0/+176
2014-06-25arb_texture_buffer_object-get: use piglit_get_gl_enum_name() in error msgBrian Paul1-2/+4
2014-06-25arb_texture_query_lod: allow some tolerance for comparisonsMarek Olšák3-4/+17
2014-06-25arb_arrays_of_arrays: fix required extensionsTimothy Arceri21-42/+21
2014-06-23arb_uniform_buffer_object/maxblocks: minor whitespace fixBrian Paul1-1/+0
2014-06-23gl-3.0-render-integer: add a new test for rendering to integer texturesBrian Paul2-0/+307
2014-06-23cmake: Don't link to libGLESv1Chad Versace5-5/+0
2014-06-23dispatch: Use piglit-dispatch for GLES1Chad Versace1-9/+0
2014-06-21Add a test to reject semicolons after #extension.Kenneth Graunke1-0/+11
2014-06-19ARB_explicit_uniform_location: change compiler test requirementsTapani Pälli2-2/+2
2014-06-18arb_shader_atomic_counters: recursion checks require a second paste macroIlia Mirkin1-4/+8
2014-06-18arb_shader_atomic_counters: fix gs support checkIlia Mirkin1-1/+1
2014-06-18arb_gpu_shader5: test transform feedback with multiple streamsJordan Justen2-0/+270
2014-06-18gl-3.1: attributeless-vertexid; C => shader_testJordan Justen3-86/+31
2014-06-18arb_compute_shader: Add simple compute shader with atomic countersJordan Justen1-0/+29
2014-06-18Test GL_ARB_clear_texture using 1- and 2- component texturesNeil Roberts2-0/+69
2014-06-18Test GL_ARB_clear_texture using a range of float formatsNeil Roberts2-0/+69
2014-06-18Test GL_ARB_clear_texture using a range of sized formatsNeil Roberts2-0/+67
2014-06-18Test GL_ARB_clear_texture using depth-stencil texturesNeil Roberts2-0/+71
2014-06-18Test GL_ARB_clear_texture using a range of base formatsNeil Roberts4-0/+373
2014-06-18Test GL_ARB_clear_texture using cube map texturesNeil Roberts2-0/+236
2014-06-18Test GL_ARB_clear_texture using 3D texturesNeil Roberts2-0/+247
2014-06-18glsl-1.40: Don't try to use embedded struct definitionsChris Forbes6-28/+40
2014-06-18ubo: Don't try to use embedded struct definitions.Chris Forbes1-11/+15
2014-06-18glsl-1.50: Don't try to use embedded struct definitionsChris Forbes1-6/+10
2014-06-17gl-3.0: Don't query GL_TEXTURE_{LUMINANCE,INTENSITY}_* outside compat profileIan Romanick1-5/+28
2014-06-17arb_shader_atomic_counters: gs/tes/tcs all need version 150Ilia Mirkin2-15/+12