Tag '2.12.0' created by Carl Worth <cwo...@cworth.org> at 2010-06-24 21:13 +0000
Intel 2.12.0 release Changes since 2.11.901: Carl Worth (2): NEWS: Add notes for the 2.12.0 release. Update version to 2.12.0 Chris Wilson (19): configure: Bump drm requirement to 2.4.21 drmmode: Use the tiled stride for the rotated pixmap. i915: Force the emission of BUF_INFO on every composite_setup i830: Tidy i830_uxa_put_image() i830: GetImage acceleration. i830: Remove domain tracking from pixmaps. uxa: Check for allocation failure. uxa: Match depth 30 to format. uxa: Use accelerated get_image for copying to !offscreen uxa: Enable SHM pixmaps uxa: Apply the source offsets to the pixmap source, not target. Emit the flush after a potential draw from the BlockHandler. Only append the pixmap to the flushing list if we are writing to it. Also submit any pending flush for *this* batch in the BlockHander. i965: Mark the render target as dirty within composite_setup() Do not clear need_mi_flush within the batch. i965: Compile fix. Limit maximum tiled stride to 8k and untiled to 32k. uxa: Fallback to pixman if source is out-of-bounds Julien Cristau (1): Merge commit '2.11.901' --- NEWS | 94 ++++++++++++ configure.ac | 4 src/common.h | 1 src/drmmode_display.c | 17 +- src/i830.h | 29 +-- src/i830_accel.c | 2 src/i830_batchbuffer.c | 69 ++------- src/i830_batchbuffer.h | 20 +- src/i830_dri.c | 6 src/i830_driver.c | 12 - src/i830_memory.c | 8 + src/i830_uxa.c | 369 +++++++++++++++++++++++++------------------------ src/i915_render.c | 9 - src/i965_render.c | 20 +- src/i965_video.c | 2 uxa/uxa-accel.c | 122 +++++----------- uxa/uxa-priv.h | 31 ---- uxa/uxa-render.c | 58 ++++--- uxa/uxa.c | 8 - 19 files changed, 447 insertions(+), 434 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1t5ctt-0001xr...@vasks.debian.org