scons: Updates for targets/egl-static.
[mesa.git] / src / egl /
2011-01-12 Chia-I Wuscons: Updates for targets/egl-static.
2011-01-12 Chia-I Wutargets/egl-static: New EGL target for scons.
2011-01-10 Chia-I Wuegl: Make egl_dri2 and egl_glx built-in drivers.
2011-01-10 Chia-I Wuegl_glx: Load libGL dynamically.
2011-01-10 Chia-I Wuegl_dri2: Look up _glapi_get_proc_address dynamically.
2011-01-09 Juan Zhaodri2: release texture image.
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-24 Chia-I Wuegl_dri2: Fix one context, multiple surfaces.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-17 Robert Hookeregl_dri2: Add missing intel chip ids.
2010-11-10 Chia-I Wuegl_dri2: Fix __DRI_DRI2 version 1 support.
2010-11-09 Thomas Hellstromegl: Add an include for size_t
2010-11-09 Alex Deucheregl_dri2: Add radeon chip ids
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-26 Chia-I Wuegl_dri2: Fix a typo that make glFlush be called at...
2010-10-24 Jon TURNEYEnsure -L$(TOP)/$(LIB_DIR) appears in link line before...
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: Fix borken driver.
2010-10-22 Chia-I Wuegl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
2010-10-22 Chia-I Wuegl_dri2: Drop the use of _egl[SG]etConfigKey.
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-24 Ian Romanickegl: Fix several 'comparison between signed and unsigne...
2010-09-24 Ian Romanickegl_glx: Silence piles of 'unused variable' warnings
2010-09-24 Ian RomanickEGL DRI2: Silence 'missing initializer' warnings
2010-09-24 Ian RomanickEGL DRI2: Silence piles of 'unused variable' warnings
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-22 Kristian Høgsbergdri2: Make createImageFromName() take a __DRIscreen...
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-13 Jesse BarnesEGL DRI2: 0xa011 is Pineview not Ironlake
2010-09-13 Jesse BarnesEGL DRI2: add PCI ID for Ironlake mobile
2010-09-10 Chia-I Wuegl: Simplify _eglBindContext.
2010-09-09 Kristian Høgsbergeglglx: Convert glx visuals/fbconfigs straight to EGL...
2010-09-09 Kristian Høgsbergegl: Remove old egldri driver
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-31 Chia-I Wuegl: Mark EGL_MESA_screen_surface as obsolete.
2010-08-25 Kristian Høgsbergegl_dri2: Add support for MESA_image_drm
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_dri2: Set API version for DRM display
2010-07-29 Kristian Høgsbergegl: Fix deref before NULL-check
2010-07-29 Kristian Høgsbergegl_dri2: Implement EGL_KHR_surfaceless_* extensions
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-09 Kristian Høgsbergegl_dri2: Support _EGL_PLATFORM_DRM
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/.
next