Module: Mesa
Branch: master
Commit: a45cd8107d03f657c2c0db9d5591ddc096964eeb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a45cd8107d03f657c2c0db9d5591ddc096964eeb

Author: Matt Turner <[email protected]>
Date:   Wed Mar  8 13:57:20 2017 -0800

docs: ARB_shader_atomic_counter_ops is enabled on i965/gen7+.

This extension was enabled in commit 40dd45d0c6aa ("i965: Enable
ARB_shader_atomic_counter_ops") but the commit failed to update the
release notes or features.txt. The release notes ship has sailed, since
the commit was in 13.0.

---

 docs/features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index df1860d..b4e54a7 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -291,7 +291,7 @@ Khronos, ARB, and OES extensions that are not part of any 
OpenGL or OpenGL ES ve
   GL_ARB_robustness_isolation                           not started
   GL_ARB_sample_locations                               not started
   GL_ARB_seamless_cubemap_per_texture                   DONE (i965, nvc0, 
radeonsi, r600, softpipe, swr)
-  GL_ARB_shader_atomic_counter_ops                      DONE (nvc0, radeonsi, 
softpipe)
+  GL_ARB_shader_atomic_counter_ops                      DONE (i965/gen7+, 
nvc0, radeonsi, softpipe)
   GL_ARB_shader_ballot                                  not started
   GL_ARB_shader_clock                                   DONE (i965/gen7+)
   GL_ARB_shader_draw_parameters                         DONE (i965, nvc0, 
radeonsi)

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to