Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit xgl
- From: root@xxxxxxx (h_root)
- Date: Fri, 19 May 2006 16:56:25 +0200 (CEST)
- Message-id: <20060519145625.248258EF75@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xgl
checked in at Fri May 19 16:56:25 CEST 2006.
--------
--- xgl/xgl.changes 2006-05-17 14:09:20.000000000 +0200
+++ xgl/xgl.changes 2006-05-19 16:17:06.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 19 16:15:01 CEST 2006 - dreveman@xxxxxxx
+
+- Disable YUY2 format for XVideo as it's not accelerated and the
+ software fallback got issues.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xgl.spec ++++++
--- /var/tmp/diff_new_pack.IZ3X1U/_old 2006-05-19 16:55:49.000000000 +0200
+++ /var/tmp/diff_new_pack.IZ3X1U/_new 2006-05-19 16:55:49.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package xgl (Version cvs_060517)
+# spec file for package xgl (Version cvs_060519)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -23,7 +23,7 @@
PreReq: %fillup_prereq
Requires: xgl-hardware-list
Autoreqprov: on
-Version: cvs_060517
+Version: cvs_060519
Release: 1
Summary: Xserver that uses OpenGL for its drawing operations.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -141,6 +141,9 @@
/var/adm/fillup-templates/sysconfig.displaymanager-%name
%changelog -n xgl
+* Fri May 19 2006 - dreveman@xxxxxxx
+- Disable YUY2 format for XVideo as it's not accelerated and the
+ software fallback got issues.
* Wed May 17 2006 - dreveman@xxxxxxx
- exa.h randrstr.h are no longer installed by mistake.
* Wed May 17 2006 - dreveman@xxxxxxx
++++++ xorg-server-1.1.99.1.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/xorg-server-1.1.99.1/ChangeLog new/xorg-server-1.1.99.1/ChangeLog
--- old/xorg-server-1.1.99.1/ChangeLog 2006-05-11 16:37:01.000000000 +0200
+++ new/xorg-server-1.1.99.1/ChangeLog 2006-05-19 14:32:14.000000000 +0200
@@ -1,3 +1,8 @@
+2006-05-19 David Reveman <davidr@xxxxxxxxxx>
+
+ * hw/xgl/xglxv.c (xglXvInitAdaptors): Disable YUY2 format as
+ it's not accelerated and the software fallback got issues.
+
2006-05-11 David Reveman <davidr@xxxxxxxxxx>
* composite/compalloc.c (compRedirectWindow): Init borderClipX and
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/xorg-server-1.1.99.1/hw/xgl/xglxv.c new/xorg-server-1.1.99.1/hw/xgl/xglxv.c
--- old/xorg-server-1.1.99.1/hw/xgl/xglxv.c 2006-05-09 21:46:23.000000000 +0200
+++ new/xorg-server-1.1.99.1/hw/xgl/xglxv.c 2006-05-19 14:31:19.000000000 +0200
@@ -594,6 +594,11 @@
pAdaptor->nImages = sizeof (xvImages) / sizeof (XvImageRec);
pAdaptor->pImages = xvImages;
+ /* XXX: Disable YUY2 format as it's not accelerated and the software
+ fallback got issues. */
+ pAdaptor->nImages = sizeof (xvImages) / sizeof (XvImageRec) - 1;
+ pAdaptor->pImages = &xvImages[1];
+
/* TODO: Currently no attributes */
pAdaptor->nAttributes = 0;
pAdaptor->pAttributes = 0;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |