Tag 'xserver-xorg-video-intel-2_2.7.99.1-2' created by Julien Cristau <jcris...@debian.org> at 2009-05-28 18:16 +0000
Tagging upload of xserver-xorg-video-intel 2:2.7.99.1-2 to experimental. Changes since xserver-xorg-video-intel-2_2.7.99.1-1: Alan Coopersmith (1): Fix "Unkown" typo in two FatalError messages Albert Damen (1): Fix crash with XV with large virtual display Arkadiusz Miśkiewicz (1): Restore CFLAGS after tests. Brice Goglin (4): Merge tag '2.7.1' into debian-unstable New upstream release Don't try to install the now missing pci ids file Prepare changelog for upload Carl Worth (14): NEWS: Add note about broken PAT code in some kernels RELEASING: Update instructions to reflect some minor process improvements README: Fix typos in chipset list, and point to how_to_report_bug web page Add doltlibtool to DISTCLEANFILES Hold reference to video binding table until all rects are painted. Split i915 textured video commands to fit into batch buffers. NEWS: Add items for 2.7.0.901 release candidate Increment version number to 2.7.0.901 RELEASING: Better instructions for where to send announcements RELEASING: Better instructions for where to send announcements NEWS: Update release notes for 2.7.1 Update version to 2.7.1 Use libdrm to lookup pipe for tear-free sync of XV Revert "Rely on BO pixmaps being present in acceleration paths." David Nusinow (2): Remove 01_gen_pci_ids.diff. Add README.source Eric Anholt (6): Remove dead "avail" variable from XAA stuff. Only sync XV to vblank when drawing to the frontbuffer. Don't do GTT maps on objects bigger than half the available aperture size. Fix backwards logic on whether to sync to vblank or not. Open the DRM and keep the handle throughout server startup to finish. Fold GEM detection into DRM master open. Jesse Barnes (2): Add new have_gem flag Add --enable-debug flag to configure Julien Cristau (12): xsfbs: add a repack script for uscan xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so xsfbs: repack.sh needs to be executable xsfbs: don't run dpkg --print-installation-architecture Merge branch 'master' of git://anongit.freedesktop.org/xorg/driver/xf86-video-intel into debian-experimental Update changelog, bump libdrm-dev b-dep Cleanup libtool macros Merge commit '2.7.1' into debian-experimental Merge commit 'origin/debian-unstable' into debian-experimental Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs into debian-experimental Adding README.source means we can bump Standards-Version Prepare changelog for upload Keith Packard (16): Allow cursors to roam past 2048x2048 limit. intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4) Leave allocator running until lower-level CloseScreens are done Don't bother to enable VF statistics during 965 video playback 3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three. Hold reference to video binding table until all rects are painted. Revert "Leave allocator running until lower-level CloseScreens are done" Call down to lower CloseScreen before shutting down DRM allocator Split i915 textured video commands to fit into batch buffers. intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4) 3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three. Fallback when VT inactive Add DP link and GMCH M and N registers Load i915 and fbcon when checking for KMS If DRM can't figure out which pipe to sync on, then don't sync at all. Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffers Kristian Høgsberg (1): Only return FALSE when dri_bo_map() fails Stijn van Drongelen (1): Fix typo in (unused) INTEL_BIOS_32 macro Wu Fengguang (2): Remove the offset parameter from i830_allocator_init() README: kill an evil dot Zhenyu Wang (1): KMS: hook up output properties for randr --- Makefile.am | 2 README | 2 RELEASING | 13 ++ configure.ac | 11 ++ debian/README.source | 73 ++++++++++++++++ debian/changelog | 27 ++++++ debian/control | 5 - debian/patches/01_gen_pci_ids.diff | 14 --- debian/patches/series | 1 debian/rules | 5 - debian/xserver-xorg-video-intel.install | 1 debian/xsfbs/repack.sh | 32 +++++++ debian/xsfbs/xsfbs.sh | 68 --------------- src/bios_reader/bios_reader.c | 4 src/drmmode_display.c | 10 ++ src/i810_reg.h | 42 +++++++++ src/i830.h | 8 + src/i830_batchbuffer.c | 4 src/i830_batchbuffer.h | 11 ++ src/i830_bios.c | 4 src/i830_cursor.c | 8 - src/i830_debug.c | 10 ++ src/i830_dri.c | 35 -------- src/i830_driver.c | 139 ++++++++++++++++++++++++-------- src/i830_exa.c | 30 +++++- src/i830_memory.c | 59 ++++++++----- src/i830_render.c | 2 src/i830_video.c | 54 +++++++----- src/i915_render.c | 2 src/i915_video.c | 18 +++- src/i965_render.c | 32 ++++--- src/i965_video.c | 13 +- 32 files changed, 490 insertions(+), 249 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org