Jason Ekstrand <ja...@jlekstrand.net> writes:

> On Tue, Jul 21, 2015 at 9:38 AM, Francisco Jerez <curroje...@riseup.net> 
> wrote:
>> Reviewed-by: Paul Berry <stereotype...@gmail.com>
>
> I'm sure that Paul still thinks this patch does what the commit
> message says.  However, does the r-b really still apply to the rest of
> it?
>
To the rest of the series?  Seems unlikely :), but it surely still
applies to the single line of code this patch adds in isolation.  I
guess I could drop it but I was thinking that it would be nice give him
some credit on at least a couple of ARB_shader_image_load_store patches
after the effort he put into reviewing my original series over a year
ago.

>> ---
>>  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 6b3bd12..5a5e308 100644
>> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
>> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
>> @@ -324,6 +324,7 @@ intelInitExtensions(struct gl_context *ctx)
>>        ctx->Extensions.ARB_framebuffer_no_attachments = true;
>>        ctx->Extensions.ARB_gpu_shader5 = true;
>>        ctx->Extensions.ARB_shader_atomic_counters = true;
>> +      ctx->Extensions.ARB_shader_image_load_store = true;
>>        ctx->Extensions.ARB_texture_compression_bptc = true;
>>        ctx->Extensions.ARB_texture_view = true;
>>
>> --
>> 2.4.3
>>
>> _______________________________________________
>> mesa-dev mailing list
>> mesa-dev@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to