summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
Commit message (Expand)AuthorAgeFilesLines
* egl/main: cleanup function prototypesEmil Velikov2015-05-141-10/+2
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+10
* egl/main: no longer export internal functionEmil Velikov2015-03-051-3/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Simplify driver matching.Chia-I Wu2011-01-131-11/+1
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-0/+4
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-0/+8
* egl: Add an include for size_tThomas Hellstrom2010-11-091-1/+1
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-0/+1
* egl: Rework driver loading.Chia-I Wu2010-07-061-11/+3
* egl: Remove st/egl probe code.Chia-I Wu2010-06-291-8/+0
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-5/+0
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-0/+5
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-0/+4
* egl: Add _eglSearchPathForEach.Chia-I Wu2010-05-081-0/+5
* egl: Update the comments to typecast macros.Chia-I Wu2010-02-051-0/+6
* egl: Add macros to define typecast functions.Chia-I Wu2010-02-041-0/+21
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+3
* egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu2010-01-261-5/+1
* egl: Remove _eglFindAPIs.Chia-I Wu2010-01-241-4/+0
* egl: Add a simple cache for driver probe.Chia-I Wu2010-01-201-0/+8
* egl: Improve driver matching.Chia-I Wu2010-01-201-3/+16
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-201-8/+0
* egl: Add _eglPreloadDrivers.Chia-I Wu2010-01-201-1/+5
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-3/+4
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-4/+0
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-26/+1
* egl: Change the way drivers are loaded.Chia-I Wu2009-08-181-4/+11
* egl: Overhaul driver API.Chia-I Wu2009-08-181-1/+1
* egl: implment EGL_LARGEST_PBUFFER queryBrian Paul2008-06-201-0/+2
* egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul2008-06-191-0/+4
* egl: make _eglChooseDRMDriver() non-staticBrian Paul2008-06-061-0/+3
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-0/+4
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-1/+2
* egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul2008-05-291-1/+3
* egl: remove unused Display fieldBrian Paul2008-05-281-2/+0
* egl: move a few small functions into new eglmisc.[ch] filesBrian Paul2008-05-281-13/+0
* egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul2008-05-281-5/+6
* egl: include egldefines.hBrian Paul2008-05-281-4/+2
* egl: added args string to _eglMain()Brian Paul2008-05-281-2/+2
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-3/+3
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+1
* Put extension flags, string into separate struct.Brian Paul2005-11-291-7/+14
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-93/+2
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-4/+1
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-2/+0
* use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul2005-05-161-1/+1
* added boolean extension flags to _EGLDriverBrian Paul2005-05-161-0/+10