[Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

Marek Olšák maraeo at gmail.com
Sat May 16 09:15:25 PDT 2015


On Fri, May 15, 2015 at 12:33 AM, Emil Velikov <emil.l.velikov at 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


More information about the mesa-dev mailing list