diff options
author | Marek Olšák <[email protected]> | 2014-06-16 16:53:42 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-06-19 00:18:17 +0200 |
commit | 57f3da997a9ddeaebcf9296f946d54a9125e183b (patch) | |
tree | 62562aff74ed2998a1b8839ddb641310e34f7e24 /docs/relnotes/10.3.html | |
parent | 6a2b38381ee90b7fc9584b05b84284c0e609bb6d (diff) |
radeonsi: implement ARB_texture_query_lod
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'docs/relnotes/10.3.html')
-rw-r--r-- | docs/relnotes/10.3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 99393014c8b..ecc8580f42b 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -51,6 +51,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_cube_map_array on radeonsi</li> <li>GL_ARB_texture_gather on radeonsi</li> <li>GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe</li> +<li>GL_ARB_texture_query_lod on radeonsi</li> <li>GL_ARB_viewport_array on nvc0</li> </ul> |