summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcompiler.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+8
* egl/main: remove no-longer needed definition of stdint typesEmil Velikov2015-03-051-32/+0
* egl/main: drop the declaration of PUBLIC keyword.Emil Velikov2015-03-051-14/+0
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-051-8/+0
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-7/+1
* egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca2014-05-021-1/+2
* egl: Add STATIC_ASSERT() macroChad Versace2014-03-171-0/+5
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-38/+6
* Remove OpenVMS supportMatt Turner2012-11-161-3/+1
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-19/+22
* egl: add copyright noticesChia-I Wu2011-07-021-0/+29
* Define PUBLIC to dllexport on MSVC.Chia-I Wu2010-05-311-4/+8
* Always define int32_t in compiler headers.Chia-I Wu2010-05-311-3/+1
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-3/+2
* Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.hAlan Coopersmith2010-01-201-0/+18
* Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-191-1/+2
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-0/+10
* egl: Silence warnings on x86-64.Chia-Wu2009-07-311-0/+33
* egl: Add eglcompiler.h for compiler features.Chia-I Wu2009-07-171-0/+31