summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-11-28 17:30:32 -0500
committerIlia Mirkin <[email protected]>2014-11-29 12:15:43 -0500
commit4aec928ca4d9331ad9451abbc88d0719edb5221b (patch)
tree8f62e20fdcd23e4f2761950a2bcfa994878bc4cc /docs/relnotes
parent20fbf99595fc87efb4a7ecfd4c1bd9bed08208a5 (diff)
freedreno/a3xx: unify vertex/texture formats into a single table
The table contains all the relevant information about each format. The helper functions now just do lookups in the table. Note that this adds support for a lot of formats that were previously unsupported. Additionally it adds disabled support for integer render buffers, which will require more work to actually enable. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/10.5.0.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html
index 84bfcdbdb81..c6df2de89b6 100644
--- a/docs/relnotes/10.5.0.html
+++ b/docs/relnotes/10.5.0.html
@@ -44,6 +44,10 @@ Note: some of the new features are only available with certain drivers.
</p>
<ul>
+<li>GL_ARB_texture_rg on freedreno</li>
+<li>GL_EXT_packed_float on freedreno</li>
+<li>GL_EXT_texture_shared_exponent on freedreno</li>
+<li>GL_EXT_texture_snorm on freedreno</li>
</ul>