summaryrefslogtreecommitdiffstats
path: root/docs/relnotes/10.6.0.html
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2015-04-22 14:35:00 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2015-04-27 20:17:07 -0400
commit9fc3f472784b2ba53655b715d602268bef5bf12e (patch)
treee688bbd65a3c15c3f767ad4e94dad70e54a36ac5 /docs/relnotes/10.6.0.html
parent1571da6ac31ade482f5e4adc82eb66d42a1bb389 (diff)
downloadexternal_mesa3d-9fc3f472784b2ba53655b715d602268bef5bf12e.zip
external_mesa3d-9fc3f472784b2ba53655b715d602268bef5bf12e.tar.gz
external_mesa3d-9fc3f472784b2ba53655b715d602268bef5bf12e.tar.bz2
freedreno/a3xx: add support for S8 and Z32F_S8
Enables ARB_depth_buffer_float. There is no sampling support for interleaved Z32F_S8, so we store the two textures separately, one as Z32F, the other as S8. As a result, we need a lot of additional logic for restores and transfers. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs/relnotes/10.6.0.html')
-rw-r--r--docs/relnotes/10.6.0.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
index 5695ae4..ff24842 100644
--- a/docs/relnotes/10.6.0.html
+++ b/docs/relnotes/10.6.0.html
@@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.
<ul>
<li>GL_AMD_pinned_memory on r600, radeonsi</li>
<li>GL_ARB_clip_control on i965</li>
+<li>GL_ARB_depth_buffer_float on freedreno</li>
<li>GL_ARB_depth_clamp on freedreno</li>
<li>GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600</li>
<li>GL_ARB_draw_instanced on freedreno</li>