Re: [Mesa-dev] [PATCH 4/4] mesa: Add support for NV_depth_buffer_float.

2014-09-15 Thread Roland Scheidegger
Am 14.09.2014 16:07, schrieb mathias.froehl...@gmx.net: > From: Mathias Fröhlich > > This is mostly support for the unclamped versions of > glDepthRangedNV, glClearDepthdNV and glDepthBoundsdNV. > Note that OpenGL 4.2 introduced that the traditonal > glDepthRange functions may no longer clamp to

[Mesa-dev] [PATCH 4/4] mesa: Add support for NV_depth_buffer_float.

2014-09-14 Thread Mathias . Froehlich
From: Mathias Fröhlich This is mostly support for the unclamped versions of glDepthRangedNV, glClearDepthdNV and glDepthBoundsdNV. Note that OpenGL 4.2 introduced that the traditonal glDepthRange functions may no longer clamp to [0, 1], but OpenGL 4.3 already revoked this behavior to clamp the ar