History log of /external/mesa3d/src/egl/main/egltypedefs.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/egltypedefs.h
713c8734f45b51b3758ecc95b96cf7b5aecacec8 22-Oct-2010 Chia-I Wu <olv@lunarg.com> egl: Move attributes in _EGLImage to _EGLImageAttribs.

The opaque nature of EGLImage implies that extensions almost always
define their own attributes. Move attributes in _EGLImage to
_EGLImageAttribs and add a helper function to parse attribute lists.
/external/mesa3d/src/egl/main/egltypedefs.h
4eebea74a81ec5fbacf2347ea88cac137ddd4d69 14-Aug-2010 Chia-I Wu <olv@lunarg.com> egl: Add support for EGL_KHR_reusable_sync.

Individual drivers still need to support and enable the extension.
/external/mesa3d/src/egl/main/egltypedefs.h
106466783f986f532d3ee7af3a70f693c610ea04 30-Jun-2010 Chia-I Wu <olv@lunarg.com> egl: Add dynamic array.

Dynamic arrays will be used to store configs and screens of a display.
/external/mesa3d/src/egl/main/egltypedefs.h
496724b869d4258a64e8343d3ae66d08bfb19f7b 19-Feb-2010 Chia-I Wu <olv@lunarg.com> egl: Silence warnings when compiled with -pedantic.

Just follow gcc's advices here.
/external/mesa3d/src/egl/main/egltypedefs.h
94cb321b5d246185abf71d89968d472a626f1a23 29-Jan-2010 Chia-I Wu <olvaffe@gmail.com> egl: Clean up header inclusions.

Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h.
/external/mesa3d/src/egl/main/egltypedefs.h
a1c4a8a3c855d52fbfef10023b9a8f116e163a97 15-Aug-2009 Chia-I Wu <olvaffe@gmail.com> egl: Add support for EGL_KHR_image.

Individual drivers still need to implement the API hooks.
/external/mesa3d/src/egl/main/egltypedefs.h
7abf42626fe8552cf898652134f3767e591614ab 24-Jan-2010 Chia-I Wu <olvaffe@gmail.com> egl: Add _EGLResource and _EGLResourceType.

Resources are objects managed by a display. They can be linked to or
unlinked from a display. It is also possible to check if a resource is
valid.
/external/mesa3d/src/egl/main/egltypedefs.h
5a2c9372a0d9fa1efd924f9386a4e3df47c17d0e 13-Aug-2009 Chia-I Wu <olvaffe@gmail.com> egl: Some per-driver data should be per-display.

Move some fields of _EGLDriver to _EGLDisplay. It also becomes
unnecessary to pass _EGLDisplay to drivers when _eglMain is called.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/egltypedefs.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/egltypedefs.h
19ca6ce573b409346a397453e7d4fa43a0f98368 04-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> egl: updated include paths (s/GLES/EGL/)
/external/mesa3d/src/egl/main/egltypedefs.h
e3805cad0d15ed25ce8f6c5a1f1ea913e5d0986a 30-May-2008 Brian Paul <brian.paul@tungstengraphics.com> egl: new eglGetProcAddress() code

The idea is to pass the call down to the device driver where an API-specific
query can be made. Untested.
/external/mesa3d/src/egl/main/egltypedefs.h
0c8908c411c434eda318b41b4f2a370a1e794831 28-May-2008 Brian Paul <brian.paul@tungstengraphics.com> egl: added args string to _eglMain()
/external/mesa3d/src/egl/main/egltypedefs.h
1ed1027e886980b9b0f48fa6bfcf3d6e209c7787 27-May-2008 Brian Paul <brian.paul@tungstengraphics.com> assorted changes to compile with new EGL 1.4 headers (untested)
/external/mesa3d/src/egl/main/egltypedefs.h
48822796339cb4a55714dc3f1abbe379562ec538 10-Dec-2005 Brian Paul <brian.paul@tungstengraphics.com> Some initial per-thread support.
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA.
/external/mesa3d/src/egl/main/egltypedefs.h
58f45fa44deeb0277154a2f193d33824bb4c1c85 29-Nov-2005 Brian Paul <brian.paul@tungstengraphics.com> added _EGLExtensions typedef
/external/mesa3d/src/egl/main/egltypedefs.h
daf585d0f00df1d4d2e8dc5b465dad60a4bf0122 24-Nov-2005 Brian Paul <brian.paul@tungstengraphics.com> Move all the EGL API function pointers into a new _egl_api struct.
/external/mesa3d/src/egl/main/egltypedefs.h
28d0a9c9dd68320482f506e9a36848f70d3807a0 30-Apr-2005 Jon Smirl <jonsmirl@gmail.com> Fix include path to make build work
/external/mesa3d/src/egl/main/egltypedefs.h
adbff7e977c7c768e752a24fb643d68bdf961bfe 22-Apr-2005 Brian Paul <brian.paul@tungstengraphics.com> initial EGL code
/external/mesa3d/src/egl/main/egltypedefs.h