[Mesa-dev] [PATCH 20/20] i965: Expose ARB_shader_image_load_store.

Francisco Jerez currojerez at riseup.net
Thu Jul 23 04:52:07 PDT 2015


Jason Ekstrand <jason at jlekstrand.net> writes:

> On Tue, Jul 21, 2015 at 9:38 AM, Francisco Jerez <currojerez at riseup.net> wrote:
>> Reviewed-by: Paul Berry <stereotype441 at 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 at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150723/2eeeee0a/attachment.sig>


More information about the mesa-dev mailing list