On Fri, May 15, 2015 at 12:33 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote:
>> diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h
>> index e90959a..2430033 100644
>> --- a/src/egl/main/egltypedefs.h
>> +++ b/src/egl/main/egltypedefs.h
>> @@ -35,6 +35,8 @@
>>
>>  #include <EGL/egl.h>
>>  #include <EGL/eglext.h>
>> +#include <EGL/eglextchromium.h>
>> +#include <EGL/eglmesaext.h>
>>
> If my memory recalls correctly there was a discussion that
> additional/third party extension headers should be included from within
> eglext.h. Although I'm struggling to find the quote plus was never a fan
> of it.
>
> This will require that we check all possible users of the remaining
> mesa/chromium extensions and update them :\

Yeah, the egl-nok-swap-region piglit test fails to compile. Should I
fix the test or include eglmesaext.h in eglext.h?

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to