summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglscreen.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-117/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-051-2/+2
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-1/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-1/+4
* egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-19/+15
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-8/+0
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-0/+6
* egl: Revisit global data locking.Chia-I Wu2010-02-171-4/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+3
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-3/+3
* egl: Overhaul driver API.Chia-I Wu2009-08-181-12/+12
* minor code movementBrian Paul2005-12-171-5/+4
* Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul2005-12-101-3/+5
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-4/+10
* minor tweaksBrian Paul2005-05-161-2/+2
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-4/+12
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-7/+21
* initial EGL codeBrian Paul2005-04-221-0/+61