egl_dri2: Look up _glapi_get_proc_address dynamically.
[mesa.git] / src / egl / main /
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-31 Brian Paulegl: add missing case in _eglError()
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-12 Chia-I Wuegl: Do not unload drivers.
2010-12-06 Chia-I Wuegl: _eglFilterArray should not allocate.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-09 Thomas Hellstromegl: Add an include for size_t
2010-11-03 Chia-I Wust/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.
2010-11-03 Chia-I Wuegl: Set up the pthread key even TLS is used.
2010-11-01 Chia-I Wuegl: Rework _eglGetSearchPath.
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-27 Vinson Leeegl: Remove unnecessary headers.
2010-10-23 Chia-I Wuegl: Fix a false negative check in _eglCheckMakeCurrent.
2010-10-23 Chia-I Wuegl: Use reference counting to replace IsLinked or...
2010-10-23 Chia-I Wuegl: Add reference count for resources.
2010-10-23 Chia-I Wuegl: Fix _eglModeLookup.
2010-10-23 Chia-I Wuegl: Minor changes to the _EGLScreen interface.
2010-10-23 Chia-I Wuegl: Minor changes to the _EGLConfig interface.
2010-10-23 Chia-I Wuegl: Drop dpy argument from the link functions.
2010-10-22 Chia-I Wuegl: Move fallback routines to eglfallbacks.c.
2010-10-22 Chia-I Wuegl: Parse image attributes with _eglParseImageAttribList.
2010-10-22 Chia-I Wuegl: Move attributes in _EGLImage to _EGLImageAttribs.
2010-10-22 Chia-I Wuegl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-14 Chia-I Wuegl: Access config attributes directly.
2010-10-14 Chia-I Wuegl: Use attribute names as the _EGLConfig member names.
2010-09-30 Nicolas Kaiseregl: remove duplicated include
2010-09-30 Chia-I Wuegl: Check extensions.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-19 Chia-I Wust/egl: Rename kms backend to drm.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Chia-I Wuegl: Simplify _eglBindContext.
2010-09-09 Kristian Høgsbergeglglx: Convert glx visuals/fbconfigs straight to EGL...
2010-09-09 Chia-I Wuegl: Use _EGL_CHECK_DISPLAY in eglCreateContext.
2010-09-09 Chia-I Wuegl: Display may be NULL in _eglLookup*.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Kristian Høgsbergegl: Add EGL_MESA_drm_image extension
2010-08-20 Chia-I Wuegl: Fix context API check and be verbose.
2010-08-20 Chia-I Wuegl: Add egl.def for win32 build.
2010-08-20 Chia-I Wuegl: Allow core functions to be queried.
2010-08-19 Chia-I Wust/egl: Fix win32 build.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Chia-I Wuegl: Add support for EGL_KHR_fence_sync.
2010-08-16 Chia-I Wuegl: Add support for EGL_KHR_reusable_sync.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-31 Vinson Leeegl: Fix '_eglAddAtExitCall' implicit declaration warning.
2010-07-31 Chia-I Wuegl: Add checks for EGL_MESA_screen_surface.
2010-07-29 Kristian Høgsbergegl: Fix deref before NULL-check
2010-07-29 Kristian Høgsbergegl: EGL_KHR_surfaceless_* extensions
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-15 Chia-I Wuegl: Return the correct array size in _eglFlattenArray.
2010-07-06 Vinson Leeegl: Remove unnecessary headers.
2010-07-06 Chia-I Wuegl: Rework driver loading.
2010-07-03 nobledegl: Always use EGLAPIENTRY in api function prototypes
2010-06-30 Chia-I Wuegl: Update MaxSize when a dynamic array is grown.
2010-06-30 Chia-I Wuegl: Make _eglUnloadDrivers no-op on Windows.
2010-06-30 Chia-I Wuegl: Store screens in a dynamic array.
2010-06-30 Chia-I Wuegl: Store configs in a dynamic array.
2010-06-30 Chia-I Wuegl: Add dynamic array.
2010-06-29 Chia-I Wuegl: Remove st/egl probe code.
2010-06-29 Chia-I Wuegl: Do not call drv->Initialize with global mutex...
2010-06-29 Chia-I Wust/egl: Build a single EGL driver.
2010-06-29 Chia-I Wust/egl: One driver per hardware.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-23 Chia-I Wuegl: Add support for EGL_MESA_drm_display.
2010-06-23 Chia-I Wuegl: Introduce platform displays internally.
2010-06-17 Chia-I Wuegl: s/EGL_DISPLAY/EGL_PLATFORM/.
2010-06-17 Chia-I Wuegl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-31 Chia-I Wuegl: Use SConscript for Windows build.
2010-05-31 Chia-I WuDefine PUBLIC to dllexport on MSVC.
2010-05-31 Chia-I WuAlways define int32_t in compiler headers.
2010-05-27 Kristian Høgsbergegl: Return NULL if we fail to load a default driver
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-14 Kristian Høgsbergegl: Implement EGL_NOK_swap_region
2010-05-13 Kristian Høgsbergegl: Allow a prioritized list of default drivers
2010-05-13 Kristian Høgsbergegl: Drop broken _EGL_PLATFORM_NO_OS code
2010-05-13 Kristian Høgsbergegl: Don't try to load driver basename if the platform...
2010-05-08 Chia-I Wuegl: Add _eglSearchPathForEach.
2010-05-04 Kristian HøgsbergAdd egl.pc file
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-14 Kristian Høgsbergegl: Implement EGL_NOK_texture_from_pixmap
2010-05-14 Kristian Høgsbergegl: Only allow valid config attributes in _eglParseCon...
2010-05-14 Vinson Leeegl: Silence uninitialized variable warnings.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-20 Dan Nicholsonegl: Pass flags to locate Xlib headers and libraries
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
next