summaryrefslogtreecommitdiff
path: root/src/egl/main/egldriver.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-01-13egl: Simplify driver matching.Chia-I Wu1-11/+1
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu1-0/+4
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu1-0/+8
2010-11-09egl: Add an include for size_tThomas Hellstrom1-1/+1
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-0/+1
2010-07-06egl: Rework driver loading.Chia-I Wu1-11/+3
2010-06-29egl: Remove st/egl probe code.Chia-I Wu1-8/+0
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-5/+0
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-0/+5
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg1-0/+4
2010-05-08egl: Add _eglSearchPathForEach.Chia-I Wu1-0/+5
2010-02-05egl: Update the comments to typecast macros.Chia-I Wu1-0/+6
2010-02-04egl: Add macros to define typecast functions.Chia-I Wu1-0/+21
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+3
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu1-5/+1
2010-01-24egl: Remove _eglFindAPIs.Chia-I Wu1-4/+0
2010-01-20egl: Add a simple cache for driver probe.Chia-I Wu1-0/+8
2010-01-20egl: Improve driver matching.Chia-I Wu1-3/+16
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu1-8/+0
2010-01-20egl: Add _eglPreloadDrivers.Chia-I Wu1-1/+5
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu1-3/+4
2009-08-21egl: Remove dependency on libX11.Chia-I Wu1-4/+0
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu1-26/+1
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu1-4/+11
2009-08-18egl: Overhaul driver API.Chia-I Wu1-1/+1
2008-06-20egl: implment EGL_LARGEST_PBUFFER queryBrian Paul1-0/+2
2008-06-19egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul1-0/+4
2008-06-06egl: make _eglChooseDRMDriver() non-staticBrian Paul1-0/+3
2008-05-30egl: new eglGetProcAddress() codeBrian Paul1-0/+4
2008-05-30egl: clean-up re-org of the client API stateBrian Paul1-1/+2
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul1-1/+3
2008-05-28egl: remove unused Display fieldBrian Paul1-2/+0
2008-05-28egl: move a few small functions into new eglmisc.[ch] filesBrian Paul1-13/+0
2008-05-28egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul1-5/+6
2008-05-28egl: include egldefines.hBrian Paul1-4/+2
2008-05-28egl: added args string to _eglMain()Brian Paul1-2/+2
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul1-3/+3
2006-01-30some initial EGL 1.2 workBrian Paul1-0/+1
2005-11-29Put extension flags, string into separate struct.Brian Paul1-7/+14
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul1-93/+2
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl1-4/+1
2005-05-17remove eglQueryDisplayMESA()Brian Paul1-2/+0
2005-05-16use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul1-1/+1
2005-05-16added boolean extension flags to _EGLDriverBrian Paul1-0/+10
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl1-0/+2
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-2/+5
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-3/+16
2005-04-22initial EGL codeBrian Paul1-0/+141