summaryrefslogtreecommitdiff
path: root/src/egl/main/eglmode.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2010-10-27egl: Remove unnecessary headers.Vinson Lee1-2/+0
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu1-45/+13
2010-09-10egl: Display may be NULL in _eglLookup*.Chia-I Wu1-1/+1
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-0/+6
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu1-2/+5
2010-01-31egl: Remove code blocks that are commented out.Chia-I Wu1-38/+0
2010-01-30egl: Remove my_strdup.Chia-I Wu1-17/+2
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-2/+1
2009-08-18egl: Overhaul driver API.Chia-I Wu1-31/+6
2005-12-10lots of updates, mode sorting, etcBrian Paul1-53/+285
2005-05-16minor tweaksBrian Paul1-1/+1
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-3/+24
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-4/+52
2005-04-22initial EGL codeBrian Paul1-0/+130