diff options
author | Marek Olšák <[email protected]> | 2015-08-10 02:23:21 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-08-14 15:02:27 +0200 |
commit | 97f58fb59a45f04c9d03709063a081f572509f51 (patch) | |
tree | 7b3da94e0f898a565e2c48f9edf3319c71c58fed /docs/relnotes/11.0.0.html | |
parent | 36a6f848bb03828aa9c4dc28774acf09055f2831 (diff) |
radeonsi: add support for EXT_depth_bounds_test
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'docs/relnotes/11.0.0.html')
-rw-r--r-- | docs/relnotes/11.0.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html index b5077e7c6a0..ae3a2be2d36 100644 --- a/docs/relnotes/11.0.0.html +++ b/docs/relnotes/11.0.0.html @@ -58,6 +58,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_tessellation_shader on nvc0, radeonsi</li> <li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li> <li>GL_ARB_viewport_array on radeonsi</li> +<li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li> <li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> <li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> <li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> |