diff options
author | Plamena Manolova <[email protected]> | 2018-04-27 15:06:56 +0100 |
---|---|---|
committer | Plamena Manolova <[email protected]> | 2018-06-01 16:36:39 +0100 |
commit | 939312702e35928770e5f90f7b053ece3d10e7ae (patch) | |
tree | f82406635ed7400b46173053f6252d3b86926a5b /docs/relnotes | |
parent | 60e843c4d5a5688196d13611a357cdc5b1b1141d (diff) |
i965: Add ARB_fragment_shader_interlock support.
Adds suppport for ARB_fragment_shader_interlock. We achieve
the interlock and fragment ordering by issuing a memory fence
via sendc.
Signed-off-by: Plamena Manolova <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.2.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html index 00b253c076f..a3f44a29dc8 100644 --- a/docs/relnotes/18.2.0.html +++ b/docs/relnotes/18.2.0.html @@ -44,7 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>TBD</li> +<li>GL_ARB_fragment_shader_interlock on i965</li> </ul> <h2>Bug fixes</h2> |