xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.0.0-5'
Tag 'xserver-xorg-video-intel-2_2.0.0-5' created by Julien Cristau <jcristau@debian.org> at 2007-06-22 03:02 +0000
Tagging upload of xserver-xorg-video-intel 2:2.0.0-5 to experimental.
Changes since xserver-xorg-video-intel-2_2.0.0-4:
Dave Airlie (1):
sdvo: add support for RGB outputs on SDVO
Drew Parsons (1):
Install upstream README file in docs.
Eric Anholt (10):
Fix misplaced merge of 1280x768 panel fixup.
Clean up some nits in i915_video.c setup.
Fix a typo in _3DSTATE_DEPTH_SUBRECT_DISABLE definition.
Replace failure-prone configure test for fresh libdrm with a simple ifndef.
Fix context switching between DRI and X.
On hang, dump up to the head pointer, not just up to the tail.
Revert "Replace failure-prone configure test for fresh libdrm with a simple ifndef."
Improve the drm_i915_flip_t check.
Fix and enable the 915-class planar textured video path.
Bug #11295: Disable textured video on i915 with framebuffer width too large.
Julien Cristau (3):
Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into debian-experimental
Pull latest upstream git and autoreconf.
Prepare changelog for upload.
Keith Packard (5):
Add description for how to use the frame and pixel counter registers.
Let DPMS functions enable plane/pipe/output on 8xx hardware.
Add 3DSTATE_CLEAR_PARAMETERS bits
Eliminate some uninitialized variable warnings
Follow BIOS configuration for Legacy Backlight Brightness.
Rémi Cardona (1):
Include stdint.h to get uint64_t
Wang Zhenyu (3):
Add support for the G33, Q33, and Q35 chipsets.
Enable overlay on G33 class chipsets
Fix left G33 issues
---
aclocal.m4 | 2
configure | 13 ++--
configure.ac | 7 +-
debian/changelog | 10 +++
debian/rules | 2
src/common.h | 22 ++++++-
src/i810_driver.c | 9 ++
src/i810_reg.h | 46 +++++++++++++--
src/i830.h | 4 -
src/i830_common.h | 6 +
src/i830_crt.c | 3
src/i830_debug.c | 5 -
src/i830_display.c | 20 ++++--
src/i830_dri.c | 24 +++++++
src/i830_driver.c | 80 ++++++++++++++++++++------
src/i830_dvo.c | 1
src/i830_exa.c | 18 -----
src/i830_lvds.c | 52 ++++++++++++-----
src/i830_memory.c | 32 +++++++++-
src/i830_render.c | 3
src/i830_sdvo.c | 18 ++++-
src/i830_video.c | 28 ++++++---
src/i830_xaa.c | 2
src/i915_reg.h | 11 ++-
src/i915_render.c | 3
src/i915_video.c | 160 ++++++++++++++++++++---------------------------------
src/i965_render.c | 3
src/i965_video.c | 16 -----
28 files changed, 390 insertions(+), 210 deletions(-)
---
Reply to: