summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglmode.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-5/+0
| | | | | | | | | | Internally a mode belongs to a screen. But functions like eglGetModeAttribMESA treat a mode as a display resource: a mode can be looked up without a screen. Considering how KMS works, it is better to stick to the current implementation. To properly support looking up a mode without a screen, this commit assigns each mode (of all screens) a unique ID.
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-0/+6
| | | | | This allows Mesa EGL to be compiled with eglext.h that does not define EGL_MESA_screen_surface.
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-1/+1
| | | | | | Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <[email protected]>
* egl: Overhaul driver API.Chia-I Wu2009-08-181-5/+5
| | | | | | | | | | | | The motivation is so that drivers do not need to look up and check for bad display, context, and etc. It also becomes unnecessary for drivers to call the link functions. This commit makes eglapi.[ch] do the lookup and check. As a result, the driver API is overhauled, and almost all sources and drivers need update. The updates are mainly find and replace with human brains. Signed-off-by: Chia-I Wu <[email protected]>
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-0/+3
|
* lots of updates, mode sorting, etcBrian Paul2005-12-101-3/+4
|
* minor tweaksBrian Paul2005-05-161-2/+2
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-2/+5
| | | | Seems to be mostly working. Not all of egl API is implemented.
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-3/+12
|
* initial EGL codeBrian Paul2005-04-221-0/+41