On Wed, Aug 7, 2013 at 12:00 AM, Jakob Bornecrantz <[email protected]>wrote:

> On Tue, Aug 6, 2013 at 9:21 PM, Chad Versace <[email protected]
> > wrote:
>
>> libEGL was incorrectly exporting *all* symbols, public and private.
>> This patch adds -fvisibility=hidden to libEGL's linker flags to ensure
>> that only symbols annotated with __attribute__((visibility("default")))
>> get exported.
>>
>> Sanity-checked on X11/EGL with Piglit, and on Wayland by running
>> weston-gears.
>>
>
> You need to test this patch on a non-inbuilt driver, egl_gallium or
> egl_glx,
> none of which require you to have any hardware. Or force egl_dri2 to not
> be built in.
>

Do that and you have my
Reviewed-by: Jakob Bornecrantz <[email protected]>

Cheers, Jakob.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to