Hello community, here is the log from the commit of package xorg-x11-driver-video checked in at Sun Nov 19 17:04:55 CET 2006. -------- --- xorg-x11-driver-video/xorg-x11-driver-video.changes 2006-11-17 08:30:25.000000000 +0100 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes 2006-11-19 13:46:34.000000000 +0100 @@ -1,0 +2,56 @@ +Sun Nov 19 13:03:36 CET 2006 - sndirsch@suse.de + +- updated (optional) intel modesetting driver (git_2006-11-19) + * Fix TV color key. Subcarrier defines were incorrect in header + file leaving one of the DDA phases disabled. + * Preliminary 945 TV output. Color key is broken. Fixed mode. TV + output is generating video with this patch, but the color burst + signal is incorrect somehow. + * Disable some debug message + * Bug 8594: Fix Xv hang with G965 + * Add support for the new DRM memory manager. + Some code are duplicated with the new libdrm. + Once this code has been released with xserver, + it can be removed. See the man page for new options and + backwards 3D driver compatibility. + * Add some MergedFB checks for accelerator limitations + * Fix manpage to report 8160 instead of 6144 for LinearAlloc. + * Don't crash if SetCursorPosition is called with + pScrn->currentMode == NULL. This allows the driver to work with + servers that don't have the fix for this that was only recently + pushed to git. + * Make VIDEO_DEBUG into a configure option + * Bump to 1.7.2 + * Ugh. Turn off debugging. + * Fix bug #8553 & #8542 - suspend/resume regression from 1.5 + driver + * Fix some warnings + * Fix server regeneration problem mapping the aperture + * Fix bug #5795, VT switching fails because of a bad test on some + platforms. + * Enable XV_PORT attribute even when not in Clone mode. As Clone + mode is now something that can change after server startup, + always enable the XV_PORT attribute as we cannot change the list + of reported attributes. + * silence warning + * Missing gamma bit + * Fix issues with Xv locking up the engine. bug #7915. + * Always call I830UpdateXineramaScreenInfo() unconditionally, and + document why. + * Store viewport limits of both pipes in SAREA. This allows DRI + clients to determine which pipe they should synchronize buffer + swaps of each window to. + * If the DRM can handle it, enable vertical blank interrupts for + both pipes. + * Only enable the IRQ after DRIFinishScreenInit. This makes sure + we've been assigned a context ID, so the interrupt context won't + mess things up if it grabs the HW lock. + * Fix bug #7943 where video flickers when changing + attributes. This code was a leftover from testing lockups + and shouldn't be needed anymore. + * Typo fix in man page (Debian bug #364559). + * bump max Xvideo height to 1088 to cope with some players. +- newdrm.diff (reverse applied): + * disables new drm (2.2) stuff in intel modesetting driver + +------------------------------------------------------------------- Old: ---- xf86-video-intel.modesetting-20061117.tar.bz2 New: ---- newdrm.diff xf86-video-intel.modesetting-20061119.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video.spec ++++++ --- /var/tmp/diff_new_pack.6y5vEB/_old 2006-11-19 17:04:06.000000000 +0100 +++ /var/tmp/diff_new_pack.6y5vEB/_new 2006-11-19 17:04:06.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk URL: http://xorg.freedesktop.org/ Version: 7.2 -Release: 21 +Release: 23 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -66,7 +66,7 @@ Source42: xf86-video-voodoo-1.1.1.tar.bz2 Source43: xf86-video-impact-0.2.0.tar.bz2 Source44: HALlib-4.1.tar.gz -Source45: xf86-video-intel.modesetting-20061117.tar.bz2 +Source45: xf86-video-intel.modesetting-20061119.tar.bz2 Patch1: radeon-xrandr-dotclock.diff Patch2: radeon_dell.diff Patch3: ps_nv.diff @@ -87,6 +87,7 @@ Patch22: xf86-video-i810-mergedfb-checks.diff Patch23: xf86-video-i810-965g-xv-hang.diff Patch24: xf86-video-intel.modesetting.diff +Patch25: newdrm.diff %description This package contains X.Org video drivers. @@ -144,6 +145,7 @@ popd pushd xf86-video-intel.modesetting %patch24 -p0 +%patch25 -p1 -R mv man/i810.man man/i810beta.man popd @@ -204,6 +206,59 @@ %{_mandir}/man4/* %changelog -n xorg-x11-driver-video +* Sun Nov 19 2006 - sndirsch@suse.de +- updated (optional) intel modesetting driver (git_2006-11-19) + * Fix TV color key. Subcarrier defines were incorrect in header + file leaving one of the DDA phases disabled. + * Preliminary 945 TV output. Color key is broken. Fixed mode. TV + output is generating video with this patch, but the color burst + signal is incorrect somehow. + * Disable some debug message + * Bug 8594: Fix Xv hang with G965 + * Add support for the new DRM memory manager. + Some code are duplicated with the new libdrm. + Once this code has been released with xserver, + it can be removed. See the man page for new options and + backwards 3D driver compatibility. + * Add some MergedFB checks for accelerator limitations + * Fix manpage to report 8160 instead of 6144 for LinearAlloc. + * Don't crash if SetCursorPosition is called with + pScrn->currentMode == NULL. This allows the driver to work with + servers that don't have the fix for this that was only recently + pushed to git. + * Make VIDEO_DEBUG into a configure option + * Bump to 1.7.2 + * Ugh. Turn off debugging. + * Fix bug #8553 & #8542 - suspend/resume regression from 1.5 + driver + * Fix some warnings + * Fix server regeneration problem mapping the aperture + * Fix bug #5795, VT switching fails because of a bad test on some + platforms. + * Enable XV_PORT attribute even when not in Clone mode. As Clone + mode is now something that can change after server startup, + always enable the XV_PORT attribute as we cannot change the list + of reported attributes. + * silence warning + * Missing gamma bit + * Fix issues with Xv locking up the engine. bug #7915. + * Always call I830UpdateXineramaScreenInfo() unconditionally, and + document why. + * Store viewport limits of both pipes in SAREA. This allows DRI + clients to determine which pipe they should synchronize buffer + swaps of each window to. + * If the DRM can handle it, enable vertical blank interrupts for + both pipes. + * Only enable the IRQ after DRIFinishScreenInit. This makes sure + we've been assigned a context ID, so the interrupt context won't + mess things up if it grabs the HW lock. + * Fix bug #7943 where video flickers when changing + attributes. This code was a leftover from testing lockups + and shouldn't be needed anymore. + * Typo fix in man page (Debian bug #364559). + * bump max Xvideo height to 1088 to cope with some players. +- newdrm.diff (reverse applied): + * disables new drm (2.2) stuff in intel modesetting driver * Fri Nov 17 2006 - sndirsch@suse.de - updated (optional) intel modesetting driver (git_2006-11-17) * Mon Nov 06 2006 - sndirsch@suse.de ++++++ newdrm.diff ++++++ ++++ 775 lines (skipped) ++++++ xf86-video-intel.modesetting-20061117.tar.bz2 -> xf86-video-intel.modesetting-20061119.tar.bz2 ++++++ ++++ 1737 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de