summaryrefslogtreecommitdiff
path: root/ARB_compute_shader.mdwn
diff options
context:
space:
mode:
authorJordan Justen <jljusten@gmail.com>2015-08-27 23:19:45 -0700
committerJordan Justen <jljusten@gmail.com>2015-08-27 23:19:45 -0700
commit9a2b5379768253ba832224457cf92d007c23afec (patch)
tree644a359aaa99643fccb4ffe614583232acb182e1 /ARB_compute_shader.mdwn
parent39010d7c12af21c4cc42c4daca038abcaa1c5c3a (diff)
ARB_compute_shader: minor edit
Signed-off-by: Jordan Justen <jljusten@gmail.com>
Diffstat (limited to 'ARB_compute_shader.mdwn')
-rw-r--r--ARB_compute_shader.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/ARB_compute_shader.mdwn b/ARB_compute_shader.mdwn
index cf0feb0..ba53f4d 100644
--- a/ARB_compute_shader.mdwn
+++ b/ARB_compute_shader.mdwn
@@ -31,15 +31,15 @@ extension.
* Basic compute program generations - [[upstream 5328ffbe|http://cgit.freedesktop.org/mesa/mesa/log/?id=5328ffbe]]
* barrier()
* part1 - [[upstream f0e77239|http://cgit.freedesktop.org/mesa/mesa/log/?id=f0e77239]]
- * part2 - [[1 patch|http://patchwork.freedesktop.org/patch/56167]] awaiting review since August 4th
+ * part2 - [[1 patch|http://patchwork.freedesktop.org/patch/56167]] sent August 4th
* atomic counters - [[upstream eeee212e|http://cgit.freedesktop.org/mesa/mesa/log/?id=eeee212e]]
-* uniforms - [[1 patch|http://patchwork.freedesktop.org/patch/56170]] awaiting review since August 4th
+* uniforms - [[1 patch|http://patchwork.freedesktop.org/patch/56170]] sent August 4th
* DispatchCompute - [[upstream 013031b2|http://cgit.freedesktop.org/mesa/mesa/log/?id=013031b2]]
-* Texture sampling - [[5 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs%20texture%20sampling]] awaiting review since June 26th
-* gl_LocalInvocationID - [[7 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-local-inv-id-v1]] awaiting review since August 4th
-* gl_WorkGroupID - [[4 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-workgroup-id-v1]] awaiting review since August 4th
-* gl_GlobalInvocationID - [[3 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-global-id-v2]] awaiting review since August 23rd (v2); v1 sent August 6th
-* gl_LocalInvocationIndex - [[2 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-local-index-v1]] awaiting review since August 23rd
+* Texture sampling - [[5 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs%20texture%20sampling]] sent June 26th
+* gl_LocalInvocationID - [[7 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-local-inv-id-v1]] sent August 4th
+* gl_WorkGroupID - [[4 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-workgroup-id-v1]] sent August 4th
+* gl_GlobalInvocationID - [[3 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-global-id-v2]] sent August 23rd (v2); v1 sent August 6th
+* gl_LocalInvocationIndex - [[2 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-local-index-v1]] sent August 23rd
* Hardware: Ivybridge, Haswell, Broadwell
## Issues