History log of /external/mesa3d/src/egl/main/eglcompiler.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1cf808c86e7e88b173a5ca0ec6fef562ecae16b3 07-Sep-2011 José Fonseca <jfonseca@vmware.com> Define INLINE macro in terms of inline.
/external/mesa3d/src/egl/main/eglcompiler.h
f2001df508fda599a18b3586d2775e970a3db13a 02-Jul-2011 Chia-I Wu <olv@lunarg.com> egl: add copyright notices

The list of copyright holders could be incomplete. Please update
directly or notify me if your name is missing.
/external/mesa3d/src/egl/main/eglcompiler.h
ba26631d0d936523c7a8f002cf469e569aa6d7a3 31-May-2010 Chia-I Wu <olv@lunarg.com> Define PUBLIC to dllexport on MSVC.

Define PUBLIC to __declspec(dllexport) when _MVC_VER is defined.
/external/mesa3d/src/egl/main/eglcompiler.h
d2cb99904578b263396752975d60c8d7e2eac14b 31-May-2010 Chia-I Wu <olv@lunarg.com> Always define int32_t in compiler headers.

eglplatform.h no longer defines int32_t.
/external/mesa3d/src/egl/main/eglcompiler.h
016fc30839f0fb67bb37d4a7353a7e38749deab5 04-Mar-2010 Ian Romanick <ian.d.romanick@intel.com> Remove support for GCC older than 3.3.0

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/egl/main/eglcompiler.h
506e27b9724e7f11350fc2454d263bea2df8ea39 20-Jan-2010 Alan Coopersmith <alan.coopersmith@sun.com> Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/egl/main/eglcompiler.h
a7aaf052f935cb51b7b616a7a764c57fc01b2821 17-Jan-2010 Alan Coopersmith <alan.coopersmith@sun.com> Sun compilers now support some gcc __attribute__ values

Sun cc 5.9 and later (__SUNPRO_C >= 0x590) support __attribute__ calls
for aligned, always_inline, noinline, pure, const, and malloc.

This commit includes updates to files that were regenerated by gl_XML.py
after adding the __SUNPRO_C checks to it

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/egl/main/eglcompiler.h
897cb8950ae14ffe7029b1daf16113ff62ce0dfe 05-Jan-2010 Chia-I Wu <olvaffe@gmail.com> egl: Fix breakage from -fvisibility=hidden.

Mark EGL API and driver functions as PUBLIC.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/eglcompiler.h
dc516d6e2afe7f157dbe5aad1288e5624b27e093 31-Jul-2009 Chia-Wu <olvaffe@gmail.com> egl: Silence warnings on x86-64.

Casting an unsigned int to or from a pointer directly gives warnings on
x86-64. Add wrappers to silence the warnings.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/eglcompiler.h
8e92ec9fdd58bdfcdef65a995988974d3266b9ad 17-Jul-2009 Chia-I Wu <olvaffe@gmail.com> egl: Add eglcompiler.h for compiler features.

Only INLINE (from mesa/main/compiler.h) is defined now. It may be used
to deal with symbol visibility and int/pointer conversion in the future.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/egl/main/eglcompiler.h