summaryrefslogtreecommitdiff
path: root/src/egl/main/eglscreen.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2010-10-27egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu1-2/+15
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu1-69/+32
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-44/+0
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-5/+14
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu1-25/+25
2010-02-17egl: Revisit global data locking.Chia-I Wu1-3/+8
2010-01-31egl: Remove code blocks that are commented out.Chia-I Wu1-16/+1
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+1
2009-08-18egl: Overhaul driver API.Chia-I Wu1-84/+25
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu1-5/+10
2005-12-17minor code movementBrian Paul1-0/+13
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul1-5/+23
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul1-50/+13
2005-05-17update commentsBrian Paul1-2/+3
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl1-1/+1
2005-05-16minor tweaksBrian Paul1-4/+8
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-25/+45
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-35/+85
2005-04-22initial EGL codeBrian Paul1-0/+259