summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglmode.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove unnecessary headers.Vinson Lee2010-10-271-2/+0
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-45/+13
* egl: Display may be NULL in _eglLookup*.Chia-I Wu2010-09-101-1/+1
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-0/+6
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-2/+5
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-38/+0
* egl: Remove my_strdup.Chia-I Wu2010-01-301-17/+2
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-31/+6
* 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
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-4/+52
* initial EGL codeBrian Paul2005-04-221-0/+130