index
:
~tpohjola/piglit
91926_dirty_but_simple
dbg
df_scalar_test
external_objects
fast_lod_dbg
fp16
lossless_65x65
msaa_wide
oes_egl_image_ext
stenci_texture_new
stencil-texture
stencil_texture
vf_packing_dbg
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
arb_compute_shader
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-09
Fix asprintf warnings
Marek Olšák
2
-3
/
+3
2016-04-14
shader_runner: allow multiple ssbo bindings and add ssbo subdata command
Nicolai Hähnle
1
-1
/
+1
2016-02-26
arb_compute_shader: Add test for Mesa bug 93840
Jordan Justen
1
-0
/
+39
2016-02-20
compute: add an execution test for shared atomics
Ilia Mirkin
1
-0
/
+36
2016-02-16
arb_compute_shader: Add test for dispatches with a zero size
Jordan Justen
2
-0
/
+83
2016-02-16
arb_compute_shader: Support ID tests with work group sizes of 0
Jordan Justen
1
-3
/
+3
2016-02-16
arb_compute_shader: shared variable atomic functions compiler tests
Jordan Justen
1
-0
/
+40
2016-02-16
arb_compute_shader: Add barrier() function compiler test
Jordan Justen
1
-0
/
+15
2016-02-16
arb_compute_shader: Add compiler tests for CS memory barrier functions
Jordan Justen
5
-0
/
+75
2015-11-17
arb_compute_shader: fix too many arguments in call to 'confirm_size'
Samuel Pitoiset
1
-1
/
+1
2015-11-16
arb_compute_shader: Fix loop bounds.
Vinson Lee
1
-3
/
+3
2015-11-09
arb_compute_shader: Test parsing shared variables
Jordan Justen
1
-0
/
+44
2015-11-05
arb_compute_shader: Use gl_NumWorkGroups in global ID tests
Jordan Justen
1
-7
/
+9
2015-10-21
Make cs-ids-common test more robust against race conditions.
Kenneth Graunke
1
-7
/
+9
2015-09-30
arb_compute_shader: A simple CS test with SSBO
Jordan Justen
1
-0
/
+74
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
2
-2
/
+0
2015-09-29
arb_compute_shader: Fix missed varargs termination in cs-ids-common.c
Jordan Justen
1
-1
/
+2
2015-09-24
arb_compute_shader: Add indirect compute dispatch test
Jordan Justen
2
-0
/
+89
2015-09-24
arb_compute_shader: Add render + compute test
Jordan Justen
2
-0
/
+102
2015-09-24
arb_compute_shader: Check local ids at various sizes using atomic counters
Jordan Justen
2
-0
/
+62
2015-09-24
arb_compute_shader: Add common functions for checking invocation IDs
Jordan Justen
3
-1
/
+490
2015-09-24
arb_compute_shader: Add common functions to generate a CS program
Jordan Justen
3
-0
/
+152
2015-09-15
arb_compute_shader: Test values of gl_LocalInvocationIndex
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Test values of gl_WorkGroupID
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Test values of gl_GlobalInvocationID
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Fix accidentally commented probe line
Jordan Justen
1
-1
/
+1
2015-08-20
shader_runner: Pass the desired image format explicitly to "image texture".
Francisco Jerez
5
-7
/
+7
2015-07-14
arb_compute_shader: Use GL_RGBA8 for image_load_store internal format
Jordan Justen
4
-6
/
+6
2015-05-04
built-in-constants: Change GLSL version handling
Ian Romanick
1
-1
/
+1
2014-12-11
cs: Add test of barrier() function that uses atomic counters
Jordan Justen
1
-0
/
+35
2014-12-11
cs: Test values of gl_LocalInvocationID using atomic counters
Jordan Justen
1
-0
/
+61
2014-12-11
cs: Test basic texture sampling from a compute shader
Jordan Justen
1
-0
/
+62
2014-12-11
cs: Add simple uniform test with outputs in atomic counters
Jordan Justen
1
-0
/
+56
2014-12-11
cs: use unsigned for gl_WorkGroupSize in compiler tests
Jordan Justen
3
-5
/
+5
2014-07-27
arb_compute_shader glsl min/max: Update gl_MaxComputeUniformComponents
Jordan Justen
1
-1
/
+1
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
3
-3
/
+3
2014-06-18
arb_compute_shader: Add simple compute shader with atomic counters
Jordan Justen
1
-0
/
+29
2014-06-02
arb_compute_shader: Test remaining compute GLSL minimums & maximums
Jordan Justen
3
-40
/
+14
2014-06-02
arb_compute_shader: Test simple usage of barrier function
Jordan Justen
1
-0
/
+56
2014-06-02
arb_compute_shader: Test a simple compute shader with multiple workgroups
Jordan Justen
1
-0
/
+37
2014-06-02
arb_compute_shader: Test reading and merging multiple source images
Jordan Justen
1
-0
/
+80
2014-06-02
arb_compute_shader: Test basic uniform access in a compute shader
Jordan Justen
1
-0
/
+37
2014-04-17
util/gl: Rename struct piglit_gl_subtest -> piglit_subtest
Chad Versace
1
-1
/
+1
2014-04-15
cmake: Use piglit_add_executable instead of add_executable
Dylan Baker
2
-3
/
+3
2014-01-23
Test API errors for compute shaders related to COMPUTE_WORK_GROUP_SIZE query.
Paul Berry
2
-0
/
+212
2014-01-23
Linker tests for compute shaders: local work sizes.
Paul Berry
5
-0
/
+186
2014-01-23
Test that compute shaders may not have user-defined ins/outs.
Paul Berry
2
-0
/
+43
2014-01-23
Test ARB_compute_shader built-in constant gl_MaxComputeWorkGroupSize.
Paul Berry
1
-0
/
+20
2014-01-23
Test ARB_compute_shader built-in constant gl_MaxComputeWorkGroupCount.
Paul Berry
1
-0
/
+20
2014-01-23
Test ARB_compute_shader built-in constant gl_WorkGroupSize.
Paul Berry
3
-0
/
+69
[next]