On 7 May 2017 at 20:32, Matteo Bruni mbruni@codeweavers.com wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
glTexEnvf(..., GL_TEXTURE_LOD_BIAS, ...) is not available in core profile. Just disable the extension for now.
Is the extension advertised on core profiles then?
2017-05-08 14:39 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
On 7 May 2017 at 20:32, Matteo Bruni mbruni@codeweavers.com wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
glTexEnvf(..., GL_TEXTURE_LOD_BIAS, ...) is not available in core profile. Just disable the extension for now.
Is the extension advertised on core profiles then?
Yes, the Nvidia blob does that.
On 8 May 2017 at 15:30, Matteo Bruni matteo.mystral@gmail.com wrote:
2017-05-08 14:39 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
On 7 May 2017 at 20:32, Matteo Bruni mbruni@codeweavers.com wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
glTexEnvf(..., GL_TEXTURE_LOD_BIAS, ...) is not available in core profile. Just disable the extension for now.
Is the extension advertised on core profiles then?
Yes, the Nvidia blob does that.
Aren't those compatibility contexts?
2017-05-08 15:36 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
On 8 May 2017 at 15:30, Matteo Bruni matteo.mystral@gmail.com wrote:
2017-05-08 14:39 GMT+02:00 Henri Verbeet hverbeet@gmail.com:
On 7 May 2017 at 20:32, Matteo Bruni mbruni@codeweavers.com wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
glTexEnvf(..., GL_TEXTURE_LOD_BIAS, ...) is not available in core profile. Just disable the extension for now.
Is the extension advertised on core profiles then?
Yes, the Nvidia blob does that.
Aren't those compatibility contexts?
The extension is reported even when setting MaxVersionGL to >= 0x00030002 (which means core context, core is the default for WGL_CONTEXT_PROFILE_MASK_ARB).