summaryrefslogtreecommitdiff
path: root/ARB_compute_shader.mdwn
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2015-11-06 18:08:11 -0800
committerJordan Justen <jordan.l.justen@intel.com>2015-11-06 18:08:11 -0800
commit0987da9db6598ad32c582f2c91e570c507d4761f (patch)
tree1658bf636a4abfdaeb53c770d3d7b2ee53394bed /ARB_compute_shader.mdwn
parente26faab0d19765702e9982a84d2192a719acccee (diff)
ARB_compute_shader: memory barrier functions are now upstream
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'ARB_compute_shader.mdwn')
-rw-r--r--ARB_compute_shader.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/ARB_compute_shader.mdwn b/ARB_compute_shader.mdwn
index 386d2fc..0c3540c 100644
--- a/ARB_compute_shader.mdwn
+++ b/ARB_compute_shader.mdwn
@@ -10,9 +10,6 @@ extension.
* GLES 3.1 CTS shows reasonable stability now.
* Atomics on shared variables
* Cache setup still needs to be cleaned up. (curro is helping on this.)
-* New GLSL memory barrier functions
- * groupMemoryBarrier(), memoryBarrierShared(), memoryBarrierBuffer(),
- memoryBarrierImage(), memoryBarrierAtomicCounter()
* GLES 3.1 conformance test suite results (ES31-CTS.compute_shader*):
* Ivy Bridge, Haswell: All 36 tests passing
* Broadwell: 28 of 36 tests passing
@@ -48,6 +45,10 @@ extension.
* DispatchComputeIndirect - [[upstream ebbe6cd|http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebbe6cd]]
* gl_NumWorkGroups - [[upstream 681b4ba|http://cgit.freedesktop.org/mesa/mesa/log/?qt=range&q=681b4ba~9..681b4ba]]
* SSBO - [[upstream 7b39114|http://cgit.freedesktop.org/mesa/mesa/log/?qt=range&q=7b39114~..7b39114]]
+* New GLSL memory barrier functions
+ * groupMemoryBarrier(), memoryBarrierShared(), memoryBarrierBuffer(),
+ memoryBarrierImage(), memoryBarrierAtomicCounter()
+ * [[upstream 51694072|http://cgit.freedesktop.org/mesa/mesa/log/?qt=range&q=51694072~4..51694072]]
* Hardware: Ivybridge, Haswell, Broadwell
## Issues