summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglscreen.c
Commit message (Expand)AuthorAgeFilesLines
* 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