summaryrefslogtreecommitdiff
path: root/include/EGL/eglplatform.h
AgeCommit message (Collapse)Author
2011-03-16android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu
2011-02-09eglplatform.h: Define Wayland native platform typesKristian Høgsberg
This is conditional on WL_EGL_PLATFORM being #defined, so application must make sure to include wayland-egl.h before including any egl header.
2010-06-23egl: Add a test for MESA_EGL_NO_X11_HEADERS.Chia-I Wu
When the macro is defined, X11 headers will not be included.
2010-02-05eglplatform.h: recognize __unix as well for Solaris & other SVR4 platformsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-25egl: Update headers.Chia-I Wu
Update to the current versions found at http://www.khronos.org/registry/egl/. There is one modification in khrplatform.h for GCC visibility.
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu
Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-09-08egl: also use X types for building on Apple/MacOS XBrian Paul
See bug 20413.
2009-03-25egl: include stdint.h to get the c99 integer typedefsBrian Paul
Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58
2009-03-25Add Solaris to OS'es using X in eglplatform.hAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-03-25Convert u_int*_t to C99 standard uint*_tAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-25egl: Allow compilation to succeed with FreeBSDBenjamin Close
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
2008-08-06egl: define vsnprintfJonathan White
2008-08-05egl: added snprintf, strcasecmp definesJonathan White
2008-08-05egl: typedef uint8_t for WindowsJonathan White
2008-08-04egl: typedef u_int32_t for WindowsJonathan White
2008-06-28egl: WinCE doesn't have sys/types.hJosé Fonseca
2008-06-06egl: updated EGLAPI for WindowsJonathan White
2008-06-05egl: assorted fixes for WindowsJonathan White
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
2008-05-27added typedefs for X/MesaBrian Paul
2008-05-27new eglplatform.h from Khronos.org (replaces GLES/egltypes.h)Brian Paul