History log of /external/mesa3d/include/EGL/eglplatform.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b7acfe7755a316910f883aeb05d834e1f3f7bd93 15-Dec-2011 Chia-I Wu <olv@lunarg.com> egl: update headers

Update to revision 15052.

EGL_MESA_drm_image is now official. But apparently we have our own extension
to it and we need this in eglmesaext.h:

#ifdef EGL_MESA_drm_image
/* Mesa's extension to EGL_MESA_drm_image... */
#ifndef EGL_DRM_BUFFER_USE_CURSOR_MESA
#define EGL_DRM_BUFFER_USE_CURSOR_MESA 0x0004
#endif
#endif

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/include/EGL/eglplatform.h
b0945c14dff96eb894c4a8b52a4c1374a05e2f6c 11-Oct-2010 Chia-I Wu <olv@lunarg.com> egl: add _EGL_PLATFORM_ANDROID

This is Android Gingerbread platform.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/include/EGL/eglplatform.h
eddcecbf74da26716509c047b95e85b00c12bab4 26-May-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> Add gbm (generic/graphics buffer manager)
/external/mesa3d/include/EGL/eglplatform.h
c0f8c9911c82c576cdd82dabad4a2370ac53565c 14-Apr-2011 Kristian Høgsberg <krh@bitplanet.net> wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display
/external/mesa3d/include/EGL/eglplatform.h
04c5cc5b8bec1f34f2405b08fd0d9ed6bd70ea61 09-Feb-2011 Kristian Høgsberg <krh@bitplanet.net> eglplatform.h: Define Wayland native platform types

This is conditional on WL_EGL_PLATFORM being #defined, so application
must make sure to include wayland-egl.h before including any egl header.
/external/mesa3d/include/EGL/eglplatform.h
985c2fca10b9338ef894cf8d34877dfbe7468e6e 18-Jun-2010 Chia-I Wu <olv@lunarg.com> egl: Add a test for MESA_EGL_NO_X11_HEADERS.

When the macro is defined, X11 headers will not be included.
/external/mesa3d/include/EGL/eglplatform.h
8a985a988be8146b716e39a866daf74928e5c8ac 05-Feb-2010 Alan Coopersmith <alan.coopersmith@sun.com> eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
/external/mesa3d/include/EGL/eglplatform.h
95f8f75ad8bdb1d8e1cc16ea91fed8c407c36abd 15-Aug-2009 Chia-I Wu <olvaffe@gmail.com> egl: Update headers.

Update to the current versions found at
http://www.khronos.org/registry/egl/. There is one modification in
khrplatform.h for GCC visibility.
/external/mesa3d/include/EGL/eglplatform.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/include/EGL/eglplatform.h
18bdb6e712d43632dcd2e73cea68e0b2953fe62e 08-Sep-2009 Brian Paul <brianp@vmware.com> egl: also use X types for building on Apple/MacOS X

See bug 20413.
/external/mesa3d/include/EGL/eglplatform.h
33fa6a27557171e8368d96ebf8e61aad283538b1 25-Mar-2009 Brian Paul <brianp@vmware.com> egl: include stdint.h to get the c99 integer typedefs

Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58
/external/mesa3d/include/EGL/eglplatform.h
2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 24-Mar-2009 Alan Coopersmith <alan.coopersmith@sun.com> Add Solaris to OS'es using X in eglplatform.h

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
/external/mesa3d/include/EGL/eglplatform.h
6dd9c221012d5e091b2ede90d9b2a6f0383abd58 24-Mar-2009 Alan Coopersmith <alan.coopersmith@sun.com> Convert u_int*_t to C99 standard uint*_t

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
/external/mesa3d/include/EGL/eglplatform.h
161307f17889aed10a81935dd38f6ceeb2097109 25-Feb-2009 Benjamin Close <Benjamin.Close@clearchain.com> egl: Allow compilation to succeed with FreeBSD

Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
/external/mesa3d/include/EGL/eglplatform.h
b908ce93d4280e5fd3a3b14f54b42bb2040a3742 07-Aug-2008 Jonathan White <jwhite@tungstengraphics.com> egl: define vsnprintf
/external/mesa3d/include/EGL/eglplatform.h
240962faf729dbd572d0a4668c66d155b931a11d 06-Aug-2008 Jonathan White <jwhite@tungstengraphics.com> egl: added snprintf, strcasecmp defines
/external/mesa3d/include/EGL/eglplatform.h
b51584184a8062bf0f0f442ef6029a220ce3f153 05-Aug-2008 Jonathan White <jwhite@tungstengraphics.com> egl: typedef uint8_t for Windows
/external/mesa3d/include/EGL/eglplatform.h
73c3c4d1cc9b6d01cc5e75ceac9c482e4c6f192a 05-Aug-2008 Jonathan White <jwhite@tungstengraphics.com> egl: typedef u_int32_t for Windows
/external/mesa3d/include/EGL/eglplatform.h
0f9a1e43bce9bfa7a9cba2d7008fcec2890db02a 28-Jun-2008 José Fonseca <jrfonseca@tungstengraphics.com> egl: WinCE doesn't have sys/types.h
/external/mesa3d/include/EGL/eglplatform.h
adaf0385e8e453bfdc1ab7d7059bfba5ce13a4c1 06-Jun-2008 Jonathan White <jwhite@tungstengraphics.com> egl: updated EGLAPI for Windows
/external/mesa3d/include/EGL/eglplatform.h
fe1a2d1fffe69018e30158ee21ed9842384fd233 05-Jun-2008 Jonathan White <jwhite@tungstengraphics.com> egl: assorted fixes for Windows

Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
/external/mesa3d/include/EGL/eglplatform.h
57da567dc547a5fcbec5cca02dc13242d6f8386f 27-May-2008 Brian Paul <brian.paul@tungstengraphics.com> added typedefs for X/Mesa
/external/mesa3d/include/EGL/eglplatform.h
704a5c7efbb6f41eb8dbe01e4f5a9275c1843699 27-May-2008 Brian Paul <brian.paul@tungstengraphics.com> new eglplatform.h from Khronos.org (replaces GLES/egltypes.h)
/external/mesa3d/include/EGL/eglplatform.h