index
:
tomgall/ross.oldfield/piglit.git
android
gles2
gles2-all
glmark2
glsl
master
opencl-arm
Unnamed repository; edit this file 'description' to name the repository.
Grokmirror User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
glsl-1.10
/
execution
Age
Commit message (
Expand
)
Author
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
2013-02-06
shader_tests: Add [require] / GLSL >= to shader_test files missing these.
Stuart Abercrombie
2013-01-21
Add glsl-render-after-bad-attach to build and all.tests
Paul Berry
2013-01-14
glsl: remove explicit 100x100 window size
Brian Paul
2013-01-09
Test that loop unrolling properly infers loop bounds.
Paul Berry
2012-12-17
varying-packing-simple: Fix memory leak.
Vinson Lee
2012-12-17
Remove #version from variable indexing shader tests.
Stuart Abercrombie
2012-12-16
Add a simple test of varying packing.
Paul Berry
2012-11-30
util/gl: Kill shader wrapper functions
Chad Versace
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
2012-09-24
glsl-fs-shadow2D-clamp-z: test clamping of Z in shadow2D
Marek Olšák
2012-08-23
glsl-1.10: Add tests for a bunch of i965 code generation bugs.
Eric Anholt
2012-06-28
cmake: Move piglitutil library to piglitutil_gl
Blaž Tomažič
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
2012-06-20
tests: Let each test define main()
Chad Versace
2012-05-23
Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglit
Chad Versace
2012-05-23
cmake: Relocate all GLUT directives into single location
Chad Versace
2012-05-23
Reproduce a constant propagation bug in Mesa (indexing into vectors).
Paul Berry
2012-05-22
glsl-1.10: Add tests for this assertion failure in i965:
Eric Anholt
2012-04-25
glsl-1.10: Add a test for a regression introduced in the i965 driver.
Eric Anholt
2012-04-24
glsl-1.10: Add a test for a bad shader not breaking a linked program.
Eric Anholt
2012-04-17
shader_runner: Change texparameter syntax to include a space.
Kenneth Graunke
2012-03-23
cmake: Replace calls to add_{executable,library} with wrappers
Chad Versace
2012-03-03
don't write generated header to the source directory
Dylan Noblesmith
2011-11-08
glsl-1.10: Don't set array members that are not used
Ian Romanick
2011-10-28
Test inlining of notEqual() triggering constant folding.
Paul Berry
2011-10-26
glsl-1.10/execution/maximums: Verify the limits in section 7.4.
Eric Anholt
2011-10-06
Add a variant of clip-plane-transformation to test ARB vertex programs.
Paul Berry
2011-09-28
Test that clip planes behave properly under coordinate transformation.
Paul Berry
2011-09-08
Add sampler1DShadow GLSL tests
Marek Olšák
2011-09-08
shader_runner: rename "texparameter" to "texparameter2D"
Marek Olšák
2011-09-08
glsl-fs-shadow2d*: move the tests into spec/glsl-1.10
Marek Olšák
2011-08-19
glsl-1.10 / glsl-1.20: Add non-constant index write tests
Ian Romanick
2011-08-19
glsl-1.10 / glsl-1.20: Add non-constant index read tests
Ian Romanick
2011-07-18
Test that shaders are not allowed to declare non-uniform samplers.
Paul Berry