Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Kenneth Graunke
On 11/20/2013 10:36 PM, Tapani Pälli wrote: > On 11/21/2013 12:04 AM, Kenneth Graunke wrote: >> On 11/20/2013 09:45 AM, Ian Romanick wrote: >>> On 11/20/2013 09:08 AM, Kenneth Graunke wrote: On 11/20/2013 03:27 AM, Tapani Pälli wrote: > Earlier comments suggest this was removed from GL cor

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Tapani Pälli
On 11/21/2013 12:04 AM, Kenneth Graunke wrote: On 11/20/2013 09:45 AM, Ian Romanick wrote: On 11/20/2013 09:08 AM, Kenneth Graunke wrote: On 11/20/2013 03:27 AM, Tapani Pälli wrote: Earlier comments suggest this was removed from GL core spec but it is still there. Enabling makes 'texture_lod_b

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Roland Scheidegger
On 11/20/2013 10:04 PM, Kenneth Graunke wrote: On 11/20/2013 09:45 AM, Ian Romanick wrote: On 11/20/2013 09:08 AM, Kenneth Graunke wrote: On 11/20/2013 03:27 AM, Tapani Pälli wrote: Earlier comments suggest this was removed from GL core spec but it is still there. Enabling makes 'texture_lod_b

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Kenneth Graunke
On 11/20/2013 09:45 AM, Ian Romanick wrote: > On 11/20/2013 09:08 AM, Kenneth Graunke wrote: >> On 11/20/2013 03:27 AM, Tapani Pälli wrote: >>> Earlier comments suggest this was removed from GL core spec but it is >>> still there. Enabling makes 'texture_lod_bias_getter' Khronos >>> conformance tes

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Ian Romanick
On 11/20/2013 09:08 AM, Kenneth Graunke wrote: > On 11/20/2013 03:27 AM, Tapani Pälli wrote: >> 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

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Kenneth Graunke
On 11/20/2013 03:27 AM, Tapani Pälli wrote: > 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

[Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get v2

2013-11-20 Thread Tapani Pälli
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" Reviewed-by

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get

2013-11-19 Thread Ian Romanick
On 11/19/2013 01:05 AM, Tapani Pälli wrote: > 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. D'oh! > Sign

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get

2013-11-19 Thread Eric Anholt
Eric Anholt writes: > Tapani Pälli writes: > >> 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. > > Lo

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get

2013-11-19 Thread Eric Anholt
Tapani Pälli writes: > 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. Looks to me like this makes things

Re: [Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get

2013-11-19 Thread Kenneth Graunke
On 11/19/2013 01:05 AM, Tapani Pälli wrote: > 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. > > Signed-of

[Mesa-dev] [PATCH] mesa: enable GL_TEXTURE_LOD_BIAS set/get

2013-11-19 Thread Tapani Pälli
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. Signed-off-by: Tapani Pälli --- src/mesa/main/texparam.c | 15 +