diff options
author | Dave Airlie <[email protected]> | 2016-05-13 16:49:02 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-08-30 09:35:56 +1000 |
commit | f235dc08ac1dcde6eff87597914583f5b2b9aa70 (patch) | |
tree | ec3a53be77dd7af6d78a9462c8e7c5e27ad30209 /docs/relnotes/12.1.0.html | |
parent | 5025e88703092cff45868d1637aa517d937081d7 (diff) |
radeonsi: add support for cull distances. (v1.1)
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 <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes/12.1.0.html')
-rw-r--r-- | docs/relnotes/12.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index d22d14b42b8..c7f005d2310 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. <li>OpenGL ES 3.1 on i965/hsw</li> <li>GL_ARB_ES3_1_compatibility on i965</li> <li>GL_ARB_clear_texture on r600, radeonsi</li> +<li>GL_ARB_cull_distance on radeonsi</li> <li>GL_ARB_enhanced_layouts on i965</li> <li>GL_ARB_indirect_parameters on radeonsi</li> <li>GL_ARB_shader_draw_parameters on radeonsi</li> |