[Mesa-dev] [PATCH 12/15] gallium: remove st_api::get_proc_address hook

Brian Paul brianp at vmware.com
Thu Jun 9 23:27:03 UTC 2016


On 06/09/2016 05:10 PM, Emil Velikov wrote:
> On 7 June 2016 at 17:33, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>> From: Emil Velikov <emil.velikov at collabora.com>
>>
>> It has been unused for a long time, plus makes the gallium dri modules
>> require an extra glapi symbol relative to their classic counterparts.
>>
>> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
>> ---
>> We can keep the hook, if other (non-public) state-trackers need/use it.
>>
> Thanks for the C99 initializer & MSVC confirmation Brian. Any chance
> you can check if you guys need the hook or we can nuke it ?

Looks fine to remove here.

We call _glapi_get_proc_address() directly from the wgl state tracker 
rather than going through the st_api method.

-Brian




More information about the mesa-dev mailing list