summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglscreen.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-235/+0
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-4/+4
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-4/+4
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-261-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Remove unnecessary headers.Vinson Lee2010-10-271-1/+0
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-2/+15
* egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-69/+32
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-44/+0
* 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-5/+14
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-25/+25
* egl: Revisit global data locking.Chia-I Wu2010-02-171-3/+8
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-16/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-84/+25
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-5/+10
* minor code movementBrian Paul2005-12-171-0/+13
* Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.Brian Paul2005-12-101-5/+23
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-50/+13
* update commentsBrian Paul2005-05-171-2/+3
* Make EGL_NO_MODE_MESA work.Jon Smirl2005-05-171-1/+1
* minor tweaksBrian Paul2005-05-161-4/+8
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-25/+45
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-35/+85
* initial EGL codeBrian Paul2005-04-221-0/+259