autoconf: don't use CFLAGS for cpp files
[mesa.git] / src / egl /
2011-03-06 Benjamin Franzkeegl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFE...
2011-03-04 Benjamin Franzkeegl_dri2: Fix incompatible vfunc-pointer warning
2011-03-04 Benjamin Franzkeegl/wayland: Move wayland-egl into a subdir
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Benjamin Franzkeegl_dri2 x11: Workaround device_name xcb-dri2 bug
2011-03-02 Benjamin Franzkeegl/wayland: build subdirs (wayland-drm) before depend
2011-03-01 Benjamin Franzkeegl: Add EGL_WL_bind_wayland_display
2011-02-20 Chia-I Wuegl_dri2: Return NULL when xcb_get_geometry_reply fails.
2011-02-17 Haitao Fengegl_dri2: add swrast
2011-02-13 Dave Airlieegl_dri2: add nouveau support.
2011-02-11 Haitao Fengegl_dri2: rename loader_extension to dri2_loader_extension
2011-02-11 Benjamin Franzkeegl_dri2 wayland: Sync front buffer release
2011-02-11 Benjamin Franzkeegl_dri2: Always unbind old contexts
2011-02-11 Benjamin Franzkeegl_dri2: Use double buffering for window surfaces
2011-02-08 Kristian Høgsbergwayland-egl: Add struct wl_egl_display argument to...
2011-02-07 Kristian Høgsbergwayland-egl: Force roundtrips to get device name and...
2011-02-07 Benjamin Franzkeegl_dri2: Add wayland platform
2011-02-07 Benjamin Franzkeegl_dri2: Export dri2_get_driver_for_fd
2011-02-07 Benjamin Franzkeegl_dri2: Enable pixmap bind_to_texture according to...
2011-02-07 Benjamin Franzkeegl: Implement libwayland-egl
2011-02-07 Benjamin Franzkeegl: Add wayland platform
2011-02-03 Alex Deucheregl_dri2: Add new radeon pci ids
2011-02-03 Kristian Høgsbergegl_dri2: Split out drm platform implementation to...
2011-02-03 Kristian Høgsbergegl_dri2: Split out x11 platform code
2011-01-29 Chia-I Wuegl_dri2: Export glapi symbols for DRI drivers.
2011-01-29 Chia-I Wuegl: Make the transition to built-in drivers more smooth.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Chia-I Wuegl: Fix EGL_VERSION string.
2011-01-14 Chia-I Wuegl: Fix an assertion in _eglUpdateAPIsString.
2011-01-13 Brian Paulegl: need stdio.h for non-Windows build too to avoid...
2011-01-13 Chia-I Wuegl: Improve driver selection.
2011-01-13 Chia-I Wuegl: Simplify driver matching.
2011-01-13 Chia-I Wuegl: Cleanup _EGLDisplay initialization.
2011-01-12 Chia-I Wuegl: When EGL_DRIVER is set, do not add other drivers.
2011-01-12 Chia-I Wuegl: libEGL depends on LOCAL_LIBS.
2011-01-12 Chia-I Wuegl_dri2: Fix eglGetProcAddress.
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
next