[Mesa-dev] Newbie task to get started
Jakob Sinclair
sinclair.jakob at openmailbox.org
Mon Apr 11 17:13:42 UTC 2016
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? So far only the softpipe driver and the i965
driver are marked done.
--
Jakob
More information about the mesa-dev
mailing list