index
:
~idr/piglit
INTEL_shader_integer_functions2
NV_shader_atomic_int64
arb_program
ext_framebuffer_multisample_blit_scaled
for-review
idr
master
namespace-pollution
old-driver-work
sso
ubo-lolz
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-13
more wip
arb_program
Ian Romanick
1
-0
/
+9
2012-06-13
wip
Ian Romanick
3
-4
/
+33
2012-06-13
util: Allow attributes to be specified by index rather than name from the shader
Ian Romanick
1
-5
/
+14
2012-06-13
arb program: Add indirect addressing tests for ARB_vp and NV_vp
Ian Romanick
2
-0
/
+181
2012-06-13
arb program: Add indirect addressing templates
Ian Romanick
3
-0
/
+216
2012-06-13
arb program: Add instruction coverage tests for ARB_vp, ARB_fp, and NV_vp
Ian Romanick
2
-0
/
+296
2012-06-13
arb program: Add emit_test_from_multiple_programs utility function
Ian Romanick
1
-0
/
+76
2012-06-13
arb program: Add trig instruction template
Ian Romanick
1
-0
/
+43
2012-06-13
arb program: Add binary result templates
Ian Romanick
4
-0
/
+250
2012-06-13
arb program: Add "must pass" tests for ARB_vp, ARB_fp, and NV_vp
Ian Romanick
4
-1
/
+382
2012-06-13
arb program: Ignore the generated shader_test files.
Ian Romanick
1
-0
/
+1
2012-06-13
arb program: Add 'mustpass' templates
Ian Romanick
4
-0
/
+128
2012-06-13
arb program: Add templates for the simplest possible tests
Ian Romanick
4
-0
/
+115
2012-06-13
generated_tests: Only ignore spec/glsl-* directories
Ian Romanick
1
-1
/
+1
2012-06-13
arb program: Add mechnaism to emulate assembly program machinery
Ian Romanick
1
-0
/
+1299
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: Add tests for uniform array-of-structures with initializers
Ian Romanick
2
-0
/
+96
2012-06-12
glsl-1.20: Add tests for uniform structures with initializers
Ian Romanick
2
-0
/
+86
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-06-12
drawpix-z: test glDrawPixels(GL_DEPTH_COMPONENT)
Brian Paul
3
-0
/
+138
2012-06-12
readpix-z: test glReadPixels(GL_DEPTH_COMPONENT)
Brian Paul
3
-0
/
+115
2012-06-12
texture-integer: move/improve the integer texture test to spec/gl-3.0/
Brian Paul
5
-613
/
+398
2012-06-12
integer-errors: check error detection for integer-related images
Brian Paul
3
-0
/
+188
2012-06-07
msaa: Test that MSAA works properly for all core FBO color formats.
Paul Berry
3
-0
/
+447
2012-06-07
msaa: Make a static identity matrix for convenience.
Paul Berry
4
-14
/
+16
2012-06-07
msaa: Fix const correctness of TestPattern::draw() function.
Paul Berry
2
-11
/
+11
2012-06-07
msaa: Make a new Fbo::try_setup() function.
Paul Berry
2
-15
/
+32
2012-06-07
msaa: Allow format of the color buffer used in the MSAA fbos to be configured.
Paul Berry
2
-3
/
+11
2012-06-07
msaa: Make it possible to reconfigure the fbo after initial use.
Paul Berry
8
-30
/
+37
2012-06-07
msaa: Fix GL object leak when changing fbo config.
Paul Berry
2
-21
/
+35
2012-06-07
msaa: Make a separate Fbo setup() function.
Paul Berry
2
-1
/
+12
2012-06-07
msaa: Reuse FboConfig data structure in Fbo.
Paul Berry
2
-40
/
+51
2012-06-07
msaa: Make a data structure for fbo config.
Paul Berry
8
-59
/
+75
2012-06-07
msaa: Add ColorGradientSunburst program.
Paul Berry
2
-9
/
+56
2012-06-07
fbo: Make an alternate function for initializing fbo-formats.h.
Paul Berry
1
-7
/
+17
2012-06-07
fbo: Split out a function for selecting an fbo test set by name.
Paul Berry
1
-19
/
+26
2012-06-07
fbo: Eliminate unnecessary variable test_set.
Paul Berry
2
-13
/
+9
2012-06-07
fbo: Remove test_desc::base.
Paul Berry
6
-19
/
+11
2012-06-07
fbo: Use format_desc::base_internal_format rather than test_desc::base.
Paul Berry
4
-6
/
+7
2012-06-07
fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.
Paul Berry
2
-12
/
+10
2012-06-07
fbo: Add base internal format info to fbo-formats.h
Paul Berry
1
-188
/
+199
2012-06-07
fbo: Make fbo-formats.h able to be included from a .cpp file.
Paul Berry
1
-10
/
+10
2012-06-07
util: Generalize piglit_probe_image_{rgb,rgba}
Paul Berry
2
-39
/
+76
2012-06-06
hiz: Add piglitutil to linker
Pauli Nieminen
1
-1
/
+4
2012-06-04
make: Make util libraries shared in non-windows systems
Pauli Nieminen
4
-1
/
+25
2012-05-31
generated_tests: Add positional argument specifiers.
Vinson Lee
2
-4
/
+4
2012-05-30
Add test to draw multisample polygons with GL_POLYGON_SMOOTH enabled
Anuj Phogat
3
-0
/
+168
[next]