[Mesa-dev] Newbie task to get started

Nicolai Hähnle nhaehnle at gmail.com
Mon Apr 11 17:47:29 UTC 2016



On 11.04.2016 12:13, Jakob Sinclair wrote:
> On 2016-04-11 17:25, Ilia Mirkin wrote:
>> On Mon, Apr 11, 2016 at 11:18 AM, Jakob Sinclair
>> <sinclair.jakob at openmailbox.org> wrote:
>>>
>>> Thanks for the tips! I have been looking at the
>>> ARB_shader_image_load_store
>>> and ARB_shader_image size extensions for GL ES 3.1 and noticed that the
>>> radeonsi drivers does not support them even though the driver
>>> supports the
>>> extensions in the core profile. From what I can tell all supported
>>> functions
>>> are already in the driver. What needs to be added to the driver to gain
>>> support for the extensions in a GL ES 3.1 context?
>>
>> Nothing. They aren't extensions in GL ES 3.1, but rather core
>> features. Have you tested them and found that something was
>> unsupported through GL ES 3.1 entrypoints?
>>
>>   -ilia
>
> I haven't tested them but if they are done shouldn't they be marked done
> in the GL3.txt document?

Yeah, they really should. I put that in my SSBO series, but that has 
been held up for a while on the LLVM side for somewhat silly reasons. 
I'm going to commit a change now to reduce further confusion about this.

Cheers,
Nicolai


More information about the mesa-dev mailing list