mesa: Add support for glDepthRangef and glClearDepthf.
authorEric Anholt <eric@anholt.net>
Fri, 14 Jan 2011 23:53:38 +0000 (15:53 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 15 Jan 2011 00:55:35 +0000 (16:55 -0800)
commite12c4faf7ef1246fd7c3a9d9dc30130a6675c3b4
treecf19ed4b0bed973648a0d17f8efd1f59d764a94d
parent25beab10cd39a400a0a6d2495cf814d22f346e81
mesa: Add support for glDepthRangef and glClearDepthf.

These are ARB_ES2_compatibility float variants of the core double
entrypoints.  Fixes arb_es2_compatibility-depthrangef.
src/mesa/main/api_exec.c
src/mesa/main/depth.c
src/mesa/main/depth.h
src/mesa/main/viewport.c
src/mesa/main/viewport.h