diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2013-06-27 18:20:32 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2013-06-28 13:35:22 -0700 |
commit | d5b6b7a39ba91f21278a2ad24c4ad00d454c73c6 (patch) | |
tree | 65386af1320575c6a784ea73f5749ad785dce0eb /docs/relnotes/9.2.html | |
parent | 70966570f3e4275dc15b5a94c70698f6aef64150 (diff) |
mesa: GL_ARB_texture_storage is not optional
In Mesa, this extension is implemented purely in software. Drivers may
*optionally* provide optimized paths.
NOTE: This has the side effect of enabling the extension in the radeon,
r200, and nouveau drivers.
v2: Minor whitespace tidying (suggested by Brian).
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/relnotes/9.2.html')
-rw-r--r-- | docs/relnotes/9.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html index 2f2c39415d..1f49191148 100644 --- a/docs/relnotes/9.2.html +++ b/docs/relnotes/9.2.html @@ -48,6 +48,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_multisample</li> <li>GL_ARB_texture_storage_multisample</li> <li>GL_ARB_texture_query_lod</li> +<li>Enable GL_ARB_texture_storage on radeon, r200, and nouveau</li> <li>Added new freedreno gallium driver</li> <li>OSMesa interface for gallium llvmpipe/softpipe drivers</li> <li>Gallium Heads-Up Display (HUD) feature for performance monitoring</li> |