ChangeLog 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. commit 46e71051e0eb879a3d08ceb5675afbfdbff1f57b
  2. Author: Matt Turner <mattst88@gmail.com>
  3. Date: Mon Jan 21 22:47:57 2013 -0800
  4. xf86-video-sunffb 1.2.2
  5. commit 17f43d1d727081f022872a6df88ceebc5a4c3628
  6. Author: Adam Jackson <ajax@redhat.com>
  7. Date: Tue Sep 25 08:54:56 2012 -0400
  8. Remove mibstore.h
  9. Signed-off-by: Adam Jackson <ajax@redhat.com>
  10. commit 079960018061e5ae261ee7f627c6afb859177ef4
  11. Author: Dave Airlie <airlied@gmail.com>
  12. Date: Mon Jul 16 19:12:32 2012 +1000
  13. sunffb: fix XAA-less build.
  14. Signed-off-by: Dave Airlie <airlied@redhat.com>
  15. commit 5954960d4bbaee9ee4d2d3a4d1ca9a93d02f6697
  16. Author: Dave Airlie <airlied@redhat.com>
  17. Date: Thu Jun 7 18:41:23 2012 +0100
  18. sunffb: port to new compat API.
  19. Signed-off-by: Dave Airlie <airlied@redhat.com>
  20. commit 20e5b57ca3186dd58f88bc663e410aeea638100f
  21. Author: Jeremy Huddleston <jeremyhu@apple.com>
  22. Date: Sat Oct 29 19:56:26 2011 -0700
  23. Add missing prototypes to silence warnings
  24. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
  25. commit d76eda9d1c6456ece6b5e2a6b8a772293e10beb6
  26. Author: Jeremy Huddleston <jeremyhu@apple.com>
  27. Date: Sat Oct 29 19:52:52 2011 -0700
  28. Use malloc/calloc/realloc/free directly
  29. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
  30. commit 205ed4acdfc9e73821b83244cb27f808bbab9933
  31. Author: Jesse Adkins <jesserayadkins@gmail.com>
  32. Date: Tue Sep 28 13:29:51 2010 -0700
  33. Purge cvs tags.
  34. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
  35. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  36. commit 0fceb69e06e143e6a0c4ced64c1237ec420c85b8
  37. Author: Gaetan Nadon <memsize@videotron.ca>
  38. Date: Wed Jul 21 16:49:04 2010 -0400
  39. config: add comments for main statements
  40. commit fcc30b64c0d5512ab8acd4248da5aaaa12e10b80
  41. Author: Gaetan Nadon <memsize@videotron.ca>
  42. Date: Wed Jul 21 16:07:00 2010 -0400
  43. config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
  44. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  45. commit 3c193eae6b172540eb1127f3f78619e562b8f18d
  46. Author: Gaetan Nadon <memsize@videotron.ca>
  47. Date: Wed Jul 21 14:37:41 2010 -0400
  48. config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  49. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  50. commit 482076d49e7e6077c8d8bf68bbf7814b79b4b5ff
  51. Author: Gaetan Nadon <memsize@videotron.ca>
  52. Date: Wed Jul 21 14:05:23 2010 -0400
  53. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  54. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  55. commit 46c139525092a5d0565a8d0efd53605c216f1f93
  56. Author: Gaetan Nadon <memsize@videotron.ca>
  57. Date: Wed Jul 21 09:27:42 2010 -0400
  58. config: complete AC_INIT m4 quoting
  59. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  60. commit e4720abcbd0965eeb58bdd1eee66506c8b46110a
  61. Author: Gaetan Nadon <memsize@videotron.ca>
  62. Date: Tue Jul 20 21:44:58 2010 -0400
  63. config: remove unrequired AC_SUBST([XORG_CFLAGS])
  64. This macro is called by PKG_CHECK_MODULES
  65. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  66. commit ad2fcf65a4b26d4313ad3ff164f8a6f103bf2fe2
  67. Author: Gaetan Nadon <memsize@videotron.ca>
  68. Date: Tue Jul 20 20:24:42 2010 -0400
  69. config: remove unrequired AC_HEADER_STDC
  70. Autoconf says:
  71. "This macro is obsolescent, as current systems have conforming
  72. header files. New programs need not use this macro".
  73. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  74. commit 6b4530c9a82f2a499e961d3eaa370b6b918ae2d4
  75. Author: Gaetan Nadon <memsize@videotron.ca>
  76. Date: Tue Jul 20 19:41:31 2010 -0400
  77. config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  78. XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
  79. AC_PROG_C_C99. This sets gcc with -std=gnu99.
  80. If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
  81. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  82. commit cec4e973f7b494f246aaae6f6680710efcec414d
  83. Author: Gaetan Nadon <memsize@videotron.ca>
  84. Date: Tue Jul 20 18:45:19 2010 -0400
  85. config: update AC_PREREQ statement to 2.60
  86. Unrelated to the previous patches, the new value simply reflects
  87. the reality that the minimum level for autoconf to configure
  88. all x.org modules is 2.60 dated June 2006.
  89. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  90. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  91. commit a7761b1173073145f76eb5b8beb7ebf22affe4cc
  92. Author: Gaetan Nadon <memsize@videotron.ca>
  93. Date: Tue Jul 20 16:15:30 2010 -0400
  94. config: upgrade to util-macros 1.8 for additional man page support
  95. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  96. The value of MAN_SUBST is the same for all X.Org packages.
  97. commit b66ebd55e7464563a6ff41c847cf8d339c9c90c5
  98. Author: Gaetan Nadon <memsize@videotron.ca>
  99. Date: Sun Jun 13 11:17:54 2010 -0400
  100. COPYING: replace stub file with actual Copyright notices.
  101. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  102. commit de8b9a67020f0e12b55a7de017398d050600ca41
  103. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  104. Date: Fri Jan 15 15:07:08 2010 -0800
  105. Update Sun license notices to current X.Org standard form
  106. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  107. commit 41591e982529a47cce8cbb8705a360c95cf76914
  108. Author: Gaetan Nadon <memsize@videotron.ca>
  109. Date: Tue Dec 15 22:01:02 2009 -0500
  110. configure.ac: remove unused sdkdir=$(pkg-config...) statement
  111. The sdkdir variable isn't use, so remove the statement.
  112. Acked-by: Dan Nicholson <dbn.lists@gmail.com>
  113. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  114. commit 5b29cc8ca27522d25dcfb9216824ecdbd5870601
  115. Author: Gaetan Nadon <memsize@videotron.ca>
  116. Date: Mon Nov 23 09:25:06 2009 -0500
  117. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  118. Now that the INSTALL file is generated.
  119. Allows running make maintainer-clean.
  120. commit 049a5b39f0c22e56e405b7fd57633aede75b9634
  121. Author: Gaetan Nadon <memsize@videotron.ca>
  122. Date: Wed Oct 28 14:41:41 2009 -0400
  123. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  124. Automake 'foreign' option is specified in configure.ac.
  125. Remove from Makefile.am
  126. commit 0a68d33d6fdc8119869bae778cdb9fae196ed652
  127. Author: Gaetan Nadon <memsize@videotron.ca>
  128. Date: Wed Oct 28 14:09:09 2009 -0400
  129. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  130. Add missing INSTALL file. Use standard GNU file on building tarball
  131. README may have been updated
  132. Remove AUTHORS file as it is empty and no content available yet.
  133. Remove NEWS file as it is empty and no content available yet.
  134. commit b65c79395c4e7d54c55894e4c2dfd47b0df9c785
  135. Author: Gaetan Nadon <memsize@videotron.ca>
  136. Date: Mon Oct 26 12:54:22 2009 -0400
  137. Several driver modules do not have a ChangeLog target in Makefile.am #23814
  138. The git generated ChangeLog replaces the hand written one.
  139. Update configure.ac to xorg-macros level 1.3.
  140. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
  141. Update Makefile.am to add ChangeLog target if missing
  142. Remove ChangeLog from EXTRA_DIST or *CLEAN variables
  143. This is a pre-req for the INSTALL_CMD
  144. commit d7849069734c731951e2708dc552e7fb55293dd5
  145. Author: Gaetan Nadon <memsize@videotron.ca>
  146. Date: Thu Oct 22 12:34:18 2009 -0400
  147. .gitignore: use common defaults with custom section # 24239
  148. Using common defaults will reduce errors and maintenance.
  149. Only the very small or inexistent custom section need periodic maintenance
  150. when the structure of the component changes. Do not edit defaults.
  151. commit a0bbebcbd8cb77580327829e9bfc7bb1edaa851e
  152. Author: Denis Gilmore <dennis@ausil.us>
  153. Date: Tue Sep 8 15:35:37 2009 +1000
  154. sunffb: define %g2 and %g3 registers when building 64 bit version of the sunffb driver
  155. commit 2e5762537082ee14425e16db53a5f9e5c5f81f70
  156. Author: Gaetan Nadon <memsize@videotron.ca>
  157. Date: Mon Sep 7 11:12:13 2009 -0400
  158. xf86-video-sunffb: Remove unused .cvsignore file #23776
  159. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  160. commit 03b1a6d6d92e8f751c93cc7996e26d929d02f3b0
  161. Author: Dave Airlie <airlied@redhat.com>
  162. Date: Mon Sep 7 15:10:03 2009 +1000
  163. sunffb 1.2.1
  164. commit ecf5ecebcfc3ec6490111876895ab3a67197e565
  165. Author: Peter Hutterer <peter.hutterer@who-t.net>
  166. Date: Thu Jul 16 12:44:57 2009 +1000
  167. Update to xextproto 7.1 support.
  168. DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
  169. need to include dpmsconst.h if xextproto 7.1 is available.
  170. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  171. commit 4f881efe2ec8ae4def01014f9acf7400e93a807f
  172. Author: Julien Cristau <jcristau@debian.org>
  173. Date: Mon May 4 18:39:10 2009 +0200
  174. Remove DRI remnants from build system
  175. commit 330e87f2a5c26aedc9b8f204a7e713f0a3aa3773
  176. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  177. Date: Fri Jan 30 21:04:20 2009 -0800
  178. Add README with pointers to mailing list, bugzilla & git repos
  179. commit 55b1ad67715c9af1a652bc893b072ed0cf8d94c0
  180. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  181. Date: Fri Jan 9 16:35:58 2009 -0800
  182. Remove xorgconfig & xorgcfg from See Also list in man page
  183. commit 18c56ae8c3f5bbb133db426e9c253d47bb72a0d4
  184. Author: Adam Jackson <ajax@redhat.com>
  185. Date: Wed Sep 3 15:35:42 2008 -0400
  186. sunffb 1.2.0
  187. commit a58df3038b1913b54ca2e8ebb19ff23a7c7d1e6a
  188. Author: Adam Jackson <ajax@redhat.com>
  189. Date: Wed Sep 3 15:35:22 2008 -0400
  190. Fix distcheck.
  191. commit 54c2addfceb3d8336268fa4ffcd65c418da72b0d
  192. Author: Adam Jackson <ajax@redhat.com>
  193. Date: Tue Aug 19 10:25:43 2008 -0400
  194. Uninclude xf86Version.h
  195. commit 3ac0f6635abba7550e84c2becab544bf321fb285
  196. Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  197. Date: Sat Mar 8 23:57:47 2008 +0100
  198. Makefile.am: nuke RCS Id
  199. commit bd8ef525a9421d21468fb006fe98173bbac7e274
  200. Author: Benjamin Close <Benjamin.Close@clearchain.com>
  201. Date: Thu Jan 10 10:22:09 2008 +1030
  202. Fix compilation after dri removal in the last commit
  203. Found by: Tinderbox
  204. commit 843d93e775cd46a0e24e1a725594fa2d942f14ba
  205. Author: David S. Miller <davem@davemloft.net>
  206. Date: Fri Dec 28 23:55:06 2007 +0200
  207. Remove DRI support to fix build after devPrivates rework
  208. This driver uses devprivates of all kinds, but this is
  209. only done in deprecated and unused code so we can simply
  210. remove it all.
  211. DRM/DRI support has been commented out for years, and was
  212. done during the conversion over to XAA acceleration. This
  213. code would need to be essentially rewritten to work again,
  214. so we can just remove this stuff for now.
  215. The rest were either:
  216. 1) DRI/DRM related uses
  217. 2) the private allocation code
  218. 3) cases that could index to the pScrn to get the FFB private
  219. And that's all fixed up here.
  220. Signed-off-by: David S. Miller <davem@davemloft.net>
  221. commit 5c1e059cfed608b1f051cc8825c1243db76e8995
  222. Author: Brice Goglin <bgoglin@debian.org>
  223. Date: Tue Aug 7 13:53:20 2007 +0200
  224. Define FFB_*_VERSION using PACKAGE_VERSION*
  225. commit 697a0195476c9a65b5ee17ccca3eab60439ffdad
  226. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  227. Date: Thu Mar 1 11:04:01 2007 -0800
  228. renamed: .cvsignore -> .gitignore
  229. commit b86a3f4662d384e3a3540340bfd5171ab2523c34
  230. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  231. Date: Thu Mar 1 11:03:41 2007 -0800
  232. modified: man/sunffb.man
  233. commit 57dcab65e95003ecabc25fbc4b3c01b8558538fa
  234. Author: Adam Jackson <ajax@nwnk.net>
  235. Date: Fri Apr 7 21:27:00 2006 +0000
  236. Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
  237. commit 78d80c93260b9a67c65b12cb5cf4c4e624efc144
  238. Author: Adam Jackson <ajax@nwnk.net>
  239. Date: Thu Jan 26 03:26:06 2006 +0000
  240. Remove remaining cfb-isms and dead accel code.
  241. commit 214eb92d43214e206cdb38e72ae0f5c667b5d29f
  242. Author: Adam Jackson <ajax@nwnk.net>
  243. Date: Wed Jan 25 22:53:12 2006 +0000
  244. Remove xf8_32wid damage, it is going away.
  245. commit 19dd5927079ac262d45660907f336e8838bad374
  246. Author: Kevin E Martin <kem@kem.org>
  247. Date: Wed Dec 21 02:30:03 2005 +0000
  248. Update package version for X11R7 release.
  249. commit defa4b890adf74f8036fe0e7fe35eef9ca38faf4
  250. Author: Adam Jackson <ajax@nwnk.net>
  251. Date: Mon Dec 19 16:25:55 2005 +0000
  252. Stub COPYING files
  253. commit 8aaf8c1f61e8528eaa12179509900251ae4893e8
  254. Author: Kevin E Martin <kem@kem.org>
  255. Date: Thu Dec 15 00:24:20 2005 +0000
  256. Update package version number for final X11R7 release candidate.
  257. commit 05917a2d030d8359b2a30f471e7100bc020d5a3f
  258. Author: Adam Jackson <ajax@nwnk.net>
  259. Date: Wed Dec 14 20:42:18 2005 +0000
  260. Bug #4890" Include the assembly in the build (Ferris McCormick)
  261. commit da7b74edb223745fc38dce3d3107a00784714f03
  262. Author: Kevin E Martin <kem@kem.org>
  263. Date: Tue Dec 6 22:48:39 2005 +0000
  264. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  265. commit 1bf0231995e8ad32a839854d08d8f3bdc3a385dd
  266. Author: Kevin E Martin <kem@kem.org>
  267. Date: Sat Dec 3 05:49:35 2005 +0000
  268. Update package version number for X11R7 RC3 release.
  269. commit dd99c53ed663b390f497a4a8032ab795fd0cba4b
  270. Author: Kevin E Martin <kem@kem.org>
  271. Date: Fri Dec 2 02:16:10 2005 +0000
  272. Remove extraneous AC_MSG_RESULT.
  273. commit 23f5a1d4c6cbd7a2ab130cedbf7a785ba518d69d
  274. Author: Adam Jackson <ajax@nwnk.net>
  275. Date: Wed Nov 30 18:51:52 2005 +0000
  276. Bump libdrm dep to 2.0.
  277. commit bcf2a2c5eb91537c33f1838d8591916badc89d74
  278. Author: Adam Jackson <ajax@nwnk.net>
  279. Date: Tue Nov 29 23:30:04 2005 +0000
  280. Only build dlloader modules by default.
  281. commit a0f33f27d401967657ce0ed037b6591d84060e99
  282. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  283. Date: Mon Nov 28 22:04:13 2005 +0000
  284. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  285. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  286. commit 625bfc14e7bc3bc10f4c7f9abdc1c5df217d94fc
  287. Author: Eric Anholt <anholt@freebsd.org>
  288. Date: Mon Nov 21 10:49:19 2005 +0000
  289. Add .cvsignores for drivers.
  290. commit 5bc8aaccae7475e21fc9fc97651c2076f96e9483
  291. Author: Kevin E Martin <kem@kem.org>
  292. Date: Wed Nov 9 21:31:21 2005 +0000
  293. Bump version numbers for X11R6.9/X11R7 RC2.
  294. commit 43e39abb4c9bf91e5218a73ed4bb74c2acf6ce56
  295. Author: Kevin E Martin <kem@kem.org>
  296. Date: Wed Nov 9 21:15:21 2005 +0000
  297. Update package version number for X11R7 RC2 release.
  298. commit 2803b5c7c60eed0202098924bd7614df66a98ddd
  299. Author: Kevin E Martin <kem@kem.org>
  300. Date: Tue Nov 1 15:08:55 2005 +0000
  301. Update pkgcheck depedencies to work with separate build roots.
  302. commit 51f8f302cfd06be9398d04e326ace75662b0504d
  303. Author: Adam Jackson <ajax@nwnk.net>
  304. Date: Fri Oct 21 18:40:19 2005 +0000
  305. Bug #4829: Remove some useless DRI symbol checks.
  306. commit 3648fd25fe2c38ef70a86ea090e3566793d823a1
  307. Author: Kevin E Martin <kem@kem.org>
  308. Date: Wed Oct 19 02:48:05 2005 +0000
  309. Update package version number for RC1 release.
  310. commit 1b43194ffc88097b5a5906d7b1e02da3ef4c3d73
  311. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  312. Date: Tue Oct 18 00:01:54 2005 +0000
  313. Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  314. substitutions to work better with BSD make
  315. commit 39077f5188e3d24692a34b628966dd6f6ffdc6ee
  316. Author: Adam Jackson <ajax@nwnk.net>
  317. Date: Mon Oct 17 22:57:36 2005 +0000
  318. More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  319. of indirectly
  320. commit b59dd8a3ba59fa7ea117e239a55847dc723163c9
  321. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  322. Date: Mon Oct 17 00:09:06 2005 +0000
  323. Use sed & cpp to substitute variables in driver man pages
  324. commit 047c415b8f094d6fbcc24d09bc70bd02959b9ffc
  325. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  326. Date: Tue Sep 27 22:22:16 2005 +0000
  327. Add some files to the rendition and sunffb build systems
  328. commit 45a0e677c8332c19e003cd85caa22b6f8376ab1f
  329. Author: Felix Kuehling <fxkuehl@gmx.de>
  330. Date: Thu Sep 22 14:20:53 2005 +0000
  331. Fixed DRI detection in the sunffb configure script. Without this DRI was
  332. not detected properly. As a result DRM include paths were missing on
  333. the compiler command line and the build failed if DRI was enabled in
  334. the Xorg server. Committing after no feedback from the xorg-modular
  335. list in over a week. If it breaks something, feel free to revert this
  336. and revoke my commit rights. ;-)
  337. commit 71d1b743cab6e93ef33bcb840f2da6e0068dfac2
  338. Author: Daniel Stone <daniel@fooishbar.org>
  339. Date: Thu Aug 18 09:03:50 2005 +0000
  340. Update autogen.sh to one that does objdir != srcdir.
  341. commit 4bdcfaaa58cc36d156ca94b55b3f9ac9ceb113ec
  342. Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
  343. Date: Mon Aug 15 07:30:05 2005 +0000
  344. Egbert's 64bit fixes for mixed 32/64bit clients
  345. commit 56b87a3418a34b8f9290e87675c244e7de781dd4
  346. Author: Adam Jackson <ajax@nwnk.net>
  347. Date: Sun Jul 31 17:19:29 2005 +0000
  348. Post-merge fixups:
  349. - Disable building the gamma driver
  350. - Fix numerous Imakefiles to get header paths and subdirs right
  351. - Symlink client-side GLX lib source from Mesa
  352. - Add new shader subdirs to the Mesa core build
  353. - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it,
  354. since they don't generate protocol, and it was breaking the build.
  355. commit 72d32dd10f53317b9dadde67e723327cc2018a16
  356. Author: Kevin E Martin <kem@kem.org>
  357. Date: Fri Jul 29 21:22:45 2005 +0000
  358. Various changes preparing packages for RC0:
  359. - Verify and update package version numbers as needed
  360. - Implement versioning scheme
  361. - Change bug address to point to bugzilla bug entry form
  362. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  363. reenable it)
  364. - Fix makedepend to use pkgconfig and pass distcheck
  365. - Update build script to build macros first
  366. - Update modular Xorg version
  367. commit d2b894704751df14f61e0b63333f4b2d89ca8e4e
  368. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  369. Date: Wed Jul 27 21:23:29 2005 +0000
  370. Add xf86driproto to dependencies for drivers with DRI support. Patch from
  371. Donnie Berkholz
  372. commit 1aaf55726f4f85b24d24458dfca9d463df01bc15
  373. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  374. Date: Tue Jul 26 23:36:05 2005 +0000
  375. Build system for sunffb
  376. commit 52138352933072b2f38e5b6de4ed4b11c0212732
  377. Author: Adam Jackson <ajax@nwnk.net>
  378. Date: Mon Jul 11 02:30:01 2005 +0000
  379. Prep for modular builds by adding guarded #include "config.h" everywhere.
  380. commit 39421243b0318ce2e9c10a93d1b9dbd4ff5b4411
  381. Author: Daniel Stone <daniel@fooishbar.org>
  382. Date: Sun Jul 3 08:53:43 2005 +0000
  383. Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
  384. commit 95f88d487422b022457a1d2f2611b10b77ed9b46
  385. Author: Daniel Stone <daniel@fooishbar.org>
  386. Date: Sun Jul 3 07:01:27 2005 +0000
  387. Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
  388. Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
  389. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
  390. source files in the xserver/xorg tree, predicated on defines of
  391. HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
  392. <X11/fonts/foo.h>.
  393. commit 632161e98ed1ce857d572d8b65bbd8be3bc5a15a
  394. Author: Daniel Stone <daniel@fooishbar.org>
  395. Date: Fri Jul 1 22:43:21 2005 +0000
  396. Change all misc.h and os.h references to <X11/foo.h>.
  397. commit a0644204d1fa8413f20a701fe00b89ca1ba49d04
  398. Author: Adam Jackson <ajax@nwnk.net>
  399. Date: Sat Jun 25 21:16:56 2005 +0000
  400. Bug #3626: _X_EXPORT tags for video and input drivers.
  401. commit e5efbae7842e99b4f5d7a8cf322fa91fde5b343b
  402. Author: Adam Jackson <ajax@nwnk.net>
  403. Date: Fri May 20 16:15:02 2005 +0000
  404. Bug #3346: Don't include DRI-internal headers from the drivers. Pointed out
  405. by Kevin Martin.
  406. commit 6c9a3742c576454eb7f56433c3196968bc73a991
  407. Author: Adam Jackson <ajax@nwnk.net>
  408. Date: Wed May 18 17:47:36 2005 +0000
  409. Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
  410. number of the DRIInfoRec, disambiguating it from the XF86DRI protocol
  411. version number. Modify DRIQueryVersion to return the libdri version
  412. number, which all DDXes were requesting implicitly. Fix the DDXes to
  413. check for the DRIINFO version they were compiled against.
  414. commit 74b13899c20fcbe5030fbf6891e3931a2de9b50f
  415. Author: Daniel Stone <daniel@fooishbar.org>
  416. Date: Wed Apr 20 12:25:30 2005 +0000
  417. Fix includes right throughout the Xserver tree:
  418. change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
  419. change "foo.h", "extensions/foo.h" and "X11/foo.h" to
  420. <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
  421. change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
  422. commit f4d45d198607956fb059941905b990be952fd33f
  423. Author: Adam Jackson <ajax@nwnk.net>
  424. Date: Fri Jan 14 06:08:03 2005 +0000
  425. Bug #1891: XAA support for Sun FFB. (Dave S. Miller)
  426. commit 7c14b1189ac8605de9be3d85c338563396bb9c06
  427. Author: Eric Anholt <anholt@freebsd.org>
  428. Date: Wed Jun 16 09:44:00 2004 +0000
  429. Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers,
  430. with the following notes:
  431. - Savage and Mach64 (= ati/ati*.[ch] changes) DRI not merged due to
  432. insecurity.
  433. - VIA driver converted to new drmContext and drmHandle names.
  434. - Radeon driver merge conflicted in many places, and MergedFB at least
  435. could probably use some checking at this point.
  436. commit f47ae0017ff8c7fa8ec7c5a9da7e3d5775ee2673
  437. Author: Eric Anholt <anholt@freebsd.org>
  438. Date: Wed Jun 16 09:27:15 2004 +0000
  439. DRI trunk-20040613 import
  440. commit a302d3993349aeec3fbf3bf753e1e7d57519b300
  441. Author: Eric Anholt <anholt@freebsd.org>
  442. Date: Wed Jun 16 09:23:59 2004 +0000
  443. DRI XFree86-4_3_99_12-merge import
  444. commit e04839d52cadd3b08c48d86d7416d28e7c89427c
  445. Author: Egbert Eich <eich@suse.de>
  446. Date: Fri Apr 23 19:48:17 2004 +0000
  447. Merging XORG-CURRENT into trunk
  448. commit 73d194647e988fa127f73c989fb233fab78a03fc
  449. Author: Egbert Eich <eich@suse.de>
  450. Date: Sun Mar 14 08:33:37 2004 +0000
  451. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  452. commit a0f5bdc28ef96f2a7c8c8c2a74fc6decef974702
  453. Author: Egbert Eich <eich@suse.de>
  454. Date: Wed Mar 3 12:12:25 2004 +0000
  455. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  456. commit 8f3d03cefe870b257186d6c874eb62f4805cb228
  457. Author: Egbert Eich <eich@suse.de>
  458. Date: Thu Feb 26 13:35:55 2004 +0000
  459. readding XFree86's cvs IDs
  460. commit 3ab17ec38c3f6c072884cc677677b95bfd84d293
  461. Author: Egbert Eich <eich@suse.de>
  462. Date: Thu Feb 26 09:23:27 2004 +0000
  463. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  464. commit 00f21f357a123a981d1ffaedc8e3a24b17f07cb0
  465. Author: Kaleb Keithley <kaleb@freedesktop.org>
  466. Date: Tue Nov 25 19:28:42 2003 +0000
  467. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  468. commit d9ee679d756a1151893c58620ba396c0f2b3bdbf
  469. Author: Kaleb Keithley <kaleb@freedesktop.org>
  470. Date: Fri Nov 14 16:48:55 2003 +0000
  471. XFree86 4.3.0.1
  472. commit 68c56916d79bf06e26e01c3e84206edc928d9b51
  473. Author: Kaleb Keithley <kaleb@freedesktop.org>
  474. Date: Fri Nov 14 16:48:55 2003 +0000
  475. Initial revision