[Mesa-dev] [PATCH 0/6] egl: Drop non-c99 keywords - INLINE, __FUNCTION__
Emil Velikov
emil.l.velikov at gmail.com
Sat Feb 28 09:48:44 PST 2015
Here is to another round of cleanups :-)
Namely we drop the use and definition of INLINE, __FUNCTION__ and use
their c99 brothers.
Patch 3 hides the internal _egl* symbols, which is no longer needed
since we disabled st/egl. We might want to have this patch in 10.5 but
I won't push on it.
With the last two patches we directly include stdint.h where needed and
drop the workaround/typecasts for non c99 compilers.
Note: I did not notice any regression with the series for both automake
and scons, yet the latter build of libEGL is broken * for me on master.
* Library has unresolved/undefined symbols.
Any additional testing would be appreciated. Series can be found in
branch egl-c99-cleanup at https://github.com/evelikov/Mesa/
Cheers,
Emil
More information about the mesa-dev
mailing list