summaryrefslogtreecommitdiffstats
path: root/docs/relnotes/10.6.0.html
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2015-02-15 03:39:43 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2015-04-02 00:09:14 -0400
commit4a3c0e995063320693782b934962969e11dab29d (patch)
tree4c270d91eaa16e270bb381b0581d6d7caef8c85b /docs/relnotes/10.6.0.html
parent6f4c1976f4e5ecdebfe5b9ac16b6d13a5e60eed1 (diff)
downloadexternal_mesa3d-4a3c0e995063320693782b934962969e11dab29d.zip
external_mesa3d-4a3c0e995063320693782b934962969e11dab29d.tar.gz
external_mesa3d-4a3c0e995063320693782b934962969e11dab29d.tar.bz2
freedreno/a3xx: add MRT support
The hardware only supports 4 MRTs. It should be possible to emulate support for 8, but doesn't seem worth the trouble. 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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
index 3233637..22201e1 100644
--- a/docs/relnotes/10.6.0.html
+++ b/docs/relnotes/10.6.0.html
@@ -45,11 +45,12 @@ 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_draw_indirect, GL_ARB_multi_draw_indirect on r600</li>
<li>GL_ARB_draw_instanced on freedreno</li>
<li>GL_ARB_gpu_shader_fp64 on nvc0, softpipe</li>
<li>GL_ARB_instanced_arrays on freedreno</li>
<li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li>
-<li>GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600</li>
+<li>GL_EXT_draw_buffers2 on freedreno</li>
</ul>
<h2>Bug fixes</h2>