Re: [Mesa-dev] [PATCH 0/9] Enable GL_ARB_shader_atomic_counter_ops on i965

2017-03-08 Thread Matt Turner
On Sun, Mar 5, 2017 at 1:35 PM, Matt Turner  wrote:
> On Thu, Sep 1, 2016 at 11:12 AM, Ian Romanick  wrote:
>> On 09/01/2016 11:10 AM, Ian Romanick wrote:
>>> This is the updated series to enable GL_ARB_shader_atomic_counter_ops on
>>> i965.  Really only the first part of the series has changed.  At Curro's
>>> suggestion, I added an enum to specify which intrinsic an intrinsic is.
>>> The string name is still tracked because it is used for look-ups and for
>>> printing.  The original series cut about 768 bytes of text, but this new
>>> series cuts 1032 bytes.
>>>
>>> I have also applied the same changes to st_glsl_to_tgsi.cpp.  The
>>> changes were pretty straight forward, so they should be correct.
>>> However, I have only verified that it builds.
>>
>> Also available at
>> https://cgit.freedesktop.org/~idr/mesa/log/?h=ARB_shader_atomic_counter_ops-i965-v2
>
> I realized we never landed this, so I went to rebase the branch, but
> this doesn't exit in your repo.

Not sure how I got this mixed up, but we landed all of
ARB_shader_atomic_counter_ops for Gen7+ in commit
40dd45d0c6aa4a9d727c09225967e9c3b1f45854.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH 0/9] Enable GL_ARB_shader_atomic_counter_ops on i965

2017-03-05 Thread Matt Turner
On Thu, Sep 1, 2016 at 11:12 AM, Ian Romanick  wrote:
> On 09/01/2016 11:10 AM, Ian Romanick wrote:
>> This is the updated series to enable GL_ARB_shader_atomic_counter_ops on
>> i965.  Really only the first part of the series has changed.  At Curro's
>> suggestion, I added an enum to specify which intrinsic an intrinsic is.
>> The string name is still tracked because it is used for look-ups and for
>> printing.  The original series cut about 768 bytes of text, but this new
>> series cuts 1032 bytes.
>>
>> I have also applied the same changes to st_glsl_to_tgsi.cpp.  The
>> changes were pretty straight forward, so they should be correct.
>> However, I have only verified that it builds.
>
> Also available at
> https://cgit.freedesktop.org/~idr/mesa/log/?h=ARB_shader_atomic_counter_ops-i965-v2

I realized we never landed this, so I went to rebase the branch, but
this doesn't exit in your repo.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH 0/9] Enable GL_ARB_shader_atomic_counter_ops on i965

2016-09-01 Thread Ilia Mirkin
On Thu, Sep 1, 2016 at 2:10 PM, Ian Romanick  wrote:
> I have also applied the same changes to st_glsl_to_tgsi.cpp.  The
> changes were pretty straight forward, so they should be correct.
> However, I have only verified that it builds.

Note that all those extensions are enabled on softpipe (but not
llvmpipe), so you can do some directed testing yourself if you're
so-inclined. Run with

LIBGL_ALWAYS_SOFTWARE=1 GALLIUM_DRIVER=softpipe

  -ilia
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH 0/9] Enable GL_ARB_shader_atomic_counter_ops on i965

2016-09-01 Thread Ian Romanick
On 09/01/2016 11:10 AM, Ian Romanick wrote:
> This is the updated series to enable GL_ARB_shader_atomic_counter_ops on
> i965.  Really only the first part of the series has changed.  At Curro's
> suggestion, I added an enum to specify which intrinsic an intrinsic is.
> The string name is still tracked because it is used for look-ups and for
> printing.  The original series cut about 768 bytes of text, but this new
> series cuts 1032 bytes.
> 
> I have also applied the same changes to st_glsl_to_tgsi.cpp.  The
> changes were pretty straight forward, so they should be correct.
> However, I have only verified that it builds.

Also available at
https://cgit.freedesktop.org/~idr/mesa/log/?h=ARB_shader_atomic_counter_ops-i965-v2

 ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev