[Mesa-dev] [PATCH] mesa: update gl_HelperInvocation support status in docs
Matt Turner
mattst88 at gmail.com
Wed Dec 16 20:29:33 PST 2015
On Wed, Dec 16, 2015 at 8:27 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Wed, Dec 16, 2015 at 11:24 PM, Matt Turner <mattst88 at gmail.com> wrote:
>> On Tue, Dec 15, 2015 at 10:42 PM, Tapani Pälli <tapani.palli at intel.com> wrote:
>>> Was enabled for i965 and nvc0 by following commits:
>>>
>>> c875e3cdd21811ad6669160d59fa39a4526ef872
>>> 39f51ec96f00f601b9c4d4e321dacb3af9dc866f
>>>
>>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
>>> ---
>>> docs/GL3.txt | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/docs/GL3.txt b/docs/GL3.txt
>>> index 5ec3613..5444a08 100644
>>> --- a/docs/GL3.txt
>>> +++ b/docs/GL3.txt
>>> @@ -233,7 +233,7 @@ GLES3.1, GLSL ES 3.1
>>> glMemoryBarrierByRegion DONE
>>> glGetTexLevelParameter[fi]v - needs updates DONE
>>> glGetBooleani_v - restrict to GLES enums
>>> - gl_HelperInvocation support
>>> + gl_HelperInvocation support DONE (i965, nvc0)
>>
>> Thanks!
>>
>> I think at least r600g as well. (Glenn wrote the piglit test, so... :)
>>
>> Not worth a "review", so
>>
>> Acked-by: Matt Turner <mattst88 at gmail.com>
>>
>> If you want, you can add this to GL 4.5 as well, since it's part of
>> that version.
>
> Actually it's part of GL_ARB_ES3_1_compatibility (which in turn is
> part of GL 4.5).
Oh! That makes sense. Thanks!
Leaving it out of the GL 4.5 section is appropriate then.
More information about the mesa-dev
mailing list