From 8c0293979457dab49f0055075d1ca4daa3fb8033 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Sun, 8 May 2016 22:44:11 +0200 Subject: nv50,nvc0: add support for cull distances Cull distances are just a special case of clip distances as far as the hardware is concerned. Make sure that the relevant "planes" are enabled, and flip the clip mode to cull for those. Signed-off-by: Tobias Klausmann [imirkin: add enables on nvc0, add nv50 support] Signed-off-by: Ilia Mirkin Reviewed-by: Tobias Klausmann --- docs/relnotes/11.3.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes/11.3.0.html') diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index 6a964f20122..f456c0e18f4 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -46,7 +46,7 @@ Note: some of the new features are only available with certain drivers.
  • OpenGL 4.2 on radeonsi
  • GL_ARB_compute_shader on radeonsi, softpipe
  • -
  • GL_ARB_cull_distance on i965/gen6+
  • +
  • GL_ARB_cull_distance on i965/gen6+, nv50, nvc0
  • GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe
  • GL_ARB_internalformat_query2 on all drivers
  • GL_ARB_query_buffer_object on i965/hsw+
  • -- cgit v1.2.3