summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2015-11-07 23:20:31 -0500
committerRob Clark <robclark@freedesktop.org>2015-11-18 14:31:13 -0500
commitd69e557f2a2c39888d83c7b52244412ee2a5594e (patch)
treecf5b16e3436f091c70f80e9e4cc2205060cb5b70 /docs
parent059da344ec17853bb503a7e4afa229c2e2a98c83 (diff)
freedreno: add support for conditional rendering, required for GL3.0
A smarter implementation would make it possible to attach this to emit state for the BY_REGION versions to avoid breaking the tiling. But this is a start. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/11.1.0.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html
index 28fec7e89c4..00d517706b5 100644
--- a/docs/relnotes/11.1.0.html
+++ b/docs/relnotes/11.1.0.html
@@ -61,6 +61,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li>
<li>GL_EXT_draw_elements_base_vertex on all drivers</li>
<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx)</li>
+<li>GL_NV_conditional_render on freedreno</li>
<li>GL_OES_draw_elements_base_vertex on all drivers</li>
<li>EGL_KHR_create_context on softpipe, llvmpipe</li>
<li>EGL_KHR_gl_colorspace on softpipe, llvmpipe</li>