diff options
author | Chris Wilson <[email protected]> | 2017-05-03 15:42:35 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2017-10-20 11:28:18 +0100 |
commit | aa65dcd1d7cc36192b05b41cd9e68b4f58aa51f6 (patch) | |
tree | b4e35684f0e2394ed63f1e258abbf137f751735a | |
parent | f72392231b227f2d08d1dc73cb590f41ffc32492 (diff) |
relnotes/17.3: EGL_IMG_context_priority is now implemented
Suggested-by: Emil Velikov <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r-- | docs/relnotes/17.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.3.0.html b/docs/relnotes/17.3.0.html index 61750194f76..b156158da50 100644 --- a/docs/relnotes/17.3.0.html +++ b/docs/relnotes/17.3.0.html @@ -52,6 +52,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_EXT_memory_object on radeonsi</li> <li>GL_EXT_memory_object_fd on radeonsi</li> <li>EGL_ANDROID_native_fence_sync on radeonsi with a future kernel (possibly 4.15)</li> +<li>EGL_IMG_context_priority on i965</li> </ul> <h2>Bug fixes</h2> |