From f235dc08ac1dcde6eff87597914583f5b2b9aa70 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 13 May 2016 16:49:02 +1000 Subject: radeonsi: add support for cull distances. (v1.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should be all that is required for cull distances to work on radeonsi. v1.1: whitespace cleanup, add docs fix clipdist_mask usage. Reviewed-by: Marek Olšák Signed-off-by: Dave Airlie --- docs/relnotes/12.1.0.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes') diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index d22d14b..c7f005d 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -47,6 +47,7 @@ Note: some of the new features are only available with certain drivers.
  • OpenGL ES 3.1 on i965/hsw
  • GL_ARB_ES3_1_compatibility on i965
  • GL_ARB_clear_texture on r600, radeonsi
  • +
  • GL_ARB_cull_distance on radeonsi
  • GL_ARB_enhanced_layouts on i965
  • GL_ARB_indirect_parameters on radeonsi
  • GL_ARB_shader_draw_parameters on radeonsi
  • -- cgit v1.1