Tag '2.20.2' created by Chris Wilson <ch...@chris-wilson.co.uk> at 2012-07-27 08:10 +0000
Intel 2.20.2 release Changes since 2.20.1: Chris Wilson (34): sna: Hold a reference to the full stipple pattern for repeated tiles sna: Flesh out tiled operations using the BLT sna: Refactor PutImage to avoid calling drawable_gc_flags() too early intel: Refactor the common chipset detection/override uxa: Pass the correct parameters to intel_detect_chipset() sna: Remove a surplus function sna: Use SETUP_BLT to reduce overheads for stippled BLT sna: Use SETUP_BLT to reduce overheads for tiled BLT uxa: Add Apple's gmux to the list of known preferred backlights sna: Reduce ping-pong for Composite with render disabled sna: Prefer platform backlight devices over firmware sna: Add 'gmux_backlight' to list of known devices for backwards compatability sna: Initialise single-shot tile offsets before use Assume all unknown chipsets are future gen sna/gen7: Remove duplicated constants sna/gen7: Move the PS thread count definition into the constant struct sna: Restore inplace upload for DRI compositors sna: Check for a NULL scanout after DPMS off with shadow enabled sna: Compile against xorg-1.10 Limit PCI matching to VGA devices sna/dri: Implement fallback handling for CopyRegion whilst wedged sna: Allow DRI to force allocation of a GPU bo and backing pixmap sna/dri: Mark a flush required for any new DRI already on exec/dirty lists sna: Only recommend not to create bo for a pixmap whilst wedged sna: Force the damage on the DRI pixmap to be flushed to the GPU sna/video: Protect against attempting to use TexturedVideo whilst wedged sna/dri: Tidy fallback/normal CopyRegion sna/dri: Add an explanatory assertion sna/gen7: IVB requires a complete pipeline stall when changing blend modes sna/gen4: Bump thread counts sna/gen4: Tweak heuristics for render/blt usage Reduce maximum thread count for IVB GT1 to avoid spontaneous combustion sna/dri: Select the engine before emitting the wait 2.20.2 release Paul Menzel (1): NEWS: Correct release version: s/2.12.0/2.20.0/ --- NEWS | 22 + configure.ac | 2 src/i965_render.c | 2 src/i965_video.c | 2 src/intel.h | 2 src/intel_display.c | 1 src/intel_driver.c | 34 -- src/intel_driver.h | 17 - src/intel_module.c | 33 +- src/legacy/i810/i810_driver.c | 33 -- src/sna/fb/fbpict.c | 28 + src/sna/gen4_render.c | 242 +++++++++------ src/sna/gen5_render.c | 5 src/sna/gen7_render.c | 30 + src/sna/gen7_render.h | 215 ++----------- src/sna/kgem.c | 8 src/sna/kgem.h | 2 src/sna/sna.h | 3 src/sna/sna_accel.c | 664 ++++++++++++++++++++++++++++++++++-------- src/sna/sna_display.c | 3 src/sna/sna_dri.c | 117 +++++-- src/sna/sna_driver.c | 49 --- src/sna/sna_reg.h | 1 src/sna/sna_render.c | 4 src/sna/sna_render.h | 4 src/sna/sna_video_hwmc.c | 4 src/sna/sna_video_textured.c | 2 27 files changed, 956 insertions(+), 573 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/e1t5ctd-0002rv...@vasks.debian.org