[Mesa-dev] [PATCH 10/11] mesa: expose EXT_texture_buffer_object

Emil Velikov emil.l.velikov at gmail.com
Wed Aug 8 16:17:34 UTC 2018


On 8 August 2018 at 12:04, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 8 August 2018 at 06:42, Marek Olšák <maraeo at gmail.com> wrote:
>> From: Marek Olšák <marek.olsak at amd.com>
>>
>> This is needed for exposing the samplerBuffer functions under
>> EXT_gpu_shader4.
>>
>> glTexBufferEXT is defined in glapi, but "make check" fails.
>> What am I doing wrong?
> There should be one in src/mapi/glapi/gen/
> One of these days we should stop rolling our own and use the canonical
> registry/gl.xlm
>
> Until then, make a separate xml file - see for example
> a0d6732182ee62834993187e8cbd84fa4e03d786
>
To elaborate a bit:

Here you're adding the desktop GL extension EXT_texture_buffer_object.
Where currently we have only the ES one EXT_texture_buffer in
es_EXT.xml.
Hence the aliasing you have in there will be applicable only for GLES,
and for said extension.

That is, unless I'm completely loosing my marbles ;-)

HTH
Emil


More information about the mesa-dev mailing list