summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-05-30 13:28:02 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-08-30 20:25:15 -0400
commitbf47b2bf887ba15d318b6489c4e5116df771028c (patch)
tree2cab26a782bf31483ab252df2aa531c8c7fb8486 /docs/relnotes
parent891d7e3c9eb71ba42a7aea20dc45bdb3d624fc82 (diff)
downloadexternal_mesa3d-bf47b2bf887ba15d318b6489c4e5116df771028c.zip
external_mesa3d-bf47b2bf887ba15d318b6489c4e5116df771028c.tar.gz
external_mesa3d-bf47b2bf887ba15d318b6489c4e5116df771028c.tar.bz2
st/mesa: provide the null implementation of bounding box outputs in tcs
Until hardware appears (in a gallium driver) that can make use of the TCS-outputted gl_BoundingBox, we just request that the variable gets assigned as a regular patch variable. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/12.1.0.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
index c7f005d..21747d3 100644
--- a/docs/relnotes/12.1.0.html
+++ b/docs/relnotes/12.1.0.html
@@ -59,6 +59,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
<li>GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li>
<li>GL_OES_geometry_shader on i965/gen8+</li>
+<li>GL_OES_primitive_bounding_box on nvc0, radeonsi</li>
<li>GL_OES_texture_cube_map_array on i965/gen8+</li>
</ul>