diff options
author | Ilia Mirkin <[email protected]> | 2018-01-13 12:32:41 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-02-17 23:41:21 -0500 |
commit | f08fd676bf651ba401ca631a22e3586a85f99415 (patch) | |
tree | 1d326496fa683a7f3da42f8a3f9cfb97de73f36f /docs | |
parent | 0255550eb13d665fe96bb6a3bcd3613e9de015c0 (diff) |
nvc0: add support for bindless on maxwell+
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/18.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html index b8a0cd0d02c..93cf1f2b4ff 100644 --- a/docs/relnotes/18.1.0.html +++ b/docs/relnotes/18.1.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_bindless_texture on nvc0/maxwell+</li> <li>GL_EXT_semaphore on radeonsi</li> <li>GL_EXT_semaphore_fd on radeonsi</li> </ul> |