diff options
author | Ilia Mirkin <[email protected]> | 2014-10-23 00:43:45 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-19 00:51:38 +0000 |
commit | 4186c1c7b1ab594686a43b69c0a626e9e5d75129 (patch) | |
tree | e587cd2153bacfa2980c92505d81e0b4ccb1b9c7 /docs | |
parent | d133096d2621c209bd14c9b54eaa4932712522bb (diff) |
nv50,nvc0: use clip_halfz setting when creating rasterizer state
This enables the ARB_clip_control extension.
Signed-off-by: Ilia Mirkin <[email protected]>
Cc: "10.4" <[email protected]>
(cherry picked from commit 3bc42a09e2d13c42e15423a17b5c571049a11224)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/10.4.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 28544312945..cfbce92bd92 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -187,7 +187,7 @@ GL 4.4, GLSL 4.40: GL 4.5, GLSL 4.50: GL_ARB_ES3_1_compatibility not started - GL_ARB_clip_control DONE (llvmpipe, softpipe, r300, r600, radeonsi) + GL_ARB_clip_control DONE (nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe) GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, llvmpipe, softpipe) GL_ARB_cull_distance not started GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) diff --git a/docs/relnotes/10.4.html b/docs/relnotes/10.4.html index d0fbd3bd1ac..8682d719618 100644 --- a/docs/relnotes/10.4.html +++ b/docs/relnotes/10.4.html @@ -47,7 +47,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_conditional_render_inverted on nv50</li> <li>GL_ARB_sample_shading on r600</li> <li>GL_ARB_texture_view on nv50, nvc0</li> -<li>GL_ARB_clip_control on llvmpipe, softpipe, r300, r600, radeonsi</li> +<li>GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe</li> <li>GL_KHR_context_flush_control on all drivers</li> </ul> |