aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/glx/egl_glx.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-4/+16
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-35/+29
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-4/+6
* egl_glx: Report only OpenGL support.Chia-I Wu2010-01-221-10/+3
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
* egl_glx: Add support for eglWaitClient and eglWaitNative.Chia-I Wu2009-10-221-0/+17
* egl_glx: Clean up eglGetProcAddress.Chia-I Wu2009-10-221-16/+1
* egl_glx: Clean up context functions.Chia-I Wu2009-10-221-19/+5
* egl_glx: Clean up surface functions.Chia-I Wu2009-10-221-99/+106
* egl_glx: Clean up the initialization code.Chia-I Wu2009-10-221-287/+371
* egl_glx: Make fbconfigs and visuals per display.Chia-I Wu2009-08-261-114/+135
* egl: Remove eglhash.c and eglhash.h.Chia-I Wu2009-08-181-1/+0
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-4/+14
* egl: Overhaul driver API.Chia-I Wu2009-08-181-104/+78
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-1/+1
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-5/+1
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-15/+27
* egl: fix commentAlan Hourihane2009-03-191-3/+3
* egl: try harder for eglGetProcAddress()Alan Hourihane2009-03-191-1/+14
* egl: glx updates for FBconfigsAlan Hourihane2009-02-191-12/+18
* egl: error checkingAlan Hourihane2009-02-191-2/+5
* egl: fix makecurrent with null drawable/contextAlan Hourihane2009-01-141-1/+1
* egl: fix egl closureAlan Hourihane2008-12-231-2/+29
* egl: fix startup query versionAlan Hourihane2008-12-231-4/+8
* egl: support GLXFBConfigs, pbuffers and pixmaps.Alan Hourihane2008-12-231-13/+246
* disable OPENGL_BITAlan Hourihane2008-10-271-4/+4
* egl: cleanup doublebuffer checkAlan Hourihane2008-09-261-2/+3
* egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL specific DRI driver.Alan Hourihane2008-09-261-3/+12
* egl: Add new EGL driver that wraps GLX.Alan Hourihane2008-09-261-0/+574