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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-11
Fix a compiler warning from a khronos prototype change.
epoxy
Eric Anholt
1
-1
/
+1
2014-04-11
egl: Convert tests to using epoxy for EGL function pointer management.
Eric Anholt
12
-218
/
+24
2014-04-11
Drop piglit_get_all_proc_addresses().
Eric Anholt
2
-31
/
+0
2014-04-11
glx: Convert tests to using epoxy for GLX function pointer management.
Eric Anholt
18
-355
/
+59
2014-04-11
Replace piglit-dispatch with libepoxy.
Eric Anholt
63
-3175
/
+9
2014-04-07
arb_shader_atomic_counters: Add a test for unused atomic op results.
Eric Anholt
3
-0
/
+350
2014-04-07
arb_shader_atomic_counters: Bind a VAO in the points case.
Eric Anholt
1
-0
/
+7
2014-04-06
arb_gpu_shader5: add some compiler/linker tests for sample qualifier
Chris Forbes
9
-0
/
+192
2014-04-04
arb_clear_texture: add a trivial test
Ilia Mirkin
5
-0
/
+158
2014-04-03
fbo-generatemipmap-formats: skip integer textures
Brian Paul
1
-0
/
+5
2014-04-03
python: Rename PlainExecTest to PiglitTest
Dylan Baker
2
-86
/
+86
2014-04-03
exectest.py: Merge Test and ExecTest into a single class
Dylan Baker
3
-10
/
+14
2014-04-03
framework: move testBinDir to exectest
Dylan Baker
3
-6
/
+6
2014-04-03
Replace end_config with 'end config' in glsl parser tests
Dylan Baker
5
-5
/
+5
2014-04-03
Revert "shader_runner: always enable VAO for gl >= 31"
Jordan Justen
1
-4
/
+2
2014-04-03
ext_timer_query/time-elapsed: Prevent infinite loop.
José Fonseca
1
-0
/
+4
2014-04-03
primitive-restart-draw-mode: fix failures caused by precision issues
Marek Olšák
1
-2
/
+8
2014-04-01
getteximage-targets: use MAX2() macro instead of hand-rolled max()
Brian Paul
1
-9
/
+3
2014-04-01
dlist-multidrawarrays: test that glMultiDrawArrays works in a display list
Brian Paul
5
-0
/
+226
2014-04-01
ARB_explicit_uniform_location: test inactive uniform interaction
Tapani Pälli
3
-0
/
+95
2014-04-01
glean: Fix fbo errors case
Chris Forbes
1
-0
/
+24
2014-04-01
arb_gpu_shader5: Rename `signed` to `test_signed`.
Chris Forbes
6
-52
/
+52
2014-03-30
Fix deprecation warnings from XKeycodeToKeysym().
Eric Anholt
1
-2
/
+4
2014-03-30
arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.
Francisco Jerez
3
-0
/
+222
2014-03-30
arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...
Francisco Jerez
3
-0
/
+383
2014-03-30
arb_shader_atomic_counters: Test linking with conflicting locations.
Francisco Jerez
3
-0
/
+212
2014-03-30
arb_shader_atomic_counters: Test the minimum maximums defined by the spec.
Francisco Jerez
3
-0
/
+88
2014-03-30
arb_shader_atomic_counters: Test shaders at and beyond the limits.
Francisco Jerez
3
-0
/
+439
2014-03-30
arb_shader_atomic_counters: Test atomic counters as function arguments.
Francisco Jerez
3
-0
/
+113
2014-03-30
arb_shader_atomic_counters: Test atomic ops vs discard.
Francisco Jerez
3
-0
/
+112
2014-03-30
arb_shader_atomic_counters: Test that atomics vs default uniform block.
Francisco Jerez
3
-0
/
+122
2014-03-30
arb_shader_atomic_counters: Test the buffer binding API functions.
Francisco Jerez
3
-0
/
+159
2014-03-30
arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.
Francisco Jerez
3
-0
/
+175
2014-03-30
arb_shader_atomic_counters: Test the atomic counter query functions.
Francisco Jerez
3
-0
/
+406
2014-03-30
arb_shader_atomic_counters: Import GLSL parser tests.
Francisco Jerez
23
-0
/
+430
2014-03-30
arb_shader_atomic_counters: Import common helper functions.
Francisco Jerez
6
-0
/
+410
2014-03-26
getteximage-targets: Add read texture image into PBO case for each target
Jon Ashburn
1
-6
/
+40
2014-03-26
getteximage-targets: Refactor and cleanup with generalized texture targets
Jon Ashburn
1
-96
/
+132
2014-03-26
util/egl: Fix error message
Josh Triplett
1
-1
/
+1
2014-03-25
arb_texture_view: Move declarations to beginning of block.
José Fonseca
1
-2
/
+3
2014-03-25
arb_texture_view: add test for glCopyTexSubImage with MinLayer
Chris Forbes
3
-0
/
+143
2014-03-25
arb_draw_indirect: add instances test
Chris Forbes
3
-0
/
+125
2014-03-25
arb_draw_indirect: add ugly primitive restart case
Chris Forbes
3
-0
/
+136
2014-03-25
arb_draw_indirect: add test for glDrawElementsIndirect with primitive restart
Chris Forbes
3
-0
/
+135
2014-03-25
arb_draw_indirect: add test for DrawElementsIndirect with base instance
Chris Forbes
3
-0
/
+154
2014-03-25
arb_draw_indirect: add test for DrawArraysIndirect with base instance
Chris Forbes
3
-0
/
+144
2014-03-25
arb_draw_indirect: add test for DrawElementsIndirect
Chris Forbes
3
-0
/
+131
2014-03-25
arb_draw_indirect: add new test for glDrawArraysIndirect
Chris Forbes
3
-0
/
+121
2014-03-25
arb_draw_indirect: add test for api errors
Chris Forbes
5
-0
/
+256
2014-03-24
arb_clear_buffer_object: fix various deprecated formats
Chris Forbes
1
-6
/
+6
[next]