index
:
~bwidawsk/piglit
caca
fast-clear-debug
master
primgen
stencil_export
Unnamed repository; edit this file 'description' to name the repository.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
arb_uniform_buffer_object
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
1
-1
/
+0
2015-09-16
arb_uniform_buffer_object: fix UNIFORM_BUFFER_START and UNIFORM_BUFFER_SIZE q...
Samuel Iglesias Gonsalvez
1
-2
/
+2
2015-02-20
arb_uniform_buffer_object: Exercise coherent fragment shader UBO.
Jose Fonseca
2
-6
/
+8
2015-01-03
arb_uniform_buffer_object: add a test for a GLSL bug
Marek Olšák
1
-0
/
+58
2014-10-24
arb_uniform_buffer_object: add 'offset' option to the rendering test
Brian Paul
1
-6
/
+26
2014-09-17
arb_uniform_buffer_object: Add test for data after a row-major matrix inside ...
Ian Romanick
1
-0
/
+81
2014-09-17
arb_uniform_buffer_object: Add test for row-major matrix inside array of struct
Ian Romanick
1
-0
/
+54
2014-09-17
arb_uniform_buffer_object: Add test for padding after a UBO struct
Ian Romanick
1
-0
/
+96
2014-09-17
arb_uniform_buffer_object: Remove now redundant layout-std140 test
Ian Romanick
2
-221
/
+0
2014-09-17
arb_uniform_buffer_object: Add test for padding between UBO structs
Ian Romanick
1
-0
/
+100
2014-09-17
arb_uniform_buffer_object: Add test based on extension spec
Ian Romanick
1
-0
/
+218
2014-09-04
maxuniformblocksize: fix vs/fsexceed test index
Brian Paul
1
-5
/
+13
2014-07-18
arb_uniform_buffer_object/maxblocks: use larger window, set viewport
Brian Paul
1
-0
/
+7
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
33
-33
/
+33
2014-07-02
arb_uniform_buffer_object: add a test that uses persistent buffers
Ilia Mirkin
2
-0
/
+227
2014-07-01
arb_uniform_buffer_object/maxuniformblocksize: fix printf message
Brian Paul
1
-1
/
+1
2014-06-25
arb_uniform_buffer_object-minmax: divide block size by 4 to get components
Brian Paul
1
-3
/
+3
2014-06-23
arb_uniform_buffer_object/maxblocks: minor whitespace fix
Brian Paul
1
-1
/
+0
2014-06-18
ubo: Don't try to use embedded struct definitions.
Chris Forbes
1
-11
/
+15
2014-06-16
arb_uniform_buffer_object: add new rendering test
Brian Paul
2
-0
/
+213
2014-05-14
arb_uniform_buffer_object: use default window size
Brian Paul
19
-57
/
+0
2014-05-13
arb_uniform_buffer_object: use default window size
Brian Paul
2
-4
/
+0
2014-04-15
cmake: Use piglit_add_executable instead of add_executable
Dylan Baker
1
-30
/
+30
2014-01-25
arb_uniform_buffer_object-maxblocks: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+1
2014-01-25
arb_uniform_buffer_object: Silence uninitialized variable warnings.
Vinson Lee
1
-0
/
+4
2013-11-04
arb_uniform_buffer_object: silence asprintf() warning
Brian Paul
1
-2
/
+2
2013-10-14
GL 1.50: Test that UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER is accepted by...
Nicholas Mack
1
-42
/
+96
2013-09-11
GS: Modify an older test to also check MAX_COMBINED_GEOMETRY_UNIFORM_COMPONEN...
Nicholas Mack
1
-1
/
+1
2013-08-21
arb_uniform_buffer_object: Add UBO from vs-struct-pad tests
Ian Romanick
1
-1
/
+39
2013-06-04
util: Print shader source and exit in the compile failure case.
Eric Anholt
4
-39
/
+2
2013-06-04
piglit: Always request GNU C extensions.
Eric Anholt
8
-8
/
+0
2013-06-04
piglit: Switch a bunch of tests over to piglit_build_simple_program.
Eric Anholt
18
-171
/
+33
2013-04-19
ARB_ubo/maxuniformblocksize: unmap buffer before drawing with it
Christoph Bumiller
1
-0
/
+1
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
29
-29
/
+29
2013-02-20
layout-std140-base-size-and-alignment: Fix running the test.
Eric Anholt
1
-1
/
+1
2013-02-20
ARB_uniform_buffer_object/row_major: Reference another missed UBO member.
Eric Anholt
1
-0
/
+1
2013-02-19
GL_ARB_ubo/getintegeri_v: Respect implementation value of GL_UNIFORM_BUFFER_O...
Ian Romanick
1
-2
/
+5
2013-02-11
Remove BindBufferRange out-of-range tests.
Paul Berry
1
-7
/
+13
2013-01-30
arb_uniform_buffer_object: Only use row_major or column_major on matrix types
Ian Romanick
1
-1
/
+1
2013-01-30
arb_uniform_buffer_object: Reference all UBO members from the shader
Ian Romanick
7
-8
/
+44
2013-01-14
arb_uniform_buffer_object: remove explicit 100x100 window size
Brian Paul
5
-10
/
+0
2013-01-09
arb_uniform_buffer_object: Add new tests for GL_MAX_UNIFORM_BLOCK_SIZE.
Eric Anholt
2
-0
/
+238
2012-12-17
arb_uniform_buffer: Fix block / field names in dlist test
Ian Romanick
1
-2
/
+2
2012-12-16
arb_uniform_buffer_object: Remove unsigned comparison against 0.
Vinson Lee
1
-2
/
+1
2012-12-11
arb_uniform_buffer_object: Verify row_major cannot be used with a struct field
Ian Romanick
1
-0
/
+29
2012-12-11
arb_uniform_buffer_object: Add serveral tests related to block names
Ian Romanick
3
-0
/
+77
2012-12-10
ubo/glsl-1.40: fix more tests to run in core context
Dave Airlie
3
-0
/
+3
2012-12-03
arb_uniform_buffer_object: Fix memory leak.
Vinson Lee
1
-0
/
+1
2012-11-29
arb_uniform_buffer_object: Fix use after free.
Vinson Lee
1
-1
/
+3
2012-11-14
Revert "GL_ARB_ubo/negative-bindbuffer-buffer: New test for API error."
Eric Anholt
2
-71
/
+0
[next]