index
:
~tpohjola/piglit
91926_dirty_but_simple
dbg
df_scalar_test
external_objects
fast_lod_dbg
fp16
lossless_65x65
msaa_wide
oes_egl_image_ext
stenci_texture_new
stencil-texture
stencil_texture
vf_packing_dbg
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generated_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
cl: Fix Windows build.
José Fonseca
1
-2
/
+2
2013-04-01
[CL]: Fix mul24 test and add mad24/mul24 uint tests
Aaron Watry
1
-3
/
+24
2013-04-01
CL Builtin: Remove an invalid mad24 test
Aaron Watry
1
-4
/
+4
2013-04-01
CL Builtins: Fix sign-extension bug in rotate
Aaron Watry
1
-5
/
+12
2013-03-29
glsl-4.00/ARB_texture_query_lod: Generate compiler tests for built-in functions
Matt Turner
2
-0
/
+156
2013-03-12
Plug the built-in test generator to the CL test list [v2]
Aaron Watry
1
-0
/
+4
2013-03-12
Add a python generator for integer builtin function tests [v2]
Aaron Watry
1
-0
/
+879
2013-02-27
generated_tests: Fix geometry shader tests to use gl_VerticesIn
Paul Berry
1
-1
/
+1
2013-02-20
ARB_shading_language_packing: fix exact tests
Paul Berry
1
-2
/
+6
2013-02-15
shader_runner: remove explicit #version directive from generated_tests.
Stuart Abercrombie
10
-37
/
+9
2013-02-15
Add geometry testing to code-generated tests.
Paul Berry
2
-16
/
+153
2013-02-05
gen_builtin_packing_tests.py: Remove stray tab
Matt Turner
1
-1
/
+1
2013-02-05
ARB_shading_language_packing: Allow some imprecision in unpackUnorm4x8
Matt Turner
1
-3
/
+19
2013-02-01
generated_tests: fix comment errors (int->float, ivec->vec)
Brian Paul
1
-1
/
+1
2013-01-28
ARB_shading_language_packing: Generate tests for builtin packing functions
Matt Turner
1
-53
/
+286
2013-01-23
glsl-es-3.00: Generate tests for builtin packing functions (v3)
Chad Versace
2
-1
/
+1166
2013-01-15
generated_tests: generate determinant tests for GLSL 1.50
Dave Airlie
1
-0
/
+2
2012-08-31
uniform-initializer tests: fix GLSL version of uint tests
Marek Olšák
1
-2
/
+2
2012-06-13
uniform-initializer: Don't rely on Python 2.7
José Fonseca
1
-1
/
+1
2012-06-12
Fix gen_uniform_initializer_tests.py for out-of-tree builds.
Paul Berry
1
-2
/
+9
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers modified by G...
Ian Romanick
4
-0
/
+81
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers in another stage
Ian Romanick
4
-0
/
+75
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers from a constant
Ian Romanick
4
-0
/
+75
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers
Ian Romanick
4
-1
/
+264
2012-05-31
generated_tests: Add positional argument specifiers.
Vinson Lee
2
-4
/
+4
2012-05-22
builtin tests: Make glsl_version be a number instead of a string.
Eric Anholt
3
-135
/
+135
2012-05-22
generated tests: Fix the "#version 110" skipping I broke.
Eric Anholt
1
-1
/
+1
2012-05-01
generated_tests: Add testing for GLSL 1.40 inverse().
Eric Anholt
1
-1
/
+6
2012-05-01
generated_tests: Add support for GLSL 1.40 tests using VBOs.
Eric Anholt
1
-17
/
+54
2012-03-20
glsl-1.30: Add tests for mix(gentype, gentype, genbtype).
Eric Anholt
1
-0
/
+2
2012-01-13
glsl-1.10: Verify pre- and post-inc/dec cannot be l-values
Ian Romanick
2
-1
/
+168
2011-10-27
Add tests of interpolation qualifier behavior.
Paul Berry
2
-1
/
+359
2011-09-08
generated_tests: work around bug in Windows numpy implementation.
Paul Berry
1
-9
/
+18
2011-09-07
Fix generated "op-mod" tests to actually test the modulus operator.
Paul Berry
1
-1
/
+1
2011-09-07
generated tests: add large uints division test for GLSL 1.3
Christoph Bumiller
1
-0
/
+2
2011-08-18
generated tests: Add tests for builtin functions introduced in GLSL 1.30
Paul Berry
1
-0
/
+32
2011-08-18
generated tests: Test operators that were introduced in GLSL 1.30
Paul Berry
1
-0
/
+114
2011-08-18
generated tests: Add uint and int tests for GLSL 1.30.
Paul Berry
2
-34
/
+66
2011-08-18
generated tests: Add builtin tests using if.
Paul Berry
1
-17
/
+110
2011-08-18
generated tests: Added tests for the 'notEqual' builtin.
Paul Berry
1
-0
/
+1
2011-08-18
generated tests: Expand the range of ints and ivecs used in testing.
Paul Berry
1
-2
/
+6
2011-08-18
generated tests: Make test generation happen in a deterministic order.
Paul Berry
2
-2
/
+2
2011-08-15
Add operator tests to auto-generated built-in function tests.
Paul Berry
3
-69
/
+266
2011-08-11
Add constant array size builtin tests.
Paul Berry
2
-1
/
+237
2011-08-11
Refactor cmake script to generate tests for later reuse.
Paul Berry
1
-9
/
+27
2011-08-11
Increase the range of values used to test atan(x) and atan(x,y)
Paul Berry
1
-2
/
+8
2011-08-10
Generated tests: unify code for testing exp2 across all numpy versions.
Paul Berry
1
-5
/
+5
2011-08-10
Fix autogeneration of builtin uniform tests on Windows.
Paul Berry
2
-18
/
+7
2011-08-09
Fix test generation on Arch Linux.
Paul Berry
1
-2
/
+2
2011-08-05
cmake: Fix build with CMake 2.6.
Vinson Lee
1
-2
/
+2
[next]