xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.1.1-1'
Tag 'xserver-xorg-video-intel-2_2.1.1-1' created by Julien Cristau <jcristau@debian.org> at 2007-08-14 10:55 +0000
Tagging upload of xserver-xorg-video-intel 2:2.1.1-1 to unstable.
Changes since xserver-xorg-video-intel-2_2.1.0-2:
Brice Goglin (2):
Fix typo in intel.man
Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*
Carl Worth (1):
Allow 965 composite acceleration to A8 destinations.
Dave Airlie (2):
i965: fix memcpy of the sf_kernel when a mask is needed
i965: increase composite vertex buffer size and alignment to be safe
Eric Anholt (4):
Fix some physical address handling for >4GB addresses.
Quirk away the nonexistent TV connector on the Panasonic CF-Y4.
Add the file mode for bios_dumper output so it doesn't have 000 permissions.
Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun compiler.
Jesse Barnes (1):
Legacy backlight changes: - add support for 965GM - make sure legacy enabled systems don't reduce the range of backlight values we can present to the user
Julien Cristau (4):
Merge tag 'xf86-video-intel-2.1.1' into debian-unstable
New upstream release
Delete obsolete file.
Prepare changelog for upload.
Keith Packard (4):
Eliminate bogus (and harmful) blanking adjustment for load detect.
Ensure pipe/output active before doing load detection.
Remove hard-coded CRT blanking frobbing for load detection.
Clean up tv mode name allocation and copy.
Kyle McMartin (1):
Bump driver version to 2.1.1
Wang Zhenyu (2):
Add quirk support
Add another Lenovo TV output quirk
Zhenyu Wang (2):
Fix device id info for 945GME, 965GME
Update Lenovo TV quirk info
---
ChangeLog | 176 ++++++
Makefile.in | 139 ++--
aclocal.m4 | 684 ++++++++++++++++--------
config.h.in | 9
configure | 1180 +++++++++++++++++++++++++-----------------
configure.ac | 12
debian/changelog | 8
depcomp | 64 ++
install-sh | 348 +++++++++---
ltmain.sh | 233 +++++---
man/Makefile.in | 106 +--
man/intel.man | 2
missing | 61 +-
mkinstalldirs | 5
src/Makefile.am | 1
src/Makefile.in | 243 ++++----
src/bios_reader/Makefile.in | 135 ++--
src/bios_reader/bios_dumper.c | 3
src/ch7017/Makefile.in | 130 ++--
src/ch7xxx/Makefile.in | 130 ++--
src/common.h | 12
src/i810.h | 4
src/i810_reg.h | 8
src/i830.h | 18
src/i830_bios.h | 3
src/i830_crt.c | 140 ++--
src/i830_display.c | 103 +++
src/i830_display.h | 4
src/i830_driver.c | 3
src/i830_lvds.c | 117 ++--
src/i830_memory.c | 57 +-
src/i830_quirks.c | 84 ++
src/i830_shadow.c | 253 ---------
src/i830_tv.c | 28
src/i965_render.c | 16
src/ivch/Makefile.in | 133 ++--
src/reg_dumper/Makefile.in | 149 ++---
src/sil164/Makefile.in | 131 ++--
src/tfp410/Makefile.in | 131 ++--
src/xvmc/Makefile.in | 139 ++--
40 files changed, 3029 insertions(+), 2173 deletions(-)
---
Reply to: