summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-06WIP test for bug 49779lineloop-manyEric Anholt2-0/+95
2013-02-06sso-user-varying: Remove probes for undefined values.Eric Anholt2-16/+12
2013-02-06shader_runner: Require [require] and GLSL version requirement.Stuart Abercrombie1-1/+11
2013-02-06shader_tests: Add [require] / GLSL >= to shader_test files missing these.Stuart Abercrombie22-0/+44
2013-02-06shader_tests: Fix mismatched GLSL versions in some shader_test files.Stuart Abercrombie5-17/+5
2013-02-06etc1: Document expected errors in basic API testChad Versace1-1/+6
2013-02-06etc1: Fix glTexSubImage2D call in basic API testChad Versace1-1/+6
2013-02-06etc1: Fix glTexImage2D call in basic API testChad Versace1-2/+8
2013-02-06Using waffle, only prevent X11 windows from taking focus in automatic mode.Michel Dänzer1-6/+8
2013-02-06tests/all.tests: Add missing Group() initializationJosé Fonseca1-0/+2
2013-02-06cmake: Ensure we use static libraries on Windows.José Fonseca1-1/+1
2013-02-06cmake: Allow to generate a tarball/zip with the binaries, scripts, data.José Fonseca3-0/+75
2013-02-06tests/data: Remove.José Fonseca1-0/+0
2013-02-05gen_builtin_packing_tests.py: Remove stray tabMatt Turner1-1/+1
2013-02-05ARB_shading_language_packing: Allow some imprecision in unpackUnorm4x8Matt Turner1-3/+19
2013-02-05framebuffer-srgb: refactor and clean up the codeBrian Paul1-78/+62
2013-02-04piglit-dispatch: update gl.spec, gl.tm and enumext.spec from the registryChristoph Bumiller3-528/+2738
2013-02-04Test varying structs in GLSL ES 3.00.Paul Berry15-1/+1172
2013-02-02tests/es3conform.tests: run GTF for GLES3 testsKenneth Graunke1-0/+80
2013-02-01generated_tests: fix comment errors (int->float, ivec->vec)Brian Paul1-1/+1
2013-02-01framebuffer-srgb: minor comment fix-upsBrian Paul1-1/+4
2013-02-01arb_framebuffer_srgb/blit: check requested samples against GL_MAX_SAMPLESBrian Paul1-1/+8
2013-01-30isbufferobj: Fail if glIsBuffer returns true before a glBindBufferMatt Turner1-7/+1
2013-01-30glean/tdepthstencil: Print what error was generatedMatt Turner1-4/+5
2013-01-30arb_uniform_buffer_object: Only use row_major or column_major on matrix typesIan Romanick1-1/+1
2013-01-30arb_uniform_buffer_object: Reference all UBO members from the shaderIan Romanick7-8/+44
2013-01-30shader_runner.c: only read one [require] sectionTom Gall1-2/+6
2013-01-30shader_runner.py: Update regex to detect new require section syntaxTom Gall1-4/+4
2013-01-29glx-swap-pixmap: Expect alpha = 1.0 if there is no alpha in the pixmapIan Romanick1-2/+14
2013-01-29Add oglconform integration.Kenneth Graunke1-0/+71
2013-01-29egl_khr_create_context: Explain why context creation must succeedChad Versace2-0/+7
2013-01-29egl_khr_create_context: Fix for drivers that don't support GL >= 2.0Chad Versace1-2/+4
2013-01-29ext_framebuffer_multisample: check for GL_EXT_framebuffer_multisampleBrian Paul1-0/+1
2013-01-28depth_texture_mode_and_swizzle: request alpha channelBrian Paul1-1/+1
2013-01-28android: piglit_ktx.c compiler errorTom Gall1-0/+2
2013-01-28android: piglit-shader.c compiler errorTom Gall1-0/+2
2013-01-28android: piglit-vbo.cpp compile errorTom Gall1-0/+1
2013-01-28ARB_shading_language_packing: Generate tests for builtin packing functionsMatt Turner1-53/+286
2013-01-25gl-1.0/beginend-coverage: New test.Eric Anholt3-0/+934
2013-01-25arb_texture_buffer_object: New test for rendering with no BO bound.Eric Anholt2-0/+146
2013-01-25arb_texture_buffer_object: New test for sampling outside of the buffer.Eric Anholt3-0/+147
2013-01-24texwrap: Fix out-of-bounds read.Vinson Lee1-1/+1
2013-01-23glsl-es-3.00: Generate tests for builtin packing functions (v3)Chad Versace2-1/+1166
2013-01-23texture-integer-glsl130: fix random failures with wrong expected alpha valuesRoland Scheidegger1-4/+15
2013-01-23glsl-fs-user-varying-ff: Don't probe an undefined value.Eric Anholt1-13/+11
2013-01-23fbo-alphatest-formats: Skip testing for ALPHA-only formatsCarl Worth1-1/+2
2013-01-23fbo-blending-formats: Fixup expected Luminance value for DST_ALPHA blendingCarl Worth1-1/+2
2013-01-23fbo-blending-formats: Fix expected color values for DST_ALPHA blendingCarl Worth1-0/+20
2013-01-23fbo-blending-formats: Test DST_ALPHA blending when destination has no alphaCarl Worth1-2/+2
2013-01-23fbo-blending-formats: Enable testing for channels with 0 bits of data.Carl Worth1-2/+8