diff options
author | Mathias Fröhlich <Mathias.Froehlich@gmx.net> | 2015-03-29 16:52:57 +0200 |
---|---|---|
committer | Mathias Froehlich <Mathias.Froehlich@gmx.net> | 2015-04-05 08:01:47 +0200 |
commit | fdd90fcb15c109f3dcbf5e46fa8a1f8284b9c266 (patch) | |
tree | cd3b9af38b86f72a80e2725329b1fe3374eee478 /docs/relnotes | |
parent | 107ae27e57dc2a1ddc6bbb7ea101c1c60794423f (diff) | |
download | external_mesa3d-fdd90fcb15c109f3dcbf5e46fa8a1f8284b9c266.zip external_mesa3d-fdd90fcb15c109f3dcbf5e46fa8a1f8284b9c266.tar.gz external_mesa3d-fdd90fcb15c109f3dcbf5e46fa8a1f8284b9c266.tar.bz2 |
i965: Implement support for ARB_clip_control.
Switch between the two clip space definitions already available
in hardware. Update winding order dependent state according
to the clip control state.
This change did not introduce new piglit quick.test regressions on
an Ivybridge Mobile and a GM45 Express chipset.
Also it enables and passes the clip-control and clip-control-depth-precision
tests on these two chipsets.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 22201e1..2378e3d 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -51,6 +51,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_instanced_arrays on freedreno</li> <li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li> <li>GL_EXT_draw_buffers2 on freedreno</li> +<li>GL_ARB_clip_control on i965</li> </ul> <h2>Bug fixes</h2> |