index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
glsl-1.30
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
Add a biased variants of a textureLod() miplevel tests
Krzesimir Nowak
2
-0
/
+392
2015-09-04
texel-offset-limits: fix minor comment mistake
Brian Paul
1
-1
/
+1
2015-07-13
glsl-1.10 Adds tests on how void functions are handled
Renaud Gaubert
9
-0
/
+138
2015-07-04
glsl-1.30: test precision qualifier with sampler array
Timothy Arceri
2
-0
/
+145
2015-05-04
built-in-constants: Change GLSL version handling
Ian Romanick
1
-1
/
+1
2015-03-24
fs-discard-exit-2: Fix Clang absolute-value warnings.
Vinson Lee
1
-2
/
+2
2014-11-08
tests/util: Centralize MSVC max/min macros workarounds.
José Fonseca
3
-9
/
+0
2014-11-08
cmake: Require Visual Studio 2013.
José Fonseca
1
-3
/
+1
2014-09-23
fs-texelFetchOffset-2D: use default window size
Brian Paul
1
-3
/
+0
2014-09-23
fs-discard-exit-2: use default window size
Brian Paul
1
-7
/
+12
2014-09-05
array-index-as-uint-02: Move test to proper location
tiffany
1
-0
/
+19
2014-08-12
if-arg-must-be-defined-01.frag: Fix shader to work with strict parser
Dylan Baker
1
-1
/
+1
2014-08-05
Replace [vertex/fragment shader file] sections in shader_test files.
Kenneth Graunke
14
-62
/
+192
2014-07-28
glsl: test a switch statement where default is last
Tapani Pälli
1
-0
/
+43
2014-07-17
glsl-1.30: test modf
Dave Airlie
8
-0
/
+376
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
12
-12
/
+12
2014-06-13
glsl-1.30: test unsigned vs signed in switch statement
Tapani Pälli
1
-0
/
+36
2014-06-12
cmake: Build a few more tests with MSVC.
José Fonseca
1
-2
/
+2
2014-05-30
vertexid: use default window size for gl_VertexID tests
Brian Paul
3
-9
/
+0
2014-04-03
Replace end_config with 'end config' in glsl parser tests
Dylan Baker
4
-4
/
+4
2014-02-19
glsl-1.30: Expect __ tests to pass
Ian Romanick
3
-3
/
+27
2013-10-17
Test that in/out qualifiers are required when redeclaring gl_ClipDistance.
Paul Berry
2
-0
/
+42
2013-09-04
glsl: Add precision qualifier tests for sampler types in GLSL and GLSL ES
Anuj Phogat
4
-0
/
+250
2013-09-04
glsl-1.30: Check that qualifiers other than precision qualifiers are rejected
Ian Romanick
8
-0
/
+136
2013-09-04
glsl: Compile test precision qualifiers on structure members
Ian Romanick
1
-0
/
+17
2013-08-30
glsl-1.30: Convert minimum-maximums tests to use built-in-constants program
Ian Romanick
14
-368
/
+14
2013-08-29
glsl: Add new __VERSION__ tests for GLSL 1.10-1.40 and ES 1.00/3.00.
Kenneth Graunke
1
-0
/
+14
2013-08-21
Make use of piglit_build_simple_program_unlinked() in some tests.
Paul Berry
1
-9
/
+1
2013-07-16
glsl-1.30: Relax GL version requirement on shader tests
Chris Forbes
9
-9
/
+0
2013-07-16
isinf/isnan: Relax GL version requirement
Chris Forbes
1
-1
/
+6
2013-06-20
Fix clip-distance-explicit-too-large.frag test
Paul Berry
1
-1
/
+1
2013-06-04
piglit: Switch a bunch of tests over to piglit_build_simple_program.
Eric Anholt
9
-55
/
+16
2013-05-31
glsl-1.30: Split test switch-default-notlast in two.
Fabian Bieler
2
-6
/
+56
2013-05-31
glsl-1.30: Test conditional breaks in switch statements.
Fabian Bieler
1
-0
/
+48
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
10
-10
/
+10
2013-04-13
glsl-1.30: add test for default in switch not after all case statements
Roland Scheidegger
1
-0
/
+33
2013-03-06
glsl-1.30: add basic test for testing textureOffset functionality.
Roland Scheidegger
2
-0
/
+157
2013-03-01
Change expected behavior for #if with undefined macros.
Carl Worth
2
-6
/
+26
2013-02-13
Modify tests for error checking on "flat" keyword to match updated specs.
Paul Berry
9
-4
/
+171
2013-01-23
glsl-1.30: remove explicit 100x100 window size
Brian Paul
3
-6
/
+0
2013-01-14
glsl: remove explicit 100x100 window size
Brian Paul
1
-2
/
+0
2012-12-20
Test that varying packing can pack floats, ints, and uints together.
Paul Berry
1
-0
/
+60
2012-12-20
Test that varyings can't be bools or structs
Paul Berry
10
-0
/
+212
2012-11-30
util/gl: Kill shader wrapper functions
Chad Versace
5
-50
/
+50
2012-11-29
fs-texelFetchOffset-2D: don't assume undefined values to be solid black
Roland Scheidegger
1
-6
/
+23
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
11
-0
/
+22
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
11
-44
/
+77
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
11
-11
/
+11
2012-09-04
Convert all glutSwapBuffers to piglit_present_results
Chris Forbes
2
-2
/
+2
2012-08-13
Test that fragment shader writes to render targets are properly ordered.
Paul Berry
2
-0
/
+183
[next]