summaryrefslogtreecommitdiff
path: root/driver/xf86-video-cirrus/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-05-06 15:41:36 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-05-06 15:41:36 +0000
commit5c4abd9a6d2a422981f3395bdcf8a013a8c13d79 (patch)
tree49ba95e6e6af08353d1df0bf36970a29e14864a3 /driver/xf86-video-cirrus/ChangeLog
parent4a145f06305109029fa96845e420f7bbbed28457 (diff)
Upate to xf86-video-cirrus 1.4.0
Diffstat (limited to 'driver/xf86-video-cirrus/ChangeLog')
-rw-r--r--driver/xf86-video-cirrus/ChangeLog325
1 files changed, 325 insertions, 0 deletions
diff --git a/driver/xf86-video-cirrus/ChangeLog b/driver/xf86-video-cirrus/ChangeLog
index 09bb2d4b3..9881813f6 100644
--- a/driver/xf86-video-cirrus/ChangeLog
+++ b/driver/xf86-video-cirrus/ChangeLog
@@ -1,3 +1,328 @@
+commit 52ae4d254fee97a215ac497a45b69b4c83470b2b
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Mar 23 18:48:04 2012 -0700
+
+ xf86-video-cirrus 1.4.0
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 3fade932efae82c0ebd81a93aeaffd4e63640736
+Author: Adam Jackson <ajax@redhat.com>
+Date: Tue Mar 13 18:36:15 2012 -0400
+
+ alpine: Fix int10 setup
+
+ The PC98-removal fix accidentally took out the non-PC98 path here.
+
+ Reported-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit cbca35e71ed553f331a7eaa1525dad1dbe2a4904
+Author: Adam Jackson <ajax@redhat.com>
+Date: Tue Dec 20 13:56:42 2011 -0500
+
+ Typo fix
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit f422d0c38b0befdb2152215ab05d0d14f3da3ed9
+Author: Adam Jackson <ajax@redhat.com>
+Date: Mon Dec 19 17:46:26 2011 -0500
+
+ Fix for new vgaHW ABI
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit 92c7067070455610bd761b73f992642882ca2156
+Author: Adam Jackson <ajax@redhat.com>
+Date: Mon Dec 19 16:21:51 2011 -0500
+
+ Fall back to shadowfb if XAA is unavailable
+
+ Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+commit d9c9cc333e8a67749c20b3b30129f4d2297a3e0a
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Sun Oct 30 20:34:47 2011 -0700
+
+ Build fix for older servers (error: conflicting types for 'pciTag')
+
+ /usr/include/xorg/xf86Pci.h:254:25: note: previous declaration of 'pciTag' was here
+
+ Reported-by: Johannes Obermayr <johannesobermayr@gmx.de>
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 05fd00f46eb3be46d669921d11dff6fe8a5bb60b
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Sat Oct 29 16:58:41 2011 -0700
+
+ pciTag was removed from xorg-server, so provide it in-driver until this is updated to use libpciaccess
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 1a4dc3fb35223b708f27746b9d30a068a046cf3a
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Sat Oct 29 16:47:43 2011 -0700
+
+ Disable PC98 code on newer servers.
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 28aef0c4a45288751b2d5b7d5d0c452a116a5b38
+Author: Satoshi KImura <satosi.kimura@nifty.ne.jp>
+Date: Fri Oct 21 15:34:41 2011 -0700
+
+ Add support for the NEC PC-9821
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=1837
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit f5a8080f149a2f2658b7773ae7db7c67c52c4199
+Author: Stefan Potyra <sistpoty@ubuntu.com>
+Date: Thu Oct 20 14:44:44 2011 -0700
+
+ Limit the maximul pitch of GD5436 and GD5446
+
+ Limit the maximum supported pitch of the GD5446 to 4088, since the internal
+ pitch register is only 9 bit (and contains the pitch left shifted by 3).
+
+ See https://bugs.freedesktop.org/show_bug.cgi?id=23775
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 9fcfd1aa760023e449cbb8c1eebd0bb570a6aacb
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Wed Oct 19 00:12:15 2011 -0700
+
+ Build fix for ABI Version 12
+
+ ABI Version 12 removes support for multiple PCI domains. If you need to
+ use this driver on a system with more than one PCI domain, you should
+ either port this driver to using libpciaccess directly or stick with an
+ older server.
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 80f60e4af0e0b124335c5a09cad0b1eb42583536
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Mon Oct 17 01:42:00 2011 -0700
+
+ Use malloc/calloc/realloc/free directly
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit 3e5ebc4c1b9c2f751e50415b0d1bbb670c659eac
+Author: Jeremy Huddleston <jeremyhu@apple.com>
+Date: Mon Oct 17 01:40:17 2011 -0700
+
+ GD5436 timings are the same as GD5446
+
+ Based on information from http://www.xfree86.org/3.3.6/cirrus1.html
+ See: https://bugs.freedesktop.org/show_bug.cgi?id=4169
+
+ Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
+
+commit e4f80ffd9dbcc08f361cda560036584f19386e0a
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 09:34:26 2010 -0700
+
+ Sun's copyrights now belong to Oracle
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 366a025a3f3d90e526c639c9048bf5eb2a150d09
+Author: Jesse Adkins <jesserayadkins@gmail.com>
+Date: Tue Sep 28 13:29:50 2010 -0700
+
+ Purge cvs tags.
+
+ Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit c3daa8cd1d413463d9fd8a37e0bf7e4a726294a4
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 21 16:49:04 2010 -0400
+
+ config: add comments for main statements
+
+commit 278aaf299ce331d80e9f7cab16de486af59838b1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 21 16:07:00 2010 -0400
+
+ config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 33b562de1f0cca64b42f406421f831fb4b560241
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 21 14:37:41 2010 -0400
+
+ config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 7e57f3cfab16385964b99cb50b5a72d886147a2a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 21 14:05:22 2010 -0400
+
+ config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit eab829dcd71757dc67115b3abce7a5e19f3b6344
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Jul 21 09:27:42 2010 -0400
+
+ config: complete AC_INIT m4 quoting
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit edf97d9e61b3d2fcdf55dbe17750440f9a7e9e2c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 21:44:57 2010 -0400
+
+ config: remove unrequired AC_SUBST([XORG_CFLAGS])
+
+ This macro is called by PKG_CHECK_MODULES
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 78c1ea02b3e219e466b83ef00eec54f307c2ec68
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 20:24:42 2010 -0400
+
+ config: remove unrequired AC_HEADER_STDC
+
+ Autoconf says:
+ "This macro is obsolescent, as current systems have conforming
+ header files. New programs need not use this macro".
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit fed5c9e4c8d0b5b4c706f67ccba5556cb4b0b1bd
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 19:41:30 2010 -0400
+
+ config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
+
+ XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
+ AC_PROG_C_C99. This sets gcc with -std=gnu99.
+ If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 4b18662b6f90e78914f4bac9e5ae682d9bd1dbd5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 18:45:18 2010 -0400
+
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit d0e8c28f0bbc56573a8260c3ee077eb61813ca0e
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 16:15:29 2010 -0400
+
+ config: upgrade to util-macros 1.8 for additional man page support
+
+ Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+ The value of MAN_SUBST is the same for all X.Org packages.
+
+commit ebb417ee48cb68a173d1853559dbad8b0461b7b6
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Fri Jan 15 15:53:13 2010 -0800
+
+ Update Sun license notices to current X.Org standard form
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 80e115c8cdc051e0b9aced2c809997f4545457c7
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Dec 15 22:01:02 2009 -0500
+
+ configure.ac: remove unused sdkdir=$(pkg-config...) statement
+
+ The sdkdir variable isn't use, so remove the statement.
+
+ Acked-by: Dan Nicholson <dbn.lists@gmail.com>
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit ad50be355b8ba3963534e45f564ed94e9a3ffc24
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Nov 23 09:25:05 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit 385557063f63121ba8ae81ec75f765b4fb9e5d7a
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:41:41 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Automake 'foreign' option is specified in configure.ac.
+ Remove from Makefile.am
+
+commit d2bed9c37b379ccd88163ec009a7aff5a84203aa
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:09:09 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Add missing INSTALL file. Use standard GNU file on building tarball
+ README may have been updated
+ Remove AUTHORS file as it is empty and no content available yet.
+ Remove NEWS file as it is empty and no content available yet.
+
+commit 53b83b628cce7811f0de9836e37c452c76906d91
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 26 12:54:21 2009 -0400
+
+ Several driver modules do not have a ChangeLog target in Makefile.am #23814
+
+ The git generated ChangeLog replaces the hand written one.
+ Update configure.ac to xorg-macros level 1.3.
+ Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
+ Update Makefile.am to add ChangeLog target if missing
+ Remove ChangeLog from EXTRA_DIST or *CLEAN variables
+ This is a pre-req for the INSTALL_CMD
+
+commit 70204fab0297c9b0297c4205fe946ee45b814a0d
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 15:31:26 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit f68b55531f0ba74820ae59d0aebd025aeae8ddf5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 12:34:16 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit 5cbe6d11d11070da698a6a3ddd5d95d1cff34da1
+Author: Dave Airlie <airlied@redhat.com>
+Date: Thu Jul 30 12:04:26 2009 +1000
+
+ cirrus: bump for release 1.3.2
+
commit 4ecaa548a996475fbb4c6403698b2ecaf35e9d6b
Author: Dave Airlie <airlied@redhat.com>
Date: Tue Jul 28 15:22:40 2009 +1000