History log of /external/mesa3d/src/egl/main/eglcurrent.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/eglcurrent.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/eglcurrent.h
a1717970e78d897f527273278bf1346cc86a5741 26-Jan-2010 Chia-I Wu <olvaffe@gmail.com> egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.

They have little use in drivers since drivers need to work for multiple
current contexts.
/external/mesa3d/src/egl/main/eglcurrent.h
6f6f3e4227855c87a78a717bce7374a7d64172ce 26-Jan-2010 Chia-I Wu <olvaffe@gmail.com> egl: Add _eglGetAPIContext.

It will return the currently bound context of the given API.
/external/mesa3d/src/egl/main/eglcurrent.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/eglcurrent.h
310c76812e5a2013dad36fc9d1686f57e7b1e626 17-Aug-2009 Chia-I Wu <olvaffe@gmail.com> egl: Allow binding to any client API.

As a result, EGL_NONE is no longer a valid client API. And it is
possible that no config supports the current bound API.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/eglcurrent.h
56d2119280a202b7714821bc324b07df4b36d559 09-Aug-2009 Chia-I Wu <olvaffe@gmail.com> egl: Initialize current thread management on demand.

Current thread management was initialized in _eglInitGlobals, which is
called only in eglGetDisplay. Since EGL does not require eglGetDisplay
to be called first, the initialization is better to be done on demand.

_eglFiniCurrent is removed, as it is not called at all.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/egl/main/eglcurrent.h
40fd1019195681e3b94f5878b57190f3ae7d8e0e 17-Jul-2009 Brian Paul <brianp@vmware.com> egl: commit missing eglcurrent.[ch] files

Not sure how these got left out from earlier commit.
/external/mesa3d/src/egl/main/eglcurrent.h