summaryrefslogtreecommitdiff
path: root/ARB_compute_shader.mdwn
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2015-09-14 15:40:11 -0700
committerJordan Justen <jordan.l.justen@intel.com>2015-09-14 15:40:11 -0700
commit326b63f92ec9cb928890efd902ca02e5d11b4e06 (patch)
tree513becbfdd2e81719fed365777358a288141f694 /ARB_compute_shader.mdwn
parent1d4ed3c2b20f6f46eeb97309626fae5017a666fb (diff)
ARB_compute_shader: Update status
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'ARB_compute_shader.mdwn')
-rw-r--r--ARB_compute_shader.mdwn11
1 files changed, 4 insertions, 7 deletions
diff --git a/ARB_compute_shader.mdwn b/ARB_compute_shader.mdwn
index 7caff88..3fa9dba 100644
--- a/ARB_compute_shader.mdwn
+++ b/ARB_compute_shader.mdwn
@@ -25,13 +25,6 @@ extension.
* curro is working on SIMD16
* See MAX_COMPUTE_WORK_GROUP_INVOCATIONS note below
-## Sent for Code Review
-
-* gl_LocalInvocationID - [[7 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-local-inv-id-v1]] sent August 4th; patch #1 is upstream; r-b krh, Iago
-* gl_WorkGroupID - [[4 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-workgroup-id-v1]] sent August 4th; r-b krh
-* gl_GlobalInvocationID - [[3 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-global-id-v2]] sent August 23rd (v2); r-b Tapani
-* gl_LocalInvocationIndex - [[2 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-local-index-v1]] sent August 23rd; r-b Tapani
-
## Complete
* Multiple pipelines - [[upstream 20ef23b2|http://cgit.freedesktop.org/mesa/mesa/log/?id=20ef23b2]]
@@ -43,6 +36,10 @@ extension.
* part2 - [[upstream 34cff76|http://cgit.freedesktop.org/mesa/mesa/log/?id=34cff76]]
* uniforms - [[upstream 06ada49|http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ada49]]
* DispatchCompute - [[upstream 013031b2|http://cgit.freedesktop.org/mesa/mesa/log/?id=013031b2]]
+* gl_LocalInvocationID - [[upstream 49f999b|http://cgit.freedesktop.org/mesa/mesa/commit/?id=49f999b]]
+* gl_WorkGroupID - [[upstream c5743a5|http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5743a5]]
+* gl_GlobalInvocationID - [[upstream 2b6cc03|http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b6cc03]]
+* gl_LocalInvocationIndex - [[upstream c4cf824|http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4cf824]]
* Hardware: Ivybridge, Haswell, Broadwell
## Issues