summaryrefslogtreecommitdiff
path: root/src/egl/main/eglscreen.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu1-1/+4
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu1-19/+15
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-8/+0
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-0/+6
2010-02-17egl: Revisit global data locking.Chia-I Wu1-4/+0
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+3
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu1-3/+3
2009-08-18egl: Overhaul driver API.Chia-I Wu1-12/+12
2005-12-17minor code movementBrian Paul1-5/+4
2005-12-10Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul1-3/+5
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul1-4/+10
2005-05-16minor tweaksBrian Paul1-2/+2
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-4/+12
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-7/+21
2005-04-22initial EGL codeBrian Paul1-0/+61