mesa: enable GL_TEXTURE_LOD_BIAS set/get
authorTapani Pälli <tapani.palli@intel.com>
Wed, 20 Nov 2013 11:27:10 +0000 (13:27 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Thu, 21 Nov 2013 10:49:18 +0000 (12:49 +0200)
commit7e61b44dcd6175579f60d8ff2f703a6c83e33d27
treedd840fefbe84bbda6855176e1ff56ebd80fdb3dc
parentecb37a6e77f34d9c082fc38a36798a42c851d952
mesa: enable GL_TEXTURE_LOD_BIAS set/get

Earlier comments suggest this was removed from GL core spec but it is
still there. Enabling makes 'texture_lod_bias_getter' Khronos
conformance tests pass, also removes some errors from Metro Last Light
game which is using this API.

v2: leave NOTE comment (Ian)

Cc: "9.0 9.1 9.2 10.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/texparam.c