summaryrefslogtreecommitdiff
path: root/ARB_compute_shader.mdwn
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2015-09-02 14:57:15 -0700
committerJordan Justen <jordan.l.justen@intel.com>2015-09-02 14:57:15 -0700
commit82212e1de4ac6023e1c7396959f8b3507d200d03 (patch)
treec97d8a4e9e4b978b00304c0c29712b84f4a1e976 /ARB_compute_shader.mdwn
parentd6703b146a2c890d53dc8df67814fbab5bc0f113 (diff)
ARB_compute_shader: Split sent patches from upstreamed patches
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'ARB_compute_shader.mdwn')
-rw-r--r--ARB_compute_shader.mdwn19
1 files changed, 11 insertions, 8 deletions
diff --git a/ARB_compute_shader.mdwn b/ARB_compute_shader.mdwn
index 6c0ef36..4673b5a 100644
--- a/ARB_compute_shader.mdwn
+++ b/ARB_compute_shader.mdwn
@@ -25,21 +25,24 @@ extension.
* curro is working on SIMD16
* See MAX_COMPUTE_WORK_GROUP_INVOCATIONS note below
-## Complete / Working
+## Sent for Code Review
+
+* Texture sampling - [[5 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs%20texture%20sampling]] sent June 26th
+* barrier() (part2) - [[1 patch|http://patchwork.freedesktop.org/patch/56167]] sent August 4th
+* gl_LocalInvocationID - [[7 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-local-inv-id-v1]] sent August 4th; patch #1 is upstream
+* 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); r-b Tapani
+* gl_LocalInvocationIndex - [[2 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-local-index-v1]] sent August 23rd
+
+## Complete
* Multiple pipelines - [[upstream 20ef23b2|http://cgit.freedesktop.org/mesa/mesa/log/?id=20ef23b2]]
* Basic compute program generations - [[upstream 5328ffbe|http://cgit.freedesktop.org/mesa/mesa/log/?id=5328ffbe]]
+* atomic counters - [[upstream eeee212e|http://cgit.freedesktop.org/mesa/mesa/log/?id=eeee212e]]
* barrier()
* part1 - [[upstream f0e77239|http://cgit.freedesktop.org/mesa/mesa/log/?id=f0e77239]]
- * 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 - [[upstream 06ada49|http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ada49]]
* 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]] sent June 26th
-* gl_LocalInvocationID - [[7 patches|http://patchwork.freedesktop.org/bundle/jljusten/i965-local-inv-id-v1]] sent August 4th; patch #1 is upstream
-* 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); r-b Tapani
-* gl_LocalInvocationIndex - [[2 patches|http://patchwork.freedesktop.org/bundle/jljusten/cs-local-index-v1]] sent August 23rd
* Hardware: Ivybridge, Haswell, Broadwell
## Issues