mesa: Add support for ARB_depth_clamp.
authorEric Anholt <eric@anholt.net>
Wed, 26 Aug 2009 16:51:15 +0000 (09:51 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 8 Sep 2009 21:30:15 +0000 (14:30 -0700)
commitb4922b533155cc139ebafb111502bb55d2ad2ccf
treea784133f9de7e5fccda5305ab926bebc5ffbaf19
parent3e4539a471da48066a83eda8e14301dbc4dbf6db
mesa: Add support for ARB_depth_clamp.

This currently doesn't include fixing up the cliptests in the assembly
paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.
22 files changed:
src/mesa/drivers/dri/swrast/swrast.c
src/mesa/drivers/x11/xm_api.c
src/mesa/glapi/ARB_depth_clamp.xml [new file with mode: 0644]
src/mesa/glapi/Makefile
src/mesa/glapi/gl_API.xml
src/mesa/main/attrib.c
src/mesa/main/enable.c
src/mesa/main/extensions.c
src/mesa/main/get_gen.py
src/mesa/main/mtypes.h
src/mesa/math/m_clip_tmp.h
src/mesa/math/m_debug_clip.c
src/mesa/math/m_xform.h
src/mesa/sparc/clip.S
src/mesa/sparc/sparc.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_depth.h
src/mesa/swrast/s_span.c
src/mesa/tnl/t_rasterpos.c
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/x86/x86_xform.c