[Mesa-dev] [PATCH] i965: enable EXT_render_snorm

Tapani Pälli tapani.palli at intel.com
Wed Aug 22 13:28:08 UTC 2018



On 22.08.2018 15:20, Andres Gomez wrote:
> Tapani, this is causing some new regressions in OpenGLES CTS:
> https://bugs.freedesktop.org/show_bug.cgi?id=107658

OK will check, I did not realize CTS had some more tests on this than dEQP.

> 
> On Thu, 2018-08-02 at 14:14 +0300, Tapani Pälli wrote:
>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
>> ---
>>   src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c
>> index 2e28445ae3..f1c3aeff13 100644
>> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
>> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
>> @@ -103,6 +103,7 @@ intelInitExtensions(struct gl_context *ctx)
>>      ctx->Extensions.EXT_pixel_buffer_object = true;
>>      ctx->Extensions.EXT_point_parameters = true;
>>      ctx->Extensions.EXT_provoking_vertex = true;
>> +   ctx->Extensions.EXT_render_snorm = true;
>>      ctx->Extensions.EXT_stencil_two_side = true;
>>      ctx->Extensions.EXT_texture_array = true;
>>      ctx->Extensions.EXT_texture_env_dot3 = true;


More information about the mesa-dev mailing list