index
:
~anholt/piglit
apitrace
atomic-counters
atomic-counters-review-2
automake
buffer-age
cairo
dmabuf-refcount
epoxy
es2-compat
fbo-clear-formats
framework
fs-texture-select
g-s-dim-window
getteximage
glean-master
glsl2
glspec-upstream
idr-glsl
lineloop-many
master
merge-glspec
mesa-multithread-makecurrent
rpi2-piglit
saturate
swap-exchange
sync
tbo
ubo
utility-wrapper
vc4-perf
wm-hint-below
xcb
xts
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-26
GL_ARB_texture_buffer_object: Make some tests runnable on a 3.1 context.
ubo
Eric Anholt
5
-5
/
+10
2012-07-26
GL_ARB_ubo: Add tests for disabling the extension.
Eric Anholt
4
-0
/
+98
2012-07-26
GL_ARB_ubo: Test for the #define being present.
Eric Anholt
2
-0
/
+38
2012-07-26
GL_ARB_ubo: Add tests for glGetActiveUniformsiv(GL_UNIFORM_MATRIX_STRIDE).
Eric Anholt
3
-0
/
+122
2012-07-26
GL_ARB_ubo: Add tests for glGetActiveUniformsiv(GL_UNIFORM_ARRAY_STRIDE).
Eric Anholt
3
-0
/
+101
2012-07-26
GL_ARB_ubo/getuniformindices: Add missing test for bad uniform names.
Eric Anholt
1
-1
/
+16
2012-07-26
GL_ARB_ubo: Add tests for glGetActiveUniformsiv() errors.
Eric Anholt
3
-0
/
+119
2012-07-26
GL_ARB_ubo: Add tests for glGetActiveUniformBlockiv() errors.
Eric Anholt
3
-0
/
+112
2012-07-26
GL_ARB_ubo: Add new test for more thorough std140 testing.
Eric Anholt
3
-0
/
+144
2012-07-26
GL_ARB_ubo: New test for glGetActiveUniformsiv(GL_UNIFORM_TYPE).
Eric Anholt
3
-0
/
+108
2012-07-26
GL_ARB_ubo: Add a test for GL_UNIFORM_BLOCK_DATA_SIZE.
Eric Anholt
5
-0
/
+285
2012-07-26
GL_ARB_ubo: New test for glGetActiveuUniformsiv(GL_UNIFORM_BLOCK_INDEX).
Eric Anholt
3
-0
/
+133
2012-07-26
GL_ARB_ubo/maxblocks: Fix a valgrind complaint of stack smashing.
Eric Anholt
1
-2
/
+2
2012-07-26
Shut up gcc about c++11 issues.
Eric Anholt
1
-0
/
+5
2012-07-26
GL_ARB_ubo/link-mismatch-blocks: New test for linker errors.
Eric Anholt
3
-0
/
+275
2012-07-26
GLSL 1.40: Add tests for UBO structure padding bug in link_uniforms.cpp.
Eric Anholt
2
-0
/
+102
2012-07-26
GLSL 1.40: Add a nasty test for UBO structure copying.
Eric Anholt
2
-0
/
+249
2012-07-26
GLSL 1.40: New tests for rendering using UBO aggregate assignment.
Eric Anholt
4
-0
/
+181
2012-07-26
GLSL 1.40: Add some simple UBO rendering tests.
Eric Anholt
19
-0
/
+757
2012-07-26
shader_runner: Allow uniform setup through a uniform block.
Eric Anholt
1
-0
/
+147
2012-07-26
GL_ARB_ubo: Test the behavior of glBindBuffer* on new (un-Genned) BO names.
Eric Anholt
3
-0
/
+135
2012-07-26
framework: When a test catches a spurious window resize, re-run it.
Eric Anholt
1
-8
/
+20
2012-07-26
util: Warn when we get a window resize during an auto run.
Eric Anholt
1
-0
/
+8
2012-07-24
Test scissoring of blits in both windows and fbos.
Paul Berry
3
-0
/
+190
2012-07-22
all.tests: remove the bugs group, move the tests into spec/
Marek Olšák
1
-23
/
+29
2012-07-20
GL_ARB_ubo/maxblocks: New test for rendering with varying numbers of blocks.
Eric Anholt
3
-0
/
+338
2012-07-20
GL_ARB_ubo/row-major: New test for setting/getting matrix layout qualifiers.
Eric Anholt
3
-0
/
+220
2012-07-20
GL_ARB_ubo/referenced-by-shader: Test two glGetActiveUniformBlockiv enums.
Eric Anholt
3
-0
/
+133
2012-07-20
GL_ARB_ubo/getactiveuniformname: New test for API behavior.
Eric Anholt
3
-0
/
+212
2012-07-20
GL_ARB_ubo/getactiveuniformblockname: New test for API behavior.
Eric Anholt
3
-0
/
+213
2012-07-20
GL_ARB_ubo/uniformblockbinding: New test for setting/getting block bindings.
Eric Anholt
3
-0
/
+161
2012-07-20
GL_ARB_ubo/getprogramiv: New test for API behavior on linked programs.
Eric Anholt
3
-0
/
+152
2012-07-20
glx_arb_create_context_robustness: Require ARB_robustness for robust contexts
Ian Romanick
3
-0
/
+140
2012-07-20
glx_arb_create_context_robustness: Verify that invalid reset strategies are r...
Ian Romanick
3
-0
/
+80
2012-07-20
glx_ext_create_context_es2_profile: Verify that the invalid ES versions are r...
Ian Romanick
3
-0
/
+113
2012-07-20
glx_ext_create_context_es2_profile: Verify that indirect-rendering is impossible
Ian Romanick
3
-0
/
+120
2012-07-20
glx_arb_create_context_profile: Verify that the profile is ignored pre-3.2
Ian Romanick
3
-0
/
+117
2012-07-20
glx_arb_create_context_profile: Verify that the core profile is supported for...
Ian Romanick
3
-0
/
+159
2012-07-20
glx_arb_create_context_profile: Verify that invalid profiles are rejected
Ian Romanick
3
-0
/
+110
2012-07-20
fbo-blit-stretch: test for stretched blits
José Fonseca
3
-0
/
+558
2012-07-20
util: Remove unused/non-portable headers.
José Fonseca
1
-3
/
+0
2012-07-20
fdo25614-genmipmap: fix gl version checking
Marek Olšák
1
-2
/
+2
2012-07-20
crash-cubemap-order: check extension support
Marek Olšák
1
-0
/
+2
2012-07-18
msaa: Add depth buffer testing to sample-alpha-to-coverage test case
Anuj Phogat
2
-20
/
+36
2012-07-18
msaa: Add depth buffer testing support in draw-buffer-common.cpp
Anuj Phogat
2
-51
/
+149
2012-07-18
msaa: Rewrite sample-alpha-to-one test to utilize shared code
Anuj Phogat
2
-213
/
+46
2012-07-18
msaa: Rewrite sample-alpha-to-coverage test to utilize the shared code
Anuj Phogat
2
-326
/
+49
2012-07-18
msaa: Add test to verify sample-alpha-to-one with single sample FBO
Anuj Phogat
3
-0
/
+110
2012-07-18
msaa: Add test to verify sample-alpha-to-one with GL_MULTISAMPLE disabled
Anuj Phogat
3
-0
/
+137
2012-07-18
msaa: Add test to verify sample-alpha-to-coverage with integer draw buffers
Anuj Phogat
3
-0
/
+140
[next]