aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/glx
Commit message (Expand)AuthorAgeFilesLines
* egl/glx: Remove egl_glx driverChad Versace2014-02-052-1216/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* glx: fix compile error in egl_glx.c.Gaetan Nadon2013-09-191-1/+1
* egl: Do not export private symbolsChad Versace2013-08-081-0/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* egl/drivers: Convert to automake.Eric Anholt2012-02-292-18/+33
* egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt2012-02-292-2/+1
* egl_glx: fix eglDestroyContextChia-I Wu2011-12-031-1/+2
* egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor2011-11-271-9/+14
* egl_glx.c: use unsigned instead of uintMatt Turner2011-09-191-3/+3
* Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan2011-08-141-0/+19
* egl: add copyright noticesChia-I Wu2011-07-021-12/+14
* egl: Improve driver selection.Chia-I Wu2011-01-131-0/+4
* egl: Simplify driver matching.Chia-I Wu2011-01-131-0/+3
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-5/+4
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-102-2/+5
* egl_glx: Load libGL dynamically.Chia-I Wu2011-01-102-107/+238
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-8/+24
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
* egl_glx: Fix borken driver.Chia-I Wu2010-10-221-107/+185
* egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.Chia-I Wu2010-10-221-21/+14
* egl: Fix several 'comparison between signed and unsigned integer' warningsIan Romanick2010-09-241-2/+4
* egl_glx: Silence piles of 'unused variable' warningsIan Romanick2010-09-241-0/+27
* eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg2010-09-091-142/+101
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-1/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-5/+9
* egl: remove duplicate ARRAY_SIZE() macro declarationBrian Paul2010-05-141-1/+1
* egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-2/+2
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-041-25/+4
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-4/+4
* 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: 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