summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglmode.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-38/+0
| | | | | | They are either unit tests or to demonstrate how functions are supposed to be used. The unit test is outdated and it should be better to take a look at any of the working drivers to see how a function is used.
* egl: Remove my_strdup.Chia-I Wu2010-01-301-17/+2
| | | | There is already _eglstrdup for the main library's use.
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+1
| | | | Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h.
* egl: Overhaul driver API.Chia-I Wu2009-08-181-31/+6
| | | | | | | | | | | | 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]>
* lots of updates, mode sorting, etcBrian Paul2005-12-101-53/+285
|
* minor tweaksBrian Paul2005-05-161-1/+1
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-3/+24
| | | | 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-4/+52
|
* initial EGL codeBrian Paul2005-04-221-0/+130