intel: Add block alignment for RGTC textures.
[mesa.git] / src / egl /
2011-06-13 Chia-I Wuwayland-drm: remove depend on "make clean"
2011-06-13 Chia-I Wuegl_dri2: try swrastg_dri if swrast_dri fails
2011-06-13 Chia-I Wuegl_dri2: add dri2_load_driver_swrast
2011-06-12 Benjamin Franzkeegl_dri2: Compare configs before matching them
2011-06-12 Benjamin Franzkeegl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
2011-06-07 Benjamin Franzkeegl_dri2: Add missing header
2011-06-07 Benjamin Franzkeegl_dri2: Add missing license
2011-06-07 Benjamin Franzkeegl_dri2: Use libudev only if available
2011-06-07 Benjamin Franzkeegl_dri2: Use external driver pci list
2011-05-31 Benjamin Franzkewayland-drm: Check visual for being NULL
2011-05-31 Benjamin Franzkeegl_dri2: Fix usage of bool values
2011-05-31 Benjamin Franzkewayland-egl: Remove left-over headers and struct
2011-05-25 Alex Deucheregl_dri2: add new cayman pci ids
2011-05-19 Kristian Høgsbergwayland-drm: Use new generic error event
2011-05-18 Kristian Høgsbergwayland: Fix link order for libwayland-drm.a
2011-05-18 Kenneth Graunkeegl: Recognize Ivybridge PCI IDs.
2011-05-16 Benjamin Franzkeegl: Compile wayland-drm.a into libEGL independent...
2011-05-13 Benjamin Franzkeegl_dri2: Discard similar configs
2011-05-13 Kristian Høgsbergegl_dri2: Make it possible to not compile in the X11...
2011-05-12 José Fonsecaegl/dri2: Avoid unused static functions.
2011-05-12 José Fonsecaegl/dri2: Prevent uninitialized variable dereference.
2011-05-12 José Fonsecaegl/dri2: Fix const pointer duplication, prevent unitia...
2011-05-12 José Fonsecaegl: Fix int <-> ptr casts.
2011-05-06 Benjamin Franzkeegl/wayland: Follow wl_resource_destroy changes
2011-05-06 Kostas GeorgiouAdd pci id for FirePro 2270
2011-05-06 Alex Deucheregl_dri2: add new radeon pci ids
2011-05-06 Kristian Høgsbergegl: Add a cursor use bit to MESA_drm_image
2011-05-06 Benjamin Franzkeegl/wayland-drm: Generalize interface
2011-04-29 Benjamin Franzkeegl/wayland: Fix possible lockup in drm initialization
2011-04-25 Kristian Høgsbergegl: Use the right extension name in #ifdef
2011-04-22 Benjamin Franzkeegl/wayland: Follow buffer.attach removal
2011-04-22 Benjamin Franzkeegl/wayland: Update to buffer.damage addition
2011-04-22 Benjamin Franzkeegl_dri2: Create wl_buffers for pixmap surfaces
2011-04-22 Benjamin Franzkeegl/wayland: Add new version parameter for post_drm
2011-04-22 Benjamin Franzkeegl/wayland: Fix prefixes for interface names
2011-04-20 Kristian Høgsbergwayland-egl: Update to wayland-egl.h changes, drop...
2011-04-12 Benjamin Franzkeegl/wayland: Update to per-surface frame events
2011-04-07 Kristian Høgsbergegl_dri2.c: Open drm device with O_CLOEXEC
2011-03-30 Feng, Haitaoegl_dri2 x11: Fix a typo
2011-03-26 Benjamin Franzkeegl/wayland-drm: Fix include path
2011-03-26 Kristian Høgsbergegl_dri2: We don't actually support KHR_gl_texture_2D_image
2011-03-26 Kristian Høgsbergegl_dri2: Enable image extensions in one place
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'
next