aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/glx
Commit message (Expand)AuthorAgeFilesLines
* egl: Update driver Makefiles.Chia-I Wu2010-01-221-68/+7
* 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
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* egl: Fix newline typo in MakefilesCarl-Johan Kjellander2009-03-261-1/+2
* 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
* Add install target for eglJohannes Engel2009-02-111-0/+2
* 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-262-0/+648