1commit dc1f918c15ecca548d8d3d6ec547a6d1cd4dff77
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Thu May 4 17:56:58 2023 -0700
4
5    xf86-video-geode 2.11.21
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit a6c02a86675554ee8b9a5d3278376b5053e824b9
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Thu May 4 17:53:29 2023 -0700
12
13    Makefile.am: swap order of ACLOCAL_AMFLAGS
14    
15    Causes autoreconf to fail with:
16    libtoolize:   error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS
17    
18    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
19
20commit cad9e93a84d1f42777cf1c2a50f30f482b0d0a9e
21Author: Alan Coopersmith <alan.coopersmith@oracle.com>
22Date:   Wed Aug 3 16:01:56 2022 -0700
23
24    src/gfx/i2c_acc.c: Convert from ISO-8859-1 to UTF-8
25    
26    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28commit a8afaf6e7e3f75a6364063138ed29ea0fadf1019
29Author: Alan Coopersmith <alan.coopersmith@oracle.com>
30Date:   Wed Aug 3 15:59:40 2022 -0700
31
32    gitlab CI: add a basic build test
33    
34    Forces 32-bit build since it fails to build 64-bit
35    
36    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38commit 27ea30c38994b689d6e27e8fac8c63d69179f9b5
39Author: Alan Coopersmith <alan.coopersmith@oracle.com>
40Date:   Sat Jan 22 11:04:32 2022 -0800
41
42    Fix spelling/wording issues
43    
44    Found by using:
45        codespell --builtin clear,rare,usage,informal,code,names
46    
47    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48
49commit 2c415eb841c94238cf49c44dea4a83fa83621307
50Author: Alan Coopersmith <alan.coopersmith@oracle.com>
51Date:   Sat Jan 22 10:47:51 2022 -0800
52
53    Build xz tarballs instead of bzip2
54    
55    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
56
57commit ae82f4b2746eb24295389f184bc18a9cb6c8f31c
58Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
59Date:   Mon May 17 21:50:23 2021 +0300
60
61    Mention iomem=relaxed in the README FAQ for Linux 4.x+ requirements
62    
63    Thanks to Ben Hutchings for pointing out that vesafb and legacy X
64    drivers can peacefully coexist if iomem=relaxed gets added to the
65    Linux kernel cmdline options.
66    
67    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
68
69commit 0bb81df318e2dbd093040ba35a51b726b8954cb5
70Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
71Date:   Tue Dec 15 20:17:25 2020 +0200
72
73    Updated the README's FAQ for Linux 4.x+ requirements
74
75commit ba63bf6821c40707237ad2e7a13352a537e5b588
76Author: Christian Gmeiner <christian.gmeiner@gmail.com>
77Date:   Thu Dec 3 14:22:23 2020 +0100
78
79    fix 'multiple definition of' linker error
80    
81    Fix for FTBFS due to -fno-common on GCC 10.
82    
83    Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
84
85commit c8c1e7ffbeb81bbaa148ed3f66e45e373e35ddad
86Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
87Date:   Fri Sep 20 12:45:29 2019 +0300
88
89    Geode 2.11.20
90    
91    This release restores compatibility with xserver-1.20 and newer.
92    
93    VALIDATION PLATFORM
94     * Debian (X server 1.20.4) on FIC ION603A (Geode LX800).
95    
96    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
97
98commit df37efae78f874b219758dc05d4740477d371300
99Author: Alan Coopersmith <alan.coopersmith@oracle.com>
100Date:   Sun Nov 25 13:57:53 2018 -0800
101
102    Update configure.ac bug URL for gitlab migration
103    
104    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
105
106commit c428d075998d7ebd50046094aa0b2ecc39bb353f
107Author: Alan Coopersmith <alan.coopersmith@oracle.com>
108Date:   Sun Nov 18 12:41:22 2018 -0800
109
110    Update README for gitlab migration
111    
112    Also update http: URL's to https:
113    
114    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
115
116commit 8382e6bb0c76a8029493eae3f2d7a3dbfd0cfc12
117Author: Adam Jackson <ajax@redhat.com>
118Date:   Mon Mar 5 10:28:15 2018 -0500
119
120    gx: Fix RANDR initialization for xserver 1.20
121    
122    xf86DisableRandR() doesn't exist anymore, and we don't need it anyway,
123    the core code will notice that we set up RANDR ourselves.
124    
125    Signed-off-by: Adam Jackson <ajax@redhat.com>
126
127commit 09aaa3d1fae4aeb099b16e7a046151761bcdea95
128Author: Adam Jackson <ajax@redhat.com>
129Date:   Tue Jan 24 09:53:06 2017 -0500
130
131    Remove call to LoaderGetOS
132    
133    On OSes that don't have a /dev/videox we'll just fail the open() and not
134    initialize the Xv adaptor.
135    
136    Signed-off-by: Adam Jackson <ajax@redhat.com>
137
138commit ec3440ea602aa2c8fc826adfd921506aec60eb7d
139Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
140Date:   Sat Dec 10 15:18:28 2016 +0200
141
142    Geode 2.11.19
143    
144    This release restores compatibility with xserver-1.19 and newer.
145    
146    VALIDATION PLATFORM
147     * Debian (X server 1.19.0) on FIC ION603A (Geode LX800).
148    
149    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
150
151commit 4d27afae183123ad947416e98cb6cb62e20aeebe
152Author: Adam Jackson <ajax@redhat.com>
153Date:   Tue Jul 19 10:03:56 2016 -0400
154
155    Adapt Block/WakeupHandler signature for ABI 23
156    
157    Signed-off-by: Adam Jackson <ajax@redhat.com>
158
159commit 9b04a4df4239e7e9414402f8522cb31728481a27
160Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
161Date:   Wed Feb 3 20:38:37 2016 +0200
162
163    Geode 2.11.18
164    
165    This release restores compatibility with xserver-1.18 and newer.
166    
167    Conditional support for the Geode MSR device on FreeBSD is merged.
168    
169    GX acceleration and compositing is upgraded to current standards.
170    
171    LX switching to VT and back is restored. Farewell blanks screens!
172    
173    VALIDATION PLATFORM
174     * Debian (X server 1.18.0) on FIC ION603A (Geode LX800).
175    
176    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
177
178commit cecdf5085739649dc3b52e343c246f6c3c1dda4d
179Author: Connor Behan <connor.behan@gmail.com>
180Date:   Tue Dec 1 18:45:59 2015 -0500
181
182    LX: Restore old VT switch code
183    
184    Calls for enabling and disabling outputs were removed from the VT switch
185    routine when RandR support was added. Presumably, this is because the
186    server already sets DPMS properly on a VT switch. However, DDX code can
187    undo what the server does so it seems best to keep the explicit calls.
188    
189    Closes: X.Org Bugzilla #80825
190    
191    Signed-off-by: Connor Behan <connor.behan@gmail.com>
192
193commit 44c508916af7a6e59d898829faaec599dbd51f4a
194Author: Arrigo Marchiori <ardovm@yahoo.it>
195Date:   Mon Sep 28 13:52:34 2015 +0300
196
197    Geode MSR support for FreeBSD
198    
199    The file src/geode_msr.c does not compile under FreeBSD.
200    The attached patch allows to compile the driver.
201    
202    Closes: Free Desktop Bug #92158
203    
204    Signed-off-by: Arrigo Marchiori <ardovm@yahoo.it>
205
206commit aecb0803d318e8100d6024f34a96df225ff738aa
207Author: Connor Behan <connor.behan@gmail.com>
208Date:   Thu Aug 27 01:09:53 2015 -0400
209
210    Fix GX UploadToScreen and DownloadFromScreen
211    
212    Even though most embedded drivers don't do it, there could be a slight
213    advantage on a single arch from reimplementing unaccelerated UTS and DFS
214    since the xserver avoids assembly. This does not remove them, it merely
215    updates them to work with the latest EXA.
216    
217    Signed-off-by: Connor Behan <connor.behan@gmail.com>
218
219commit d0d07108b7db4536ec12a45d5b7633b1abb22f60
220Author: Connor Behan <connor.behan@gmail.com>
221Date:   Tue Aug 25 23:32:29 2015 -0400
222
223    Fix GX composite hooks
224    
225    These need to fallback for solid and gradient pictures.
226    
227    Signed-off-by: Connor Behan <connor.behan@gmail.com>
228
229commit fc5d97e06c922de929017f676a58adf741770bc7
230Author: Matthew Green <mrg@NetBSD.org>
231Date:   Mon Jul 20 10:37:16 2015 +0200
232
233    Properly hide config.h inclusion inside HAVE_CONFIG_H.
234    
235    v2: make config.h inclusion the first one.
236    
237    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
238    Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
239
240commit 97e53b5896752a7e504d0159a7009418e2510521
241Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
242Date:   Wed May 20 11:24:30 2015 +0300
243
244    Geode 2.11.17
245    
246    This release restores compatibility with xserver-1.17.
247    
248    Support for the Geode MSR device on OpenBSD is merged.
249    
250    VALIDATION PLATFORM
251     * Debian (X server 1.17.1) on FIC ION603A (Geode LX800).
252    
253    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
254
255commit f98301ad73b84915358ce6f6d2522b36c4b603d9
256Author: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
257Date:   Thu Mar 12 10:50:57 2015 +0100
258
259    Fix building Geode against xserver 1.17
260    
261    The xf86MapVidMem API is gone. Use pciaccess calls where applicable and mmap for XpressROMPtr.
262    
263    Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
264
265commit 621d946e56efac2c779b83b1a5c6b645169c4ebd
266Author: Brian A. Lloyd <brian.lloyd@familyhonor.net>
267Date:   Wed Oct 1 12:35:18 2014 +0300
268
269    Add config.h include to src/lx_memory.c
270    
271    The src/lx_memory.c file uses the xf86.h header file.  This file must have
272    HAVE_STRNDUP defined before calling it when the building platform has a strndup
273    function.  When using config.h, this file doesn't have that define and so fails
274    to compile.
275    
276    The attached patch adds the conditional config.h to this file so it may compile
277    on the affected platforms.
278    
279    The patch is trivial and may be included and used under whatever licensing
280    desired.
281    
282    Closes: Free Desktop Bug #84541
283    
284    Signed-off-by: Brian A. Lloyd <brian.lloyd@familyhonor.net>
285
286commit efb42fc933a4198645691a94fe350f361cbf55a8
287Author: Marc Balmer <mbalmer@netbsd.org>
288Date:   Thu Sep 25 16:11:56 2014 +0300
289
290    Geode MSR support for OpenBSD
291    
292    This patch adds conditional support for the Geode MSR device on OpenBSD.
293    
294    Signed-off-by: Marc Balmer <mbalmer@netbsd.org>
295    Signed-off-by: Matthieu Herrb <matthieu@openbsd.org>
296
297commit 6ec1e2df7aeb78332fee0dd90900906e58aa790b
298Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
299Date:   Thu Jul 17 03:28:26 2014 +0300
300
301    Geode 2.11.16
302    
303    This release restores compatibility with xserver-1.15 and newer
304    by adding a missing xf86Modes.h include to src/geode_dcon.c
305    
306    VALIDATION PLATFORM
307     * Debian (X server 1.15.99.904) on FIC ION603A (Geode LX800).
308    
309    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
310
311commit 70b131d09b7d21df1d1ffcf6a4e50d3086924228
312Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
313Date:   Sat Feb 8 14:58:26 2014 +0200
314
315    No need to conditionalize the xf86Modes.h include.
316
317commit 9707a7a5eac25536a5150fc12d9ace52420b4d36
318Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
319Date:   Sat Feb 8 13:27:11 2014 +0200
320
321    Added conditional include to fix FTBFS on xserver 1.15 and up.
322    
323    Thanks to Maarten Lankhorst for the fix.
324
325commit c2d956a1e9bba7fa7877544f8e036ae78faa441f
326Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
327Date:   Wed Oct 9 14:48:45 2013 +0300
328
329    Geode 2.11.15
330    
331    This release restores compatibility with xserver-1.14 by removing
332    mibstore.h includes and miInitializeBackingStore() functions.
333    Since Nov.2010 (commit c4c4676) the only purpose of mibstore.h
334    was to define an empty function for backward compatibility.
335    
336    Build helpers migrate to contemporary [build-aux] and [m4].
337    
338    VALIDATION PLATFORM
339     * Debian (X server 1.14.3) on FIC ION603A (Geode LX800).
340    
341    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
342
343commit 69a8eedfe62d0df9037d86b47f2a6e34ba3c40a8
344Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
345Date:   Thu Oct 3 01:29:35 2013 +0300
346
347    Migrate AC_CONFIG_AUX_DIR to [build-aux]
348    
349    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
350
351commit b57f56b311d7f9702459f2bfd5330141f6b2bcff
352Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
353Date:   Wed Oct 2 22:39:49 2013 +0300
354
355    Fix whitespace in AC_INIT
356    
357    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
358
359commit 7d9f923e15eca509cd61f4f01ebbb0b2bf49d73c
360Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
361Date:   Wed Oct 2 22:35:12 2013 +0300
362
363    Bump AC_PREREQ to 2.60 as suggested by Gaetan Nadon
364    
365    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
366
367commit cb36826843017583aecbc77c4dbeb8ec5198c016
368Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
369Date:   Wed Oct 2 22:18:42 2013 +0300
370
371    libtool upgrade to include m4 directory
372    
373    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
374
375commit ed0b153f320a95a11bd561726d2405823573500e
376Author: Adam Jackson <ajax@redhat.com>
377Date:   Wed Jan 9 22:16:26 2013 -0500
378
379    Remove mibstore.h
380    
381    Signed-off-by: Adam Jackson <ajax@redhat.com>
382
383commit a96a4e28a079499b18b441f0b6c05c50dd86ead6
384Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
385Date:   Sun Nov 25 11:12:58 2012 +0200
386
387    Geode 2.11.14
388    
389    This release restores compatibility with xserver-1.13, cairo-1.12 and gtk-3:
390    
391    * Fix building with new xserver-1.13 (Maarten Lankhorst)
392      + Implement xserver-1.13 API changes.
393      + Make XAA support optional (dropped as of xserver-1.13).
394    * Implement solid source pictures acceleration for cairo-1.12 (Mart Raudsepp)
395    * Fix EXA Composite implementation in the LX component (Mart Raudsepp)
396      Restores icon and text rendering for GNOME 3 fallback mode.
397    
398    This release also improves compatibility with non-Linux/non-32-bit hardware:
399    * Fix compiling on 64-bit hosts (Dave Airlie)
400    * Fix compiling on non-Linux platforms (Martin-Éric Racine)
401    
402    VALIDATION PLATFORMS
403     * Debian (X server 1.7.7) on Artec DBE61.
404     * Debian (X server 1.12.14) on FIC ION603A.
405     * Fedora (X server 1.13) on OLPC XO-1.
406
407commit cec433840fde8be3ee6b8ce916b416f44d15a794
408Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
409Date:   Sat Nov 24 12:02:32 2012 +0200
410
411    pre-release whitespace cleanup using ../modular/x-indent-all.sh
412
413commit 4e6f1e68344d52cd80f85843a2a9830add042a34
414Author: Mart Raudsepp <leio@gentoo.org>
415Date:   Tue Nov 20 09:14:31 2012 +0200
416
417    NEWS: Release notes for 2.11.14
418
419commit a02c099af60c96b440edcc2b0afbd0be0b349ee8
420Author: Mart Raudsepp <leio@gentoo.org>
421Date:   Tue Nov 20 08:30:13 2012 +0200
422
423    NEWS: Fix placement order of 2.11.10 NEWS compared to others
424
425commit 45ca66ee73bfe04a7ac17e2086f2e5d20bfa93e9
426Author: Mart Raudsepp <leio@gentoo.org>
427Date:   Sat Nov 17 23:51:39 2012 +0200
428
429    lx_exa: Improvements to negative srcX/Y PictOpSrc/Over operations
430    
431    Adds handling of negative srcX or srcY coordinates, which is used by gtk3
432    GtkTrayIcon implementation via cairo for centering icons on top of the
433    destination area.
434    
435    For now just handle the drawing within source pixmap bounds in these
436    cases, as full handling of the out of bound zero-vector for PictOpSrc
437    seems to require bigger refactoring, which is not suitable for the
438    impending stable release.
439    The approach implemented here should result in correct rendering for
440    PictOpOver (as out of bounds with non-repeat mode ends up meaning
441    transparency). For PictOpSrc no black borders are rendered where
442    appropriate, but before this approach, no source pixmap would even be
443    rendered at all, so it should be a net improvement for the upcoming
444    release, while fixing the gtk3 icons in GNOME3 fallback.
445    
446    The completely out of bounds special case check didn't work correctly for
447    negative srcX or srcY because exaScratch.srcWidth/Height are unsigned
448    types, so the negative srcX or srcY got casted to unsigned, which resulted
449    in a big number, so srcX >= 0 was always true (but GCC managed to not warn
450    of the implicit signedness cast).
451    
452    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=51360
453
454commit a46486b05f4674fc17f36947c97bc281c1d00d26
455Author: Mart Raudsepp <leio@gentoo.org>
456Date:   Tue Oct 23 11:40:11 2012 +0300
457
458    lx_exa: Implement solid pictures support as source with a mask
459    
460    cairo-1.12 uses solid pictures instead of 1x1R pixmaps in glyph rendering
461    paths, so accelerate it.
462    In addition to acceleration, it avoids a bug in xserver-1.13.0 and earlier
463    which causes visible misrendering for fallback path, making cairo-1.12 a
464    viable and desired choice on GeodeLX systems.
465    Quick benchmarking suggests a 4-12% win in cairo-traces.
466
467commit 85f25321661b24324d9e8fb6415abc0fda12436d
468Author: Mart Raudsepp <leio@gentoo.org>
469Date:   Tue Oct 23 11:35:18 2012 +0300
470
471    lx_exa: Remove unused srcPixmap member from exaScratch
472    
473    Became redundant with commit 32a927b8e6
474
475commit 5cfd7591b2f6ccb57d698738faa3fa800088f972
476Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
477Date:   Tue Oct 2 18:05:55 2012 +0300
478
479    Clarified the copyright and license of src/geode_msr.c src/geode_blend.h
480    
481    Debian's 'licensecheck' tool showed these two files to have unspecified
482    copyright and license. Git log clarifies that these had been created by
483    Jordan Crouse when he was still at AMD, so their stock copyright notice
484    was copied as-is from other files in src/
485
486commit 65d9954ef61b7e22252d38cc81db710a8ec0b22b
487Author: Mart Raudsepp <leio@gentoo.org>
488Date:   Tue Sep 18 08:43:51 2012 +0300
489
490    lx_exa: Downgrade src/dst format warnings to fallbacks to not spam the log
491    
492    We don't support 10bit wide color channels, BGRA and other types, which mainly
493    cause these fallbacks. The ErrorF's were unwarranted, these are just fallbacks
494    as any other, so don't output these warnings without GEODE_TRACE_FALL.
495
496commit 5f7797cadeaf8a28612b9d0c394f8507eb687c34
497Author: Mart Raudsepp <leio@gentoo.org>
498Date:   Tue Sep 18 08:41:53 2012 +0300
499
500    lx_exa: Fix crash with solid fills on PictOpAdd operations
501    
502    lx_check_composite has many special checks for PictOpAdd to return
503    successfully early, but these were done even earlier than the check
504    for solid fills. This resulted in lx_prepare_composite assuming
505    the source pixmap exists, which is not the case with solid fills.
506    Move the solid fill fallback checks before the others, so we are
507    guaranteed to always have a source pixmap in PrepareComposite and
508    Composite and don't crash trying to access a NULL pointer.
509    
510    Also move up the mask check to do less checks in the PictOpAdd logic.
511
512commit 4a20e8ac285cfe8a033f771ac8df25f873db9908
513Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
514Date:   Wed Aug 29 12:53:00 2012 +0300
515
516    NEWS: add information about releases since 2.11.9
517    
518    ...and flip the location of the recent src/Makefile.am addition.
519
520commit 0e64b1252c51e380f72f6ff0bdb6836a6e27071d
521Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
522Date:   Thu Aug 9 18:59:03 2012 +0300
523
524    src/Makefile.am: added missing compat-api.h to geode_drv_la_SOURCES
525
526commit 86a879a1ec9771c45b0bffb18f7fd13854b1e84a
527Author: Mart Raudsepp <leio@gentoo.org>
528Date:   Thu Jul 26 10:28:22 2012 +0300
529
530    configure: Make the new XAA checks work, and other improvements
531    
532    commit 68646c31 added XAA checks were too early, when XORG_CFLAGS isn't
533    declared yet, so it got never enabled. Move the block after xorg-server
534    pkg-config checks, which declare XORG_CFLAGS.
535    Change configure to fail if --enable-xaa is explicitly requested, but
536    XAA headers are not found.
537    Other tweaks for more autoconf-ism.
538    
539    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
540
541commit a83fcb6f84995dc50b8adffc27e264a663fbd606
542Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
543Date:   Sat Jul 21 12:36:51 2012 +0200
544
545    Initial stab at converting geode to new X1.13 API
546    
547    Preparing to compile geode on X 1.13
548    All compiler errors are gone as far as I can tell,
549    but I lack the hardware to verify it works as well.
550
551commit 68646c3119a69a8391a49f2d565672d73829e2c9
552Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
553Date:   Sat Jul 21 12:36:17 2012 +0200
554
555    Allow building on Xservers without XAA
556
557commit cb0e67bbc019b170194b3b51e2a47fca8d3aeac1
558Author: Mart Raudsepp <leio@gentoo.org>
559Date:   Wed Jul 25 07:23:35 2012 +0300
560
561    lx_exa: Fix EXA minor version checks
562    
563    The old version of just checking for EXA_MINOR_VERSION >= 2 would
564    stop working if ever EXA gets a new major version, as minor would be
565    reset to 0, and start unexpectedly working again when minor gets bumped
566    gradually up to 2 again.
567    Other drivers also assume that a new major would still have the vfunc we use.
568
569commit dc0dbd41745f99dcd9ca3fda05acf5a5f11a6960
570Author: Mart Raudsepp <leio@gentoo.org>
571Date:   Wed Jul 25 04:44:18 2012 +0300
572
573    Fix an unused variable warning in geode_driver.c
574    
575    geode_driver.c:372:9: warning: variable 'cpu_detected' set but not used [-Wunused-but-set-variable]
576    Was used only in a DEBUGMSG, which has since been made not do anything ever, so just kill
577    it completely, as the debug message wasn't useful anyway.
578
579commit 1ed67d70ac9d3afd9b372c311aaf7b77e38b3e21
580Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
581Date:   Wed Jul 11 15:50:28 2012 +0300
582
583    Whitespace cleanup using ../modular/x-indent.sh
584
585commit b9afafec0a26eaec49e7f0ff08297c2bb795a9c2
586Author: Dave Airlie <airlied@redhat.com>
587Date:   Tue Apr 3 11:08:09 2012 +0100
588
589    geode: fix compile on x86-64 in tinderbox.
590    
591    geode_ddc.c: In function 'GeodeI2CInit':
592    geode_ddc.c:158: error: cast to pointer from integer of different size
593    
594    Signed-off-by: Dave Airlie <airlied@redhat.com>
595
596commit 048c67d6f351083741ef68e94a278a445c16436d
597Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
598Date:   Mon Jan 2 17:49:10 2012 +0200
599
600    z4l.c: drop unnecessary #include linux/types.h
601    
602    On hybrid platforms, such as Debian GNU/KFreeBSD, that support V4L2
603    and yet without providing the full complement of Linux headers, ZTV
604    fails to compile because of this missing header.
605    
606    Given how removing this header does not adversely affect compiling,
607    plus it might improve portability, we went ahead and removed it.
608    
609    Nonetheless, as observed by Gaetan Nadon, z4l.c includes code that
610    explicitly disables the module on any OS other than Linux:
611    
612        LoaderGetOS(&osname, NULL, NULL, NULL);
613    
614        if (osname == NULL || strcmp(osname, "linux") != 0) {
615        if (errmaj)
616            *errmaj = LDR_BADOS;
617        if (errmin)
618            *errmin = 0;
619    
620        return NULL;
621        }
622    
623    Still, in the interest of OS neutrality, we decided to leave recent
624    autoconf magic in place and to let OS vendors figure out how to get
625    the module loaded on non-Linux OS themselves. Patches are welcome.
626    
627    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
628
629commit e420d7956afceeb41f20179cedc28d46aebdb29f
630Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
631Date:   Mon Dec 26 22:13:22 2011 +0200
632
633    Geode 2.11.13
634    
635    This release mainly features a complete overhaul of the building scripts plus
636    a cleanup of deprecated macros. The key benefit is that this Geode driver can
637    finally build on FreeBSD and on other platforms not offering V4L2 support and
638    that it can also build on a 64-bit host using its 32-bit personality.
639    
640    Support for the Video Input Port (VIP) feature of the Geode LX found in 'ztv'
641    is now documented and the source code saw the removal of deprecated Linux 2.4
642    backward compatibility code. Compiling is skipped on platforms without V4L2.
643    
644    Configuration for laptops featuring WXGA resolutions is finally documented.
645    
646    Setting the GEODE_TRACE_FALL macro now enables composite operation tracing on
647    this driver. This can be used to profile the performance during development.
648    
649    Fixes to keep this driver compilable on recent X servers are also included.
650    
651    VALIDATION PLATFORMS
652    * Debian/stable (X server 1.7.7) on Artec DBE61 and Hercules EC-800.
653    * Ubuntu/Precise (X server 1.10.4) on FIC ION603A.
654    
655    Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
656
657commit 7e7fe26882dada5878d5450e64c043ba7b0737fd
658Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
659Date:   Sun Dec 25 21:43:40 2011 +0200
660
661    Fix lx_display.c:360:9: warning: ISO C90 forbids mixed declarations and code
662
663commit 515d232162c8ea2c5ecabf12b88b0bf4eb5102e7
664Author: Adam Jackson <ajax@redhat.com>
665Date:   Mon Dec 19 17:47:38 2011 -0500
666
667    Fix for new vgaHW ABI
668    
669    Signed-off-by: Adam Jackson <ajax@redhat.com>
670
671commit 78052e0d3e28c7e6e08666d9ed2bcc64f5e93540
672Author: Gaetan Nadon <memsize@videotron.ca>
673Date:   Tue Nov 29 12:02:32 2011 -0500
674
675    DCONDPMSSet: handle error return code on "write" to avoid a warning
676    
677    The author of the write() system call has deemed important for the caller
678    to check the return code. If not, the compiler issues a warning.
679    
680    The patch handles a bad return code from write() just in the same way
681    as the code does for the open() calls.
682    
683    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
684
685commit db7155395e794eb276f853c7642f62727e29a0b9
686Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
687Date:   Tue Nov 29 23:49:06 2011 +0200
688
689    README: added example of ZTV loading to EC800 xorg.conf sample.
690
691commit d072870e20c360fb0ec1baefc6abcb11a6d4687c
692Author: Gaetan Nadon <memsize@videotron.ca>
693Date:   Tue Nov 29 14:20:17 2011 -0500
694
695    README: do not suggest compiling with xserver older than 1.3
696    
697    This was done at one point in time by some drivers (3 that I remember)
698    but the workarounds all have been removed since. The tarballs created
699    by those drivers picked-up whatever code happened to be on the
700    developer disk and was not in git. The code was not maintained
701    and in fact did not work thereafter.
702    
703    http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/configure.ac
704    ?id=84f69081abaeef8b05cafb64d3102eb2abdf9a8e
705    
706    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
707
708commit 2890f6c431a6de0726c6c53a800074f95d71294e
709Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
710Date:   Thu Nov 24 21:47:35 2011 +0200
711
712    README: added info about how to calculate arbitrary laptop modelines.
713
714commit e520739e9ce18a48df7d873de16022aec21d7d3c
715Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
716Date:   Mon Nov 21 22:47:23 2011 +0200
717
718    README: whitespace cleanup.
719
720commit edb6a6380e0db6be06fe89e7d73dedbca945550f
721Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
722Date:   Mon Nov 21 22:42:41 2011 +0200
723
724    README: harmonize x.org versus freedesktop.org as much as possible.
725
726commit 308430e8898e29ae111bf4f552f4d7554b96fda2
727Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
728Date:   Mon Nov 21 22:34:26 2011 +0200
729
730    README: add info about the Geode mailing list and Bugzilla component.
731
732commit 1108f9cfac5b78fc9660174aa4df592ecd87d287
733Author: Gaetan Nadon <memsize@videotron.ca>
734Date:   Mon Nov 14 14:52:21 2011 -0500
735
736    Remove unrequired large file descriptor partial support
737    
738    The LFS "transitional extension" API is deprecated and is not available on FreeBSD.
739    Large file support (64 bit) is not required on the geode 32 bit only architecture.
740    
741    There are some hints that the LFS transional extension API were not used
742    correclty. The variable holding the value is held in an unsigned long rather
743    than in off_t. The msr open call did not use the O_LARGEFILE flag and did not
744    check for EOVERFLOW.
745    
746    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
747
748commit 0daee9eb57c826da120edf35c50e8947a43f19b2
749Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
750Date:   Mon Nov 21 10:54:10 2011 +0200
751
752    README: a little bit of proofreading wouldn't hurt now, would it?
753
754commit d1c40f2d5baa2d964499412c7f1c443c9ee63626
755Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
756Date:   Mon Nov 21 10:24:29 2011 +0200
757
758    README: added a sample xorg.conf for 1024x600 and 800x480 laptops.
759
760commit 8fc372b4e239005dda60f45737468f1e82571457
761Author: Gaetan Nadon <memsize@videotron.ca>
762Date:   Sun Nov 20 15:58:03 2011 -0500
763
764    config: fix Autoconf warnings and improve comments
765    
766    These changes have been done in all other video drivers.
767    
768    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
769
770commit 725d6ddc0b0888af9b033ccb6ce88c9800a791f9
771Author: Gaetan Nadon <memsize@videotron.ca>
772Date:   Sun Nov 20 15:35:29 2011 -0500
773
774    config: The compiler version to use is now set in XORG_DEFAULT_OPTIONS
775    
776    In this case "now" means a couple of years ago. All of Xorg is compiled
777    with AC_PROG_CC_C99. It shows up in config.log as CC='gcc -std=gnu99'.
778    
779    The removed statement was resetting the compiler to C89 as it comes
780    after XORG_DEFAULT_OPTIONS.
781    
782    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
783
784commit 40aae069bb15cda123f5e08b757ca93166e62db8
785Author: Gaetan Nadon <memsize@videotron.ca>
786Date:   Sun Nov 20 15:24:00 2011 -0500
787
788    config: remove a few dead/obsolete lines of code
789    
790    HAVE_XEXTPROTO_71 not used in Makefile.
791    AC_HEADER_STD is very obsolete.
792    AC_SUBST([XORG_CFLAGS]) is redundant.
793    DRIVER_NAME is correctly no longer used.
794    AC_SUBST([moduledir]) has just been moved up.
795    
796    Any erroneously removed statements above would result
797    in a configuration failure.
798    
799    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
800
801commit fa0e88bfe00baa648ab3b1184b56f7dc5536aa21
802Author: Gaetan Nadon <memsize@videotron.ca>
803Date:   Sat Nov 19 15:33:33 2011 -0500
804
805    Move back ztv with geode driver
806    
807    Now we have a clean separation between CPP flags and C Flags
808    Only the C Flags apply to both geode and ztv driver, however
809    it is not worth doing a per target compilation.
810    
811    Should some flags become mutually exclusive and if we want to have
812    both target in the same makefile, add the incompatible flag
813    on the appropriate target, example:
814    
815    geode_drv_la_CFLAGS = $(AM_CFLAGS) -newCFlag
816    and/or
817    geode_drv_la_CPPFLAGS = $(AM_CPPFLAGS) -newCPPFlag
818    
819    Note that both AM_CFLAGS and AM_CPPFLAGS are picked-up by both
820    geode and ztv driver target.
821    
822    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
823
824commit 03529b7b35fa8d7b5bac277d6abe1caf0557301a
825Author: Gaetan Nadon <memsize@videotron.ca>
826Date:   Sat Nov 19 13:22:32 2011 -0500
827
828    Separate compiler from pre-processor options
829    
830    Clean-up what goes in AM_CFLAGS and AM_CPPFLAGS
831    Use more descriptive names such that comments are not needed.
832    
833    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
834
835commit ac99bf2c5cdf86f039a290397614ca042a56c8db
836Author: Gaetan Nadon <memsize@videotron.ca>
837Date:   Fri Nov 18 16:36:12 2011 -0500
838
839    Detect 32bit support on 64bit OS and compile with -m32 if found
840    
841    For gcc compiler only at the moment.
842    The configuration reports if support is found or not, e.g.:
843    
844       checking if gcc supports the -m32 Intel/AMD option... yes
845    
846    The configuration C test relies on #include unistd.h which includes
847    features.h which includes gnu/stubs.h which includes gnu/stubs-32.h
848    which is missing on 64 bit system without the 32 bit library support.
849    
850    Tested on x86_64 AMD64 CPU with/without libc6-dev-i386 which provides
851    32 bit support. Remains to be tested on Geode and FreeBSD 32/64 bit.
852    
853    The configuration does not attempt to decide if building should proceed
854    or be aborted. If no 32 bit support then the build will die in the
855    assembly code as it always did before.
856    
857    The variable M32_CFLAGS provides the flag for the makefiles.
858    The variable names and organization is subject to change.
859    
860    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
861
862commit 3021c6df08004ec9ed846fec4000d798148eeb0e
863Author: Gaetan Nadon <memsize@videotron.ca>
864Date:   Thu Nov 17 19:47:10 2011 -0500
865
866    geode source: streamline whitespace and sort alphabetically
867    
868    No functional changes.
869    
870    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
871
872commit c1993fa8e5bf07bbd43b09ae2ec27c287725d81e
873Author: Gaetan Nadon <memsize@videotron.ca>
874Date:   Thu Nov 17 19:21:01 2011 -0500
875
876    Remove -I linux_v26 as the directory does not exist
877    
878    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
879
880commit 4eaba919fccc7618aee0b2f58294e460640bedb9
881Author: Gaetan Nadon <memsize@videotron.ca>
882Date:   Thu Nov 17 12:32:55 2011 -0500
883
884    Remove unused and misleading I386ARCH configuration code
885    
886    The AM_CONDITIONAL I386ARCH is not used.
887    
888    The AC_CHECK_DECLS is misleading as it suggests there could be some i*86
889    system with a 64 bit architecture which is incorrect.
890    It also provides false results on 64 bit computer.
891    
892    The generated HAVE_DECL_XXX are not used anyway.
893    
894    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
895
896commit 65275e62415ded849f9986a36ad55ca3c96dc331
897Author: Gaetan Nadon <memsize@videotron.ca>
898Date:   Thu Nov 17 12:20:13 2011 -0500
899
900    Remove -DPNL_SUP for the ztv driver
901    
902    Only the gx driver provide such a panel.
903    
904    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
905
906commit 60c3f5f7e9482d29f043504860319aeead7b9a69
907Author: Gaetan Nadon <memsize@videotron.ca>
908Date:   Thu Nov 17 09:32:24 2011 -0500
909
910    Remove duplicate warning variable and werror option
911    
912    Use already existing:
913      --enable-strict-compilation
914                              Enable all warnings from compiler and make them
915                              errors (default: disabled)
916    which, byt the way was broken as it was not implemented in geode.
917    
918    Use already existing CWARNINGFLAGS variable, so there is no need
919    to define GCC_WARNINGS.
920    
921    Both come from util-macros version 1.4 or later.
922    http://cgit.freedesktop.org/xorg/util/macros/tree/xorg-macros.m4.in
923    ?id=03b04a6b5d61aafbd2705f7d29e58e0c92553a4a
924    
925    If you configure with a later version of util-macros you may see new
926    warnings appear as additional flags have been added over the years.
927    
928    You get better support for platforms/compiler differences.
929    
930    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
931
932commit 5f228208cc65348e35aa24b6cddae1df19b67fa5
933Author: Gaetan Nadon <memsize@videotron.ca>
934Date:   Wed Nov 16 20:14:08 2011 -0500
935
936    Remove unrequired .s assembly files automake support
937    
938    Only the suffixes .s, .S, and .sx are recognized by automake
939    as being files containing assembly code.
940    
941    http://www.gnu.org/software/automake/manual/automake.html#Assembly-Support
942    
943    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
944
945commit fc9957114875edb94cba89a4f4f0e023f2c98bfb
946Author: Gaetan Nadon <memsize@videotron.ca>
947Date:   Wed Nov 16 19:47:08 2011 -0500
948
949    Remove ztv LINUX_2_6 switch and dead code
950    
951    The makefile defines LINUX_2_6 so the "else" code is dead.
952    The port from kernel 2.4 is complete.
953    
954    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
955
956commit 100576b3a0a38da7a957969745b2cf087929c478
957Author: Gaetan Nadon <memsize@videotron.ca>
958Date:   Wed Nov 16 19:15:17 2011 -0500
959
960    Remove broken duplicate visibility configure option
961    
962    This was added by commit f762b456 in 2007 and has been since implemented
963    in the server which returns it in XORG_CFLAGS
964    
965    pkg-config --cflags xorg-server
966    
967    The server also takes care of platforms and compilers being used.
968    Currently the visibility is set twice and even if you disable it,
969    it is still passed through XORG_CFLAGS.
970    
971    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
972
973commit 970d142abe2fa09b294dd2bfa860fe3bbcaa8c68
974Author: Gaetan Nadon <memsize@videotron.ca>
975Date:   Wed Nov 16 17:01:48 2011 -0500
976
977    Remove unused LINUX_2_6 macro from geode driver makefile
978    
979    It is used in ztv but not geode driver.
980    In the wake of more platforms other than linux, might as well
981    remove any source of confusion.
982    
983    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
984
985commit 65625eac28af7cf3164e5560478cd18aaa0ac33e
986Author: Gaetan Nadon <memsize@videotron.ca>
987Date:   Wed Nov 16 15:20:07 2011 -0500
988
989    Remove HAVE__GX HAVE_LX and OPT_ACCEL from ztv build
990    
991    These macros are not used in z4l.c.
992    
993    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
994
995commit dd8eadc53732ed2929e38c565240147165767625
996Author: Gaetan Nadon <memsize@videotron.ca>
997Date:   Wed Nov 16 15:11:18 2011 -0500
998
999    Remove no longer used AMD_V4L2_VIDEO from makefiles
1000    
1001    This macro has been removed every where from source code.
1002    
1003    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1004
1005commit fc19e7d2bd256663b4a731661a35abcf435eaf18
1006Author: Gaetan Nadon <memsize@videotron.ca>
1007Date:   Wed Nov 16 14:07:10 2011 -0500
1008
1009    Add a configure option to enable/disable building the ztv driver
1010    
1011    Even when V4L2 is available there are always reasons why distros
1012    may not want to build the driver.
1013    
1014    This patch uses a common idiom in xorg.
1015    When no configure option is specified ztv is built iff v4l2 is detected (auto).
1016    When user issues --disable-ztv, the ztv driver is not built (no)
1017    When user issues --enable-ztv, the ztv driver is built (yes) if v4l2 is detected
1018    but the configuration fails if v4l2 is missing. Distros do not want silent
1019    failures when a feature is explicitly requested but cannot be built.
1020    
1021    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1022
1023commit 23b85b3fcd1439561f0693755a31f7fded50741b
1024Author: Gaetan Nadon <memsize@videotron.ca>
1025Date:   Tue Nov 15 19:36:17 2011 -0500
1026
1027    Add conditional build for ztv
1028    
1029    Detect the presence of Video4Linux V2 and do not build if missing.
1030    
1031    The geode driver is no longer Linux only.
1032    
1033    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1034
1035commit e4b771572d7b0797a794340ab8fb8b1db91a5eb1
1036Author: Gaetan Nadon <memsize@videotron.ca>
1037Date:   Tue Nov 15 18:02:34 2011 -0500
1038
1039    Move ztv driver to it's own directory
1040    
1041    The convention is to have the video driver (geode) in the src subdir
1042    and any other targets (utils, apps, other drivers) in their own
1043    directory. It makes it much simpler to right a correct makefile
1044    and to set conditional compile.
1045    
1046    This highlighted a few things to fix. For now, the directory includes
1047    have not been copied as they are required. The AM_CCASFLAGS is not required
1048    either as there is no assembler.
1049    
1050    Other than that, the gcc command issued has no differences. Other unrequired
1051    defines could be removed later.
1052    
1053    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1054
1055commit 2b3767b9e424ce371c342c9c9a2f2ae1f61df1fd
1056Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1057Date:   Sat Nov 19 02:29:20 2011 +0200
1058
1059    README: emphasize that "ztv" is the name of that VIP driver.
1060
1061commit aa7cd847d821ed639f7d18a5114a13c324f6f227
1062Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1063Date:   Sat Nov 19 02:17:22 2011 +0200
1064
1065    README: properly call the LX's video input port feature "VIP"
1066
1067commit 9bbc7bc49f1d04d41d7e1750b81cfce45e4ddf42
1068Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1069Date:   Thu Nov 17 02:15:27 2011 +0200
1070
1071    Added info about 'ztv' a.k.a. the V4L2 driver for LX in README.
1072
1073commit 9e8a766cfb458cdc791f4c4a932fe51638a8bc73
1074Author: Gaetan Nadon <memsize@videotron.ca>
1075Date:   Tue Nov 15 16:55:15 2011 -0500
1076
1077    Add gx_randr.c Copyright statement to COPYING
1078    
1079    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1080
1081commit b724ff4045994fff721db4ab67f8aa418cc4f707
1082Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1083Date:   Mon Nov 14 08:44:32 2011 +0200
1084
1085    Revert "Only enable z4l.c on Linux" until we have a consensus.
1086
1087commit 587d4e40e58e70649968261f73b7fb2078349f4f
1088Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1089Date:   Sun Nov 13 15:48:29 2011 +0200
1090
1091    Revised BSD check in geode_msr.c
1092
1093commit ee52d73fd2c68740b1ff3cdb5b1bf2a6d941090d
1094Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1095Date:   Sun Nov 13 03:40:01 2011 +0200
1096
1097    Move the z4l.c test to src/Makefile.am where it should be.
1098
1099commit d193a42b3596ceb9dfaa66af71edd1f15ecc75bd
1100Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1101Date:   Sun Nov 13 03:23:21 2011 +0200
1102
1103    Added two #ifdef to enable building on FreeBSD.
1104
1105commit ee6296ecb8bf5c9b5e7fa3eade5fa45245b66d62
1106Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1107Date:   Sun Nov 13 03:14:51 2011 +0200
1108
1109    Whitespace cleanup.
1110
1111commit f6745f544feeb7443405f4b87043be9b721236b5
1112Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1113Date:   Sun Nov 13 03:10:01 2011 +0200
1114
1115    Only enable z4l.c on Linux.
1116
1117commit f15f4da59a80533f3864aa6c54b4471e272d5c80
1118Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1119Date:   Wed Apr 6 22:13:09 2011 +0300
1120
1121    Added info about the Geode developers' IRC channel in README.
1122
1123commit 3c1375afdb9e1be524adae98c3713397d50e3a3e
1124Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1125Date:   Sun Mar 13 16:17:06 2011 +0200
1126
1127    Proofread and restructured the README for clarity.
1128
1129commit 9d0986232cb417f41aee934b655cc0bbbae5f99b
1130Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1131Date:   Sun Mar 13 15:21:31 2011 +0200
1132
1133    Added README section about supported resolutions.
1134    
1135    Inverted two FAQ sections so as to bring the answer about WXGA
1136    right below this new supported resolutions section.
1137
1138commit 8eab313cdf0cdc53ea936c7a9dd716d1000e1c56
1139Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1140Date:   Sun Mar 13 15:10:28 2011 +0200
1141
1142    Removed README note about minimal version.
1143    
1144    b9a5a86a402832fe699e43b3030932b50ae821a0 restored code compatibility
1145    with X server 1.4.
1146
1147commit c465e19ff53db4be42dabcfafde510f79508c531
1148Author: Priit Laes <plaes@plaes.org>
1149Date:   Sun Mar 13 03:40:53 2011 +0200
1150
1151    Add optional composite operation fallback tracing
1152    
1153    Changing GEODE_TRACE_FALL to 1 allows to easily find the unaccelerated
1154    code paths in a given use case while working on driver performance.
1155    
1156    Signed-off-by: Priit Laes <plaes@plaes.org>
1157    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
1158
1159commit 4fd7500bb16b80ea9aee8dc61c5b11e9deb8281f
1160Author: Mart Raudsepp <leio@gentoo.org>
1161Date:   Sat Mar 12 22:17:19 2011 +0200
1162
1163    Fix parameter ordering for calloc/xnfcalloc calls
1164    
1165    First argument is the number of elements and second the size of one
1166    element, not vice-versa.
1167    
1168    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
1169
1170commit 1a23956758d17a8b4c1d8acebf8acc94358c37b9
1171Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1172Date:   Sun Feb 13 21:52:55 2011 +0200
1173
1174    Geode 2.11.12
1175
1176commit 30d46e6c28479e07ac8328b6f4dfc2692eb1ac6d
1177Author: Martin-Éric Racine  <martin-eric.racine@iki.fi>
1178Date:   Mon Feb 7 00:04:06 2011 +0000
1179
1180    Stop including "linux/videodev.h" in z4l.c
1181    V4L1 support was dropped as of Linux kernel 2.6.38
1182
1183commit 509f6085ce7747d76f638a7a30170c437b296a40
1184Author: Daniel Drake <dsd@laptop.org>
1185Date:   Sun Feb 6 20:22:01 2011 +0000
1186
1187    Fix packed overlay offscreen allocations
1188    
1189    Commit 5e72a00ad2 caused packed video data to corrupt glyphs and other
1190    parts of the screen, but it turns out that the commit actually at fault
1191    was d681a844e, incorrectly changing the size of the allocated destination
1192    memory from the number of bytes needed to the number of lines needed.
1193    
1194    While fixing this, I noticed that LXAllocateSurface is probably making the
1195    same mistake, and that the height is probably not calculated correctly for
1196    some corner cases when calling LXCopyFromSys in the packed
1197    video path (but I'm not sure about either).
1198    
1199    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=33004
1200
1201commit 66c375d2a1d1eadb38d2cbfe2d08cfec20213cb4
1202Author: Martin-Éric Racine  <q-funk@iki.fi>
1203Date:   Mon Dec 27 15:20:38 2010 +0200
1204
1205    Geode 2.11.11
1206
1207commit b9a5a86a402832fe699e43b3030932b50ae821a0
1208Author: Priit Laes <plaes@plaes.org>
1209Date:   Wed Dec 15 03:54:13 2010 +0200
1210
1211    Restoring compatibility down to X server 1.4
1212    
1213    Signed-off-by: Priit Laes <plaes@plaes.org>
1214
1215commit bae443bb46c81702a57d4914b7e56f17e5aa1f3a
1216Author: Daniel Drake <dsd@laptop.org>
1217Date:   Tue Nov 30 20:31:49 2010 +0000
1218
1219    Improve handling of gamma correction in video vs graphics
1220    
1221    The LX is a bit odd in that the palette can be used for gamma correction
1222    of graphics data, or video data, but not both at the same time.
1223    
1224    Right now, during X startup, X sets gamma correction (but without any
1225    actual correction) causing the Geode driver to start using the palette
1226    for graphics gamma correction. (this is just momentary)
1227    
1228    Later on during startup, vg_set_custom_mode() switches to using the
1229    palette for video gamma correction, and this is the end result.
1230    
1231    If you later use xrandr to change the gamma, the palette starts being used
1232    for graphics again.
1233    
1234    If you VT switch, vg_set_custom_mode (momentarily) starts using the palette
1235    for video, but then X jumps in with a gamma callback causing it to be used
1236    for graphics again.
1237    
1238    End result: no user visible bug, but this is inconsistent.
1239    As there is no exposed mechanism for changing video gamma I suggest
1240    we just drop that bit from vg_set_custom_mode(). Then the inconsistency
1241    goes away.
1242    
1243    Downside: this now becomes dependent on X setting gamma during startup.
1244    I don't know when this was introduced but I think it is recent.
1245    
1246    Aditionally, I think I found a (harmless) bug in
1247    df_set_video_palette_entry, it doesn't do what the comments say.
1248
1249commit 5873bfa48f1c090d224adbc7ca7df3ebea0b198f
1250Author: Priit Laes <plaes@plaes.org>
1251Date:   Sun Dec 12 16:17:24 2010 +0200
1252
1253    Fix compilation under xorg >1.9.99
1254    
1255    Signed-off-by: Priit Laes <plaes@plaes.org>
1256
1257commit 1d8d02d64e9f5d5dd3788b3b9b1b25866c2ed6b5
1258Author: Martin-Éric Racine  <q-funk@iki.fi>
1259Date:   Fri Nov 19 17:24:35 2010 +0200
1260
1261    LX Panel: lower the 1024x600 refresh rate down to 60Hz.
1262    
1263    NOTE: the eCafe EC-800's panel doesn't support a higher refresh rate.
1264
1265commit 256356912bbc1d1e65db5c3c03c6ae25883a81fb
1266Author: Frank Huang <frankr.huang@amd.com>
1267Date:   Fri Nov 19 10:28:31 2010 +0800
1268
1269    Print the panel mode BIOS uses
1270    
1271    Signed-off-by: Frank Huang<frankr.huang@amd.com>
1272
1273commit 50f9152e2087fd50dfc09e35505c2fbcdd3183b0
1274Author: Martin-Éric Racine  <q-funk@iki.fi>
1275Date:   Tue Nov 9 11:12:44 2010 +0200
1276
1277    Geode 2.11.10
1278
1279commit ff091333b506855c17ec8ea5f933026221600be9
1280Author: Martin-Éric Racine  <q-funk@iki.fi>
1281Date:   Thu Oct 28 13:13:09 2010 +0300
1282
1283    Revert "Simplify the mode_valid function"
1284    
1285    This reverts commit fab58e111b6655602b4f739260a01247ff478f35.
1286
1287commit fab58e111b6655602b4f739260a01247ff478f35
1288Author: Huang, FrankR <FrankR.Huang@amd.com>
1289Date:   Thu Oct 28 15:17:19 2010 +0800
1290
1291    Simplify the mode_valid function
1292    
1293    Signed-off-by: Frank Huang<frankr.huang@amd.com>
1294
1295commit fb72a210d7de61c49fc66aafa057d8c6a028b907
1296Author: Huang, FrankR <FrankR.Huang@amd.com>
1297Date:   Thu Oct 28 15:16:58 2010 +0800
1298
1299    Revise the entry for 1024x600
1300    
1301    *Change the entry of 1024x600 from 3 to 7(That will not affect the entries from
1302    3 to 6). And BIOS should set the VG_FP_TYPE bit[5:3] to 7.
1303    *Use 1024x600@80 instead of 1024x600@60 parameters to support more 4:3 resolutions
1304    
1305    Signed-off-by: Frank Huang<frankr.huang@amd.com>
1306
1307commit 9caaf7f8294ef9700e9e20e394fee10cc2b1c9c0
1308Author: Daniel Drake <dsd@laptop.org>
1309Date:   Mon Sep 6 18:35:17 2010 -0600
1310
1311    Don't power down DCON when it is frozen
1312    
1313    Putting a frozen DCON to sleep (as happens during regular boot of the XO)
1314    will cause the frozen image to be corrupted.
1315    
1316    Change the behaviour to only sleep when the DCON is not frozen.
1317    
1318    http://dev.laptop.org/ticket/10196
1319
1320commit 87512b72d64370e062d209724994a72368c21df6
1321Author: Daniel Drake <dsd@laptop.org>
1322Date:   Mon Sep 6 18:33:48 2010 -0600
1323
1324    Add get_crtc output function
1325    
1326    I don't know why X can't do this itself, but when no get_crtc method is
1327    provided, X decides that it doesn't know the CRTC of the output and
1328    decides to reset the mode completely (causing display powerdown, resulting
1329    in an uncomfortable visual interruption to OLPC's boot process).
1330
1331commit 5e72a00ad26f2052bb48fef041d6fbd14ba18153
1332Author: Hunk Cui <Hunk.Cui@amd.com>
1333Date:   Wed Oct 13 18:26:52 2010 +0800
1334
1335    Allocate video memory with exaOffscreenAlloc
1336    
1337    *Del for deduct the probable size of a video overlay.
1338    *Use exaOffscreenAlloc allocate the video overlay.
1339    *Use exaOffscreenAlloc allocate the offscreen surface.
1340    *XV-video data has to be allocate in offscreen memory range.
1341    
1342    Signed-off-by: Hunk Cui <Hunk.Cui@amd.com>
1343
1344commit 334534cde47f1ffe126e4e665988480fc57a7307
1345Author: Frank Huang <frankr.huang@amd.com>
1346Date:   Wed Sep 29 16:45:56 2010 +0800
1347
1348    Add resolution 1024x600 support for PANEL
1349    
1350    *Users can not get 1024x600 by default when using panel without xorg.conf.
1351    Add this screen resolution to the panel_modes table to support it by default.
1352    *Users who are using VGA will get this resolution by the monitor EDID. No
1353    code is needed
1354    *Use gtf tool to get the parameters
1355    *Ubuntu bugzilla #433142
1356    
1357    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1358
1359commit becaa0ae375e996c2f83192bb84a5c89f94933dd
1360Author: Frank Huang <frankr.huang@amd.com>
1361Date:   Wed Sep 29 16:45:42 2010 +0800
1362
1363    Fix a typo on resolution parameter
1364    
1365    *change from 1028 to 1280
1366    
1367    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1368
1369commit 89c60efe899f0cda4a52e0574f030c021c4b1ece
1370Author: Frank Huang <frankr.huang@amd.com>
1371Date:   Wed Sep 29 16:35:46 2010 +0300
1372
1373    Mode Validation support on modeline in xorg.conf
1374    
1375    *mode validation(lx_output_mode_valid) in this driver should return MODE_OK for
1376    all modes filtered out by previous process in this function. Otherwise, new
1377    modelines(conf_modes) will be pruned by Xserver function Xf86PruneInvalidModes.
1378    The result is that the user can not set arbitrary resolutions. We comply with
1379    the code of ATI&&Intel mode_valid function to do this.
1380    *For modes that cannot be supported by the geode driver, it is better to give
1381    the specific MODE_XXX(such as MODE_CLOCK_RANGE) instead of MODE_BAD.
1382    
1383    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1384
1385commit 74e28b83d5b725a134aad264771a7c9a4d0e38df
1386Author: Hunk <hunk.cui@amd.com>
1387Date:   Sun Sep 26 18:14:52 2010 +0800
1388
1389    Modify rotation pitch & reallocate pixmap for bo
1390    
1391    *Modify rotation pitch value with crtc_mode_set.
1392    *Use own wrapper to allocate a pixmap for wrapping a bo.
1393    *Ubuntu Bugzilla #377929
1394    *Debian Bugzilla #512020
1395    
1396    Signed-off-by: Hunk Cui <Hunk.Cui@amd.com>
1397
1398commit 7d7cc26011fde18dcce5c6b95cd73a12a71a7f99
1399Author: Otavio Salvador <otavio@ossystems.com.br>
1400Date:   Thu Sep 23 16:17:40 2010 -0300
1401
1402    lx_display: fix typo
1403
1404commit 90dda28842ac76a05ae75a4fdd457dd8b8988950
1405Author: Andres Salomon <dilinger@queued.net>
1406Date:   Mon Sep 20 11:31:29 2010 -0700
1407
1408    fix the DCON verification loop for LX output
1409    
1410    This is pretty clearly a bug. This should fix it (after all, that
1411    check is merely to see if the panel is a DCON; we don't care at
1412    all about the panel bit). This also adds an extra parenthesis in
1413    the following if() statement for clarity.
1414    
1415    I'm resisting the temptation to change GeodeRec's Output member to
1416    an unsigned long (for now). Bitfields should really be unsigned.
1417    
1418    Signed-off-by: Andres Salomon <dilinger@queued.net>
1419
1420commit 5dfe7dbf6ed122fbbb758be7a5b7d78a199583c7
1421Author: Frank Huang <frankr.huang@amd.com>
1422Date:   Wed Sep 1 10:30:35 2010 +0800
1423
1424    Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
1425    
1426    * Replace the deprecated functions with new ones
1427      Refer to "/xserver/include/os.h"
1428    
1429    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1430
1431commit fc342655a3d928759467eac8c917effe8f283031
1432Author: Martin-Éric Racine  <q-funk@iki.fi>
1433Date:   Mon Aug 23 07:46:22 2010 +0300
1434
1435    Geode 2.11.9
1436    
1437    We are pleased to announce this maintenance release of xf86-video-geode.
1438    It features a plethora of bug fixes, a few documentation updates and one
1439    performance enhancement.
1440    
1441    This release also marks the return of AMD to the development team.
1442    
1443    Please read the content of NEWS for more details.
1444
1445commit c77eb79ef24c47ed7431713918a731252ea8153b
1446Author: Frank Huang <frankr.huang@amd.com>
1447Date:   Wed Aug 18 15:37:18 2010 +0800
1448
1449    Fix the PictOpIn and PictOpOut
1450    
1451    *Correct the entry for PictOpIn, PictOpOut, PictOpOverReverse
1452    *Some code format adjustment
1453    *Delete the maskflag(temp variable)
1454    *Change the code to make the black region(More reasonable than change
1455    op from PictOpSrc to PictOpClear)
1456    
1457    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1458
1459commit 32a927b8e627b3f9759ccfbff231f5fd22445f02
1460Author: Frank Huang <frankr.huang@amd.com>
1461Date:   Wed Aug 18 15:36:49 2010 +0800
1462
1463    Fix the PictOpInReverse op
1464    
1465    *Correct the entry for PictOpOverReverse and PictOpInReverse
1466    *Correct the channel reverse use, delete direction use
1467    *Add a function lx_composite_all_black to generate a all zero vectors
1468    including alpha
1469    *Modify some comments
1470    
1471    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1472
1473commit f0e24491ca676244b2fd6f2d4476e996847824cd
1474Author: Mart Raudsepp <leio@gentoo.org>
1475Date:   Mon Aug 16 07:09:43 2010 +0300
1476
1477    Fix segfault with Option NoAccel
1478    
1479    Fixes bug #27725
1480    
1481    Breakage from commit 38e86827
1482
1483commit b0a13d871d9b72da83380d4564ae947ace733b5d
1484Author: Martin-Éric Racine  <q-funk@iki.fi>
1485Date:   Sun Aug 15 18:19:00 2010 +0300
1486
1487    Fix a few typos in NEWS.
1488
1489commit 66a74e1e7ee5abde9a9eebfece126ba2fdafce9d
1490Author: Martin-Éric Racine  <q-funk@iki.fi>
1491Date:   Sun Aug 15 18:13:57 2010 +0300
1492
1493    Further rephrase the content of NEWS.
1494
1495commit fc711bc0c3b21fd11ffd1ab590122226799ee904
1496Author: Martin-Éric Racine  <q-funk@iki.fi>
1497Date:   Sun Aug 15 18:11:43 2010 +0300
1498
1499    Fixes the styling of NEWS for consistency.
1500
1501commit 2c26c5a4399fcf04d402a973ce3da484215d3202
1502Author: Martin-Éric Racine  <q-funk@iki.fi>
1503Date:   Sun Aug 15 18:00:41 2010 +0300
1504
1505    Created a NEWS file to document recent changes.
1506
1507commit 673d71b970a6d02449c9994e67f337d117d7f075
1508Author: Frank Huang <frankr.huang@amd.com>
1509Date:   Thu Aug 12 15:49:53 2010 +0800
1510
1511    Fix the PictOpOutReverse op
1512    
1513    *Correct the entry for PictOutReverse
1514    *Outside the source picture, the pixels should be all zero when doing
1515    the PictOpOutReverse rendering with Dst
1516    *Rename the function name of pict_a8 to add_a8
1517    *Rename the function name of opover to two_pass
1518    *Fix the bug in KDE dolphin file browser
1519    
1520    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1521
1522commit 2d1a07327ef352b5f36cbd93a280485cafeeb4d4
1523Author: Frank Huang <frankr.huang@amd.com>
1524Date:   Thu Aug 12 15:49:36 2010 +0800
1525
1526    Improve the glyph rendering performance
1527    
1528    *Add a PICT_a8 entry in the format we support
1529    *Use Mart's workaround patch to give geode PictOpAdd correct pSrc
1530    and pDst format
1531    *Add a function lx_composite_onepass_pict_a8 to handle the PictOpAdd
1532    for glyph rendering
1533    *Performance for "x11perf" command under Fedora 12
1534                      Past           Now
1535    -aa10text         4660/sec       53300/sec
1536    -aa24text         2740/sec       16200/sec
1537    
1538    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1539
1540commit fe6ad5942bf3d638bee2e6979f60d9d7128ba1e8
1541Author: Hunk Cui <Hunk.Cui@amd.com>
1542Date:   Mon Aug 9 18:03:23 2010 +0800
1543
1544    Rectify lx_display.c outstanding compiler warnings
1545    
1546    *Correct the type of LXAllocShadow from Bool to static Bool.
1547    
1548    Signed-off-by: Hunk Cui <Hunk.Cui@amd.com>
1549
1550commit 1f96e74919fe9442062804de785c6e1008d75bf2
1551Author: Martin-Éric Racine  <q-funk@iki.fi>
1552Date:   Mon Aug 9 10:48:16 2010 +0300
1553
1554    Revert "Improve the glyph rendering performance"
1555    
1556    This reverts commit ebe43da32226eb7bc3ef758c43eff85ac8b8baef as Frank
1557    pointed out that I mistakenly committed an outdated version of this.
1558
1559commit 7a523acf985771b2bd45f5d2823c217cd9075b1e
1560Author: Frank Huang <frankr.huang@amd.com>
1561Date:   Mon Aug 9 10:43:27 2010 +0800
1562
1563    Correct two outstanding compiler warnings
1564    
1565    *Correct the type from "Q_WORD" to "QQ_WORD" in panel.c
1566    *Correct the tyep from "char" to "const char" in z4l.c
1567    
1568    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1569
1570commit ebe43da32226eb7bc3ef758c43eff85ac8b8baef
1571Author: Frank Huang <frankr.huang@amd.com>
1572Date:   Sat Aug 7 16:54:35 2010 +0800
1573
1574    Improve the glyph rendering performance
1575    
1576    *Add a PICT_a8 entry in the format we support
1577    *Use Mart's workaround patch to give geode PictOpAdd correct pSrc and pDst
1578    format
1579    *Add a function lx_composite_onepass_pict_a8 to handle the PictOpAdd for
1580    glyph rendering
1581    *Performance for "x11perf -aa10text" has been improved from 4200/s to 47400/s
1582    on Fedora12
1583    
1584    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1585
1586commit 8a61ef8f9f6b9dac6804754572250e59d80bdf06
1587Author: Hunk Cui <Hunk.Cui@amd.com>
1588Date:   Mon Jul 12 13:17:18 2010 +0800
1589
1590    Fix rotation with newer Xserver versions (exaOffscreenAlloc)
1591    
1592    *Del for deduct the probable size of a shadow buffer.
1593    *Use exaOffscreenAlloc allocate the shadow buffer.
1594    *Rotateeddata has to be allocate in offscreen memory range.
1595    *Ubuntu Bugzilla #377929
1596    
1597    Signed-off-by: Hunk Cui <Hunk.Cui@amd.com>
1598
1599commit 2bcbc0b64091218d348ad9f699370e4bfde3948b
1600Author: Hunk Cui <Hunk.Cui@amd.com>
1601Date:   Mon Jul 12 12:57:39 2010 +0800
1602
1603    Gamma Correction for fading operation
1604    
1605    *Modify integrated palette RAM for gamma-correction of the data stream
1606    *Let Graphic data passes through the Gamma Correction RAM
1607    *Special for Screensaver Operation
1608    *FreeDesktop Bugzilla #27853
1609    
1610    Signed-off-by: Hunk Cui <Hunk.Cui@amd.com>
1611
1612commit ecb741f27de4ca66555d312a4699efc22f873d0e
1613Author: Huang, FrankR <FrankR.Huang@amd.com>
1614Date:   Fri Aug 6 11:16:02 2010 +0800
1615
1616    Fix the Nautilus file browser misrendering issue
1617    
1618    This is patch 4 final this week.
1619    This one has fixed several bugs below:
1620    1)google chrome hang
1621    2)Some website using repeat for source picture with PictOpSrc. To sum up, right now this patch has gracefully solved the Nautilus bug and some special rendering under PictOpSrc and PictOpOver I will describe all special conditions I met
1622    Websites for test before and after this patch:
1623            1)http://daduke.org (greater srcX and srcY)
1624            2)http://bjdns2.cncmax.cn (negative srcX and srcY)
1625    
1626    From: Frank Huang <frankr.huang@amd.com>
1627    
1628    *When the srcX or srcY is greater than source width or source height
1629    (or negative),the driver should do the correct region to render. Add a
1630    function lx_composite_onepass_special to handle this. The source start
1631    point should be calculated by a modulus operation.
1632    *If the opeartion is with a shifted position src, then adjust the
1633    operation region based on the operations src width and height
1634    parameters. The rotation condition should be excluded. This part still
1635    need investigation
1636    
1637    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1638
1639commit 5b93fdd42d7d8af4535fd62ce0749f2c4434f9fe
1640Author: Huang, FrankR <FrankR.Huang@amd.com>
1641Date:   Fri Jul 23 17:17:49 2010 +0800
1642
1643    Fix the PictOpOver operation
1644    
1645    Fix the PictOpOver operation
1646    
1647    *Fix the PictOpOver blend_ops struct. The PictOpOver operation is
1648    Src + (1-a) * Dest. So change from CIMGP_ALPHA_A_PLUS_BETA_B to
1649    CIMGP_A_PLUS_BETA_B. And add one pass operation to do the
1650    Src * (alpha of Mask) if there is a mask
1651    *Convert the source format in lx_prepare_composite if it is not
1652    ARGB32 when doing the first pass
1653    *Add a function lx_do_composite_mask_opover to handle the PictOpOver
1654    operation, the first pass is to do the Src * (alpha of Mask), the
1655    second pass is to do the Src + (1-a) * Dest.
1656    *Due to our off-screen buffer is only 256KB, so split big Mask region
1657    into several small region(256KB) to do the rendering.
1658    *Progressbar, scrollbar and button display well with this patch
1659    *See Free Desktop Bugzilla #28352
1660    
1661    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1662
1663commit 969844d51967aa79ce2c151fc5f1bd296d74437a
1664Author: Huang, FrankR <FrankR.Huang@amd.com>
1665Date:   Fri Jul 23 17:17:34 2010 +0800
1666
1667    Fix the PictOpSrc rendering
1668    
1669    Fix the PictOpSrc rendering
1670    
1671    *Add the maskrepeat variabel to record mask picture's repeat attribute
1672    *Add the maskflag to record the exaScratch.type when it is COMP_TYPE_MASK
1673    *Use the PictOpClear to make other non-blending region(out of src or mask)
1674    to be black if the op is PictOpSrc or PictOpClear
1675    
1676    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1677
1678commit 2771fb365107976e76e175e7f8953dd41ecb91c1
1679Author: Huang, FrankR <FrankR.Huang@amd.com>
1680Date:   Fri Jul 23 17:17:15 2010 +0800
1681
1682    Put the one pixel rendering work back to the server to handle if the pMsk is not zero
1683    
1684    Put the one pixel rendering work back to the server to handle if the pMsk is not zero
1685    
1686    *exaScratch.srcWidth and exaScratch.srcHeight are used to reocrd
1687    mask's width and mask's height if mask is not zero. So the one pixel
1688    source's width and height are missing in lx_do_composite. So we must
1689    fallback. Otherwise, bigger region will be wrongly rendered.
1690    
1691    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1692
1693commit e9effca821c1d604aeffeb3d3e7a49539485117d
1694Author: Daniel Drake <dsd@laptop.org>
1695Date:   Thu Aug 5 08:08:06 2010 +0300
1696
1697    http://lists.x.org/archives/xorg-driver-geode/2010-August/000938.html
1698    https://bugs.freedesktop.org/show_bug.cgi?id=29391
1699    
1700    LXCopyFromSys currently is hardcoded to operate on 16bpp data.
1701    And indeed, when working with packed data (e.g. YUY2), this is the case.
1702    
1703    However, it is also used from LXCopyPlanar to copy the planes of I420
1704    images. In this case, it is on an 8bpp input plane.
1705    
1706    Running at 16bpp causes twice as much data to be copied, and ultimately
1707    causes a buffer overflow leading to crashes such as
1708    http://dev.laptop.org/ticket/10260
1709    
1710    Fix this by deriving the BPP from the input image parameters.
1711
1712commit f0df6821c454d2b174a071fd846b399e8c2f98f5
1713Author: Martin-Éric Racine  <q-funk@iki.fi>
1714Date:   Sun Jul 11 21:28:49 2010 +0300
1715
1716    Rephrased the FAQ about video rotation to NOT specify a minimum RAM size.
1717
1718commit f21fb29dbe54e7a237047920a00632752a970da1
1719Author: Frank Huang <frankr.huang@amd.com>
1720Date:   Mon Jul 5 16:49:05 2010 +0800
1721
1722    Correctly calculate the rendering region with the mask picture
1723    
1724    If the opeartion is with a shifted position mask, then adjust the
1725    operation region based on the operations mask width and height
1726    parameters(instead of clipping based on source width/height)
1727    
1728    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1729    Acked-by: Mart Raudsepp <leio@gentoo.org>
1730
1731commit d8baf45eb79e473fba68b8335b6aaca27df681cf
1732Author: Martin-Éric Racine  <q-funk@iki.fi>
1733Date:   Wed Jun 23 00:41:53 2010 +0300
1734
1735    Added square braces to all AC_INIT elements.
1736
1737commit 2d377782abc64281b5fa44825d541a1541b19a10
1738Author: Jamey Sharp <jamey@minilop.net>
1739Date:   Tue Jun 22 08:36:40 2010 -0700
1740
1741    Use new server API to find the root window.
1742    
1743    Signed-off-by: Jamey Sharp <jamey@minilop.net>
1744
1745commit 14b1561dac796c6ad05648e6857028a87acde9ef
1746Author: Jamey Sharp <jamey@minilop.net>
1747Date:   Tue Jun 22 08:30:52 2010 -0700
1748
1749    Adapt to DevPrivate API changes.
1750    
1751    This allows the driver to be built against either the old or new
1752    DevPrivate API.
1753    
1754    Signed-off-by: Jamey Sharp <jamey@minilop.net>
1755
1756commit b47d77360cb428d8892beb93789c83dfa681b26f
1757Author: Martin-Éric Racine  <q-funk@iki.fi>
1758Date:   Mon Jun 21 07:44:31 2010 +0300
1759
1760    Added FAQ about minimal memory requirements to rotate screen in README.
1761
1762commit 42481a36f92cf79c76fea229b5143c4fbdea444a
1763Author: Mart Raudsepp <leio@gentoo.org>
1764Date:   Mon Jun 14 02:34:20 2010 +0300
1765
1766    lx_exa: fallback in case of server-side gradients and solid fill
1767    
1768    RENDER extension version 0.10 added support for doing server-side
1769    gradients and solid fills, which we were not handling at all.
1770    cairo-1.9 started making use of server-side gradients, and we are
1771    crashing on those, as the source pixmap (pxSrc in lx_prepare_composite)
1772    doesn't have a drawable in this case, and we were not expecting such
1773    a possibility.
1774    So, as the first measure, fallback (three years late) all server-side
1775    gradients and solid fills instead of crashing, until we have no code
1776    that tries to accelerate cases of these or aren't sure if we even
1777    can accelerate any cases.
1778    
1779    pSourcePict member was added to xserver in 2005, so no compatibility
1780    wrapping needed.
1781    
1782    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
1783    Acked-by: Otavio Salvador <otavio@ossystems.com.br>
1784
1785commit b46d4ff787bce43409d59837d736af0be2b0dda5
1786Author: Frank Huang <frankr.huang@amd.com>
1787Date:   Sun Jun 13 18:47:12 2010 +0800
1788
1789    Prevent the pixmap migration if the geode GP can not do the acceleration.
1790    
1791    Bring all the "return FALSE" condition forward from lx_prepare_composite
1792    to lx_check_composite. The Xserver will handle this condition. See more
1793    on Freedesktop Bugzilla #27243
1794    
1795    Signed-off-by: Frank Huang <frankr.huang@amd.com>
1796    Acked-by: Mart Raudsepp <leio@gentoo.org>
1797
1798commit 8e53a62f196dfc4eb1e8769183b00bf4a3122ddc
1799Author: Martin-Éric Racine  <q-funk@iki.fi>
1800Date:   Sun Jun 13 03:24:20 2010 +0300
1801
1802    Clean up and indent the content of COPYING for better clarity.
1803
1804commit 4302f6961571609a2b8a27a2d21281f758f48f0d
1805Author: Martin-Éric Racine  <q-funk@iki.fi>
1806Date:   Sun Jun 13 03:19:18 2010 +0300
1807
1808    Move the AMD-specific part of the license away from the boilerplate text.
1809
1810commit 83b8249d91c7bf351f44062b5e42d12b0b8c9a28
1811Author: Martin-Éric Racine  <q-funk@iki.fi>
1812Date:   Sun Jun 13 03:15:09 2010 +0300
1813
1814    Removed superflous duplicate license from COPYING.
1815
1816commit 854323a434b8fc7b980387f52dc8c80258ca9b64
1817Author: Gaetan Nadon <memsize@videotron.ca>
1818Date:   Sat Jun 12 15:48:05 2010 -0400
1819
1820    COPYING: update Copyright notices from the source code
1821    
1822    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1823
1824commit e9447f5335681a78cf87ebf8c9659a6fecfc9746
1825Author: Otavio Salvador <otavio@ossystems.com.br>
1826Date:   Wed Sep 9 22:13:40 2009 -0300
1827
1828    LX: validate display modes
1829    
1830    To avoid using virtual desktop by default we now validate the display
1831    modes.
1832    
1833    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1834
1835commit 3a0e9730634f6894ef57793ae6e072656cd125f0
1836Author: Otavio Salvador <otavio@ossystems.com.br>
1837Date:   Sat Oct 10 11:54:53 2009 -0300
1838
1839    cim: add a new 106.50MHz entry
1840
1841commit 527e3763343b736e0d9f7a1c7d55a51366bfdc36
1842Author: Otavio Salvador <otavio@ossystems.com.br>
1843Date:   Sat Oct 10 11:53:46 2009 -0300
1844
1845    cim: properly indent 341.349MHz entry
1846
1847commit 2f26fd4cc583aa07e31aa3c8edb975ace9bf31eb
1848Author: Adam Jackson <ajax@redhat.com>
1849Date:   Tue May 18 13:07:18 2010 -0400
1850
1851    Remove mibank.h reference
1852    
1853    Signed-off-by: Adam Jackson <ajax@redhat.com>
1854
1855commit cf69c8bde21ee383b471ca82d70c179dfaf78722
1856Author: Nicolas Boullis <nboullis@debian.org>
1857Date:   Mon May 10 07:39:20 2010 +0300
1858
1859    Correctly set the name for the user-specified panel mode.
1860
1861commit db01a594ac30c730c580bcf9323220b83eb8ce03
1862Author: Martin-Éric Racine  <q-funk@iki.fi>
1863Date:   Thu Apr 15 16:36:43 2010 +0300
1864
1865    Geode 2.11.8
1866
1867commit a4b8389e50ea92fe361d96da6fe1c2d7caf39a02
1868Author: Mart Raudsepp <leio@gentoo.org>
1869Date:   Mon Apr 12 08:53:11 2010 +0300
1870
1871    lx_exa: bail earlier (in CheckComposite) for non-alpha-only masks.
1872    
1873    We should have all the information at CheckComposite already, so don't
1874    waste time migrating pixmaps for this case, only to fail in PrepareComposite.
1875    
1876    Currently more importantly this workarounds EXA fallback failure in
1877    xserver-1.7+ for this situation, which resulted in many desktop icons not
1878    getting rendered; bug #27243
1879
1880commit 46679d0220c8d34bdd46433bffc490c971783ab9
1881Author: Gaetan Nadon <memsize@videotron.ca>
1882Date:   Fri Mar 26 08:56:56 2010 -0400
1883
1884    make: use AM_CPPFLAGS rather than DEFAULT_INCLUDES
1885    
1886    DEFAULT_INCLUDES is computed by Automake and should not be
1887    overwritten.
1888    
1889    -I. is the same as -I$(srcdir)
1890    The generated DEFAULT_INCLUDES = -I. -I$(top_builddir)
1891    
1892    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1893
1894commit 621de3bf4966b48532ae2bff5f3859a1a6d63241
1895Author: Martin-Éric Racine  <q-funk@iki.fi>
1896Date:   Thu Feb 11 19:56:10 2010 +0000
1897
1898    Bump the minimal autoconf version to 2.59.
1899
1900commit f67c4f57c06ce4800f2929f65f88b65e22499a65
1901Author: Martin-Éric Racine  <q-funk@iki.fi>
1902Date:   Thu Feb 11 21:38:59 2010 +0200
1903
1904    Bump the minimal xutils macro version to 1.4, as agreed with Gaetan Nadon.
1905
1906commit 10364d0f667c808641d62339c99564b401683612
1907Author: Martin-Éric Racine  <q-funk@iki.fi>
1908Date:   Mon Feb 8 18:43:27 2010 +0200
1909
1910    Get rid of unused XFreeXDGA extension.
1911
1912commit ba9e3975535ffdf05611e96feb578eb01c49544d
1913Author: Martin-Éric Racine  <q-funk@iki.fi>
1914Date:   Wed Feb 3 21:09:53 2010 +0000
1915
1916    Geode 2.11.7
1917
1918commit 755b08bd59a5ff968040d657401c0779ba7828d0
1919Author: Otavio Salvador <otavio@ossystems.com.br>
1920Date:   Sat Oct 3 14:46:52 2009 -0300
1921
1922    GX: refactory mode validation code to be easier to ready
1923    
1924    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1925
1926commit 7f044dc2569ddf4328649d857023b7c418f9b1df
1927Author: Otavio Salvador <otavio@ossystems.com.br>
1928Date:   Sat Oct 3 16:01:31 2009 -0300
1929
1930    LX: fix typo in panel supported modes
1931    
1932    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1933
1934commit 52f14e87edf564faa475063f44e8ee5adb4e1368
1935Author: Otavio Salvador <otavio@ossystems.com.br>
1936Date:   Fri Oct 2 00:21:01 2009 -0300
1937
1938    gfx: document panel related methods available
1939    
1940    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1941
1942commit 5798991e7a4d2354e9735f91f8d60f436c6549ab
1943Author: Otavio Salvador <otavio@ossystems.com.br>
1944Date:   Sat Oct 3 16:41:14 2009 -0300
1945
1946    geode: fix typo in AmdPciProbe
1947
1948commit 93f0303f79ce29e896e4817e945709c6a1d3df69
1949Author: Christian Bühler  <christian@cbuehler.de>
1950Date:   Sat Dec 19 18:59:00 2009 +0200
1951
1952    Geode LX does not support PanelGeometry
1953    
1954    Hello,
1955    
1956    I believe I found an error in the README, which caused quite a lot of
1957    confusion for me.
1958    According to the source, PanelGeometry is only supported by the GX, not
1959    by the LX, but in the README file, this option is listed on both.
1960    
1961    Regards,
1962    Christian
1963
1964commit ab9e8fec5e2f2e0ab35890d8102663991d40b4e4
1965Author: Gaetan Nadon <memsize@videotron.ca>
1966Date:   Tue Dec 15 22:01:02 2009 -0500
1967
1968    configure.ac: remove unused sdkdir=$(pkg-config...) statement
1969    
1970    The sdkdir variable isn't use, so remove the statement.
1971    
1972    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
1973    
1974    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1975
1976commit a63b523ea694f2badf79827632fb7f0ee8cc1609
1977Author: Gaetan Nadon <memsize@videotron.ca>
1978Date:   Mon Nov 23 09:24:32 2009 -0500
1979
1980    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1981    
1982    Now that the INSTALL file is generated.
1983    Allows running make maintainer-clean.
1984
1985commit 58ecaae19472206fd3c642886c787297e6c423d7
1986Author: Gaetan Nadon <memsize@videotron.ca>
1987Date:   Thu Nov 19 13:45:23 2009 -0500
1988
1989    Revert "Makefile.am: do not include autogen.sh in distribution #24183"
1990    
1991    This reverts commit c77803368611751f828c1cc7b00e77157b7774b3.
1992
1993commit d39754d3cd76fbc4eca5eb199bbe67db5e25eee8
1994Author: Gaetan Nadon <memsize@videotron.ca>
1995Date:   Wed Oct 28 14:41:41 2009 -0400
1996
1997    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1998    
1999    Automake 'foreign' option is specified in configure.ac.
2000    Remove from Makefile.am
2001
2002commit 29f57f0b92a783f0e1a520b6cf0a6cd211fd9c5f
2003Author: Gaetan Nadon <memsize@videotron.ca>
2004Date:   Wed Oct 28 14:09:09 2009 -0400
2005
2006    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
2007    
2008    Add missing INSTALL file. Use standard GNU file on building tarball
2009    README may have been updated
2010    Remove AUTHORS file as it is empty and no content available yet.
2011    Remove NEWS file as it is empty and no content available yet.
2012
2013commit 8159be49ec768130c47426b669d7491ebdeb288b
2014Author: Gaetan Nadon <memsize@videotron.ca>
2015Date:   Mon Oct 26 12:54:21 2009 -0400
2016
2017    Several driver modules do not have a ChangeLog target in Makefile.am #23814
2018    
2019    The git generated ChangeLog replaces the hand written one.
2020    Update configure.ac to xorg-macros level 1.3.
2021    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
2022    Update Makefile.am to add ChangeLog target if missing
2023    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
2024    This is a pre-req for the INSTALL_CMD
2025
2026commit 530f29b38408319e4bd9689e4a1309055644c4a2
2027Author: Gaetan Nadon <memsize@videotron.ca>
2028Date:   Thu Oct 22 12:34:16 2009 -0400
2029
2030    .gitignore: use common defaults with custom section # 24239
2031    
2032    Using common defaults will reduce errors and maintenance.
2033    Only the very small or inexistent custom section need periodic maintenance
2034    when the structure of the component changes. Do not edit defaults.
2035
2036commit c77803368611751f828c1cc7b00e77157b7774b3
2037Author: Gaetan Nadon <memsize@videotron.ca>
2038Date:   Sun Sep 27 16:33:51 2009 -0400
2039
2040    Makefile.am: do not include autogen.sh in distribution #24183
2041    
2042    This is a private build script that should not be distributed
2043
2044commit 1cdb69f2ed0efff76edf90d62ffed72fe65108f5
2045Author: Martin-Éric Racine  <q-funk@iki.fi>
2046Date:   Sun Sep 27 14:57:18 2009 +0300
2047
2048    Geode 2.11.6
2049
2050commit a504725d2250e663f0a275fd0c02cc849dafe792
2051Author: Martin-Éric Racine  <q-funk@iki.fi>
2052Date:   Sun Sep 27 14:55:25 2009 +0300
2053
2054    Revert "LX: validate display modes"
2055    
2056    This reverts commit 3af472f4453f8e92a9f303e64e2796836374d980.
2057    
2058    This commit had broken detection of arbitrary non-VESA resolutions,
2059    which affected the OLPC XO-1 and a number of Geode-based notebooks.
2060
2061commit 1b1092b11a686febfd3ee20bd18677fcc366faa5
2062Author: Martin-Éric Racine  <q-funk@iki.fi>
2063Date:   Tue Sep 22 16:41:59 2009 +0300
2064
2065    Geode 2.11.5
2066
2067commit 3af472f4453f8e92a9f303e64e2796836374d980
2068Author: Otavio Salvador <otavio@ossystems.com.br>
2069Date:   Wed Sep 9 22:13:40 2009 -0300
2070
2071    LX: validate display modes
2072    
2073    To avoid using virtual desktop by default we now validate the display
2074    modes.
2075    
2076    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2077
2078commit 6ff8735b25da03f432b755391000bbfe2253b60c
2079Author: Otavio Salvador <otavio@ossystems.com.br>
2080Date:   Tue Sep 8 21:53:49 2009 -0300
2081
2082    GX: refactor code that allow backward compatibility with old video interfaces
2083    
2084    Most of dependent code is now located in a single place. The macro has
2085    been changed to use a cleaner name to be easier to spot why it is
2086    needed.
2087    
2088    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2089
2090commit 292df8af92d5295c4be1ab0b3ad630a09589eb55
2091Author: Martin-Éric Racine  <q-funk@iki.fi>
2092Date:   Fri Sep 18 10:04:38 2009 +0300
2093
2094    geode: further precised brand names of Geode variants by NSC in README.
2095
2096commit 869a93c00ce2e9fe739239b4481b5c98e4df9092
2097Author: Martin-Éric Racine  <q-funk@iki.fi>
2098Date:   Fri Sep 18 09:26:25 2009 +0300
2099
2100    Geode: corrected the product names in README.
2101
2102commit 9184997ac2bf08841f1a40ebf416e49b44d71ff4
2103Author: Martin-Éric Racine  <q-funk@iki.fi>
2104Date:   Fri Sep 18 09:15:25 2009 +0300
2105
2106    geode: Added the PCI vendor and device ID of NSC SC1400 to README.
2107
2108commit 651310328e3cfc5c4936cf5df1dcaf7d319d20f6
2109Author: Martin-Éric Racine  <q-funk@iki.fi>
2110Date:   Wed Sep 9 19:47:14 2009 +0300
2111
2112    Switch project URL in README to read-only www host.
2113
2114commit f6039ef1bc9962caf18a3abb15c7f627ffc6158a
2115Author: Otavio Salvador <otavio@ossystems.com.br>
2116Date:   Wed Sep 9 06:00:00 2009 +0300
2117
2118    geode: use lowercase vendor id
2119
2120commit 50b44451c6462bf999e8899715377dd735bc8940
2121Author: Martin-Éric Racine  <q-funk@iki.fi>
2122Date:   Wed Sep 9 00:06:44 2009 +0300
2123
2124    Added extended info about which Geode driver covers what Geode variant in README.
2125
2126commit 7af63b86ab9e06b9ccdf1291250afa303b69a885
2127Author: Martin-Éric Racine  <q-funk@iki.fi>
2128Date:   Sat Sep 5 01:47:11 2009 +0300
2129
2130    Fixed a typo in src/lx_output.c debug message.
2131
2132commit 999d1ef343c65ac2324ac1e9c2e72f014cb5610d
2133Author: Martin-Éric Racine  <q-funk@iki.fi>
2134Date:   Thu Sep 3 10:56:09 2009 +0300
2135
2136    Added README about X server dependency bump due to GX Randr dixSetPrivate fix.
2137
2138commit feea2a0afa67c8be1d1afd743ab45745878c1c91
2139Author: Martin-Éric Racine  <q-funk@iki.fi>
2140Date:   Mon Aug 31 23:28:31 2009 +0300
2141
2142    Release 2.11.4.1.
2143
2144commit f1268f3ba8404129d358db3bb1e66f3841f7018a
2145Author: Martin-Éric Racine  <q-funk@iki.fi>
2146Date:   Mon Aug 31 23:24:30 2009 +0300
2147
2148    Fixed typo in GX2 dixSetPrivate patch. Kudos to Eamon Walsh!
2149
2150commit 34405a9c5cb0c30d45c12ef6850fc636a964e441
2151Author: Martin-Éric Racine  <q-funk@iki.fi>
2152Date:   Fri Aug 28 11:21:57 2009 +0300
2153
2154    Release 2.11.4.
2155
2156commit 255c0b985731350fdfd38987a95310e72f4e5381
2157Author: Otavio Salvador <otavio@ossystems.com.br>
2158Date:   Tue Aug 18 07:30:33 2009 -0300
2159
2160    GX: use XAA by default.
2161    
2162    EXA support is broken for GX so we disable it for now.
2163
2164commit ef3fbd7bd03fa4a9ff966a373ba8ddec94ea8ff5
2165Author: Martin-Éric Racine  <q-funk@iki.fi>
2166Date:   Tue Aug 18 14:11:07 2009 +0300
2167
2168    Revert "GX: use XAA by default."
2169    
2170    This reverts commit 09ddb88781bc9ec12531414beabd95e50237fdd5.
2171    Otavio just sent me a nicer version of this patch.
2172
2173commit 09ddb88781bc9ec12531414beabd95e50237fdd5
2174Author: Otavio Salvador <otavio@ossystems.com.br>
2175Date:   Tue Aug 18 07:30:33 2009 -0300
2176
2177    GX: use XAA by default.
2178
2179commit b28abde0276ddd7f687242f3886f98b0e49a7fc2
2180Author: Otavio Salvador <otavio@ossystems.com.br>
2181Date:   Fri May 22 20:40:16 2009 -0300
2182
2183    Fix GX RandR to properly use dixSetPrivate.
2184    
2185    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2186
2187commit 917a5bf5fdadac1a8799336aa8da2e51f8790eea
2188Author: Martin-Éric Racine  <q-funk@iki.fi>
2189Date:   Tue Aug 4 21:33:12 2009 +0300
2190
2191    Migrated the project URL to the new http://wiki.x.org/wiki/GeodeDriver
2192
2193commit c2141752ed4520af6d7f5197fcb0c512058db839
2194Author: Martin-Éric Racine  <q-funk@iki.fi>
2195Date:   Tue Aug 4 21:00:24 2009 +0300
2196
2197    Somewhat harmonized the README between xf86-video-cyrix, xf86-video-nsc and xf86-video-geode.
2198    TODO:
2199    * Rename http://wiki.x.org/wiki/AMDGeodeDriver
2200          to http://wiki.x.org/wiki/GeodeDriver
2201      and install a redirect from the old page.
2202
2203commit b5419c47138e9a8efc5f946fd08c4488dedcb5ee
2204Author: Martin-Éric Racine  <q-funk@iki.fi>
2205Date:   Wed Jul 29 13:57:15 2009 +0300
2206
2207    Added missing development dependencies (X.org macros) to FAQ.
2208
2209commit c088a8dc4e5a37d8e07766c0c26ebc11037407c0
2210Author: Martin-Éric Racine  <q-funk@iki.fi>
2211Date:   Wed Jul 29 12:23:46 2009 +0300
2212
2213    Added FAQ about building drivers from GIT for testing purposes.
2214
2215commit a3788ff318f57f64d7317eeaee4d64a466f3745a
2216Author: Martin-Éric Racine  <q-funk@iki.fi>
2217Date:   Wed Jul 29 02:35:04 2009 +0300
2218
2219    Added FAQ about submitting patches and producing useful backtraces.
2220
2221commit cab8435d8aef852c4cb1ab71285fa020dcbd7a68
2222Author: Dave Airlie <airlied@redhat.com>
2223Date:   Tue Jul 28 15:22:40 2009 +1000
2224
2225    geode: change to using ABI version check
2226
2227commit a22b16c0dc757c940461f26bc6e1802b53e860c5
2228Author: Dave Airlie <airlied@redhat.com>
2229Date:   Tue Jul 28 13:32:29 2009 +1000
2230
2231    geode: update for resources/RAC API removal
2232
2233commit 810dd8f15c40271b75bb8a124709eadb5e4c36a8
2234Author: Dave Airlie <airlied@redhat.com>
2235Date:   Tue Jul 28 10:06:20 2009 +1000
2236
2237    geode: switch to using correct pci config interface
2238
2239commit 9fd00d01cacae9724649699bf8e0af1e16dbe356
2240Author: Gaetan Nadon <memsize@videotron.ca>
2241Date:   Wed Jul 15 16:01:37 2009 -0400
2242
2243    Use XORG_CHANGELOG macro to create ChangeLog. #22611
2244    
2245    Adding the macro in configure.ac and use it in Makefile.am
2246        Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
2247        Global maintenance on all modules
2248    
2249    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2250
2251commit df4745e5565b98cea278f33001f38a64e027e4ce
2252Author: Peter Hutterer <peter.hutterer@who-t.net>
2253Date:   Thu Jul 16 11:37:34 2009 +1000
2254
2255    Update to xextproto 7.1 support.
2256    
2257    DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
2258    need to include dpmsconst.h if xextproto 7.1 is available.
2259    
2260    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2261
2262commit 3d9dd15cf30832bdb467e8fe02327f474e1e2130
2263Author: Chris Ball <cjb@laptop.org>
2264Date:   Fri Jun 19 09:51:28 2009 -0400
2265
2266    Release 2.11.3.
2267    
2268    Signed-off-by: Chris Ball <cjb@laptop.org>
2269
2270commit 26bd1287ef4f9e63f4e3722f21c168db3d55099e
2271Author: Dave Airlie <airlied@redhat.com>
2272Date:   Wed Jun 10 14:18:12 2009 +1000
2273
2274    geode: add inputstr.h include explicitly.
2275
2276commit 1bfde92b1e2c1a386b679b67f1901a57623db633
2277Author: Adam Jackson <ajax@redhat.com>
2278Date:   Thu May 28 14:56:22 2009 -0400
2279
2280    Remove useless loader symbol lists.
2281
2282commit 106c341c4076f7714cd67e0fcf5942a22554c8f3
2283Author: Martin-Éric Racine  <q-funk@iki.fi>
2284Date:   Mon May 25 23:28:17 2009 +0300
2285
2286    Cleaned up the FAQ about WXGA modes.
2287
2288commit 60f37744b09fa1cdf4a3bcfa1a039ac8c984b942
2289Author: Martin-Éric Racine  <q-funk@iki.fi>
2290Date:   Mon May 25 17:51:34 2009 +0300
2291
2292    Added a FAQ about disabling Panel in BIOS to enable WXGA modes.
2293
2294commit 639e9c88e588cae55698cfb4063f625c38224afb
2295Author: Otavio Salvador <otavio@ossystems.com.br>
2296Date:   Sat May 23 05:52:13 2009 +0800
2297
2298    Fix GPIO BAR detection with libpciaccess
2299    
2300    This patch fixes an issue with the GPIO BAR detection.  Basically,
2301    with libpciaccess we're finding the ISA device and checking its BARs,
2302    but we're not bothering to fill in the BAR information via
2303    pci_device_probe.  This results in a 0'd out bar and:
2304    
2305    (EE) GEODE(0): Could not find the GPIO I/O base
2306    
2307    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2308    Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
2309    Signed-off-by: Chris Ball <cjb@laptop.org>
2310
2311commit 54303b269f1efe04a80177dbb62d7b94882ff45d
2312Author: Chris Ball <cjb@laptop.org>
2313Date:   Tue May 12 00:05:07 2009 -0400
2314
2315    Release 2.11.2.
2316    
2317    Signed-off-by: Chris Ball <cjb@laptop.org>
2318
2319commit b172617909976c4a7d8f05191e23e4647c1a1c96
2320Author: Kyle McMartin <kyle@redhat.com>
2321Date:   Mon May 11 23:58:57 2009 -0400
2322
2323    Crasher fix: Use ExaDriverAlloc() to calloc the EXA struct.
2324    
2325    Patch from Kyle McMartin.  A recent exa/exa.c commit from Dave Airlie
2326    (02ae85c4..) added a new member to the EXA struct, and corresponding
2327    code to call it if it's non-NULL.  We were using calloc with sizeof()
2328    that struct at driver-compile-time; as a result, after the ABI change
2329    the new member contained garbage, passed the EXA test for NULL, was
2330    called, and segfaulted at startup.
2331    
2332    RH bug https://bugzilla.redhat.com/show_bug.cgi?id=500086
2333    
2334    Signed-off-by: Chris Ball <cjb@laptop.org>
2335
2336commit 23e62499a5ecfd9c70db00c181a4801d4898fe83
2337Author: Chris Ball <cjb@laptop.org>
2338Date:   Fri Feb 27 10:53:11 2009 -0500
2339
2340    Revert EXA 3 build fix.
2341    
2342    The EXA developers have backed out the ABI bump to version 3.
2343    
2344    Signed-off-by: Chris Ball <cjb@laptop.org>
2345
2346commit 7ce365dafcbeb549fa083b8115475d5b7b01a704
2347Author: Chris Ball <cjb@laptop.org>
2348Date:   Tue Feb 24 22:26:39 2009 -0500
2349
2350    Build fix: Include config.h earlier
2351    
2352    geode.h includes exa.h, without anything having included config.h
2353    (which sets the EXA major version) beforehand; add config.h to geode.h.
2354    
2355    Signed-off-by: Chris Ball <cjb@laptop.org>
2356
2357commit 2c293240f8003b3a52121161d0b0464100fd990d
2358Author: Chris Ball <cjb@laptop.org>
2359Date:   Tue Feb 24 12:51:45 2009 -0500
2360
2361    configure: use AC_DEFINE instead of shell substitution
2362    
2363    (This is just cosmetic.)
2364    
2365    Signed-off-by: Chris Ball <cjb@laptop.org>
2366
2367commit c5c7f60b577cc86a670bedea2bd70bd05d5cd128
2368Author: Chris Ball <cjb@laptop.org>
2369Date:   Tue Feb 24 11:46:20 2009 -0500
2370
2371    Build fix: set EXA_DRIVER_KNOWN_MAJOR=3.
2372    
2373    We don't use {Prepare,Finish}Access, and:
2374    
2375    /home/cjb/xorg-build/include/xorg/exa.h:45:2: error: #error Make sure
2376    this EXA driver either does not have Prepare/FinishAccess hooks or that
2377    they can handle EXA_PREPARE_AUX*, and #define EXA_DRIVER_KNOWN_MAJOR 3
2378    before including exa.h
2379    
2380    Signed-off-by: Chris Ball <cjb@laptop.org>
2381
2382commit da07a540db2078e00e48897b52a5a1f6d283cfeb
2383Author: Chris Ball <cjb@laptop.org>
2384Date:   Mon Feb 16 13:37:03 2009 -0500
2385
2386    Release 2.11.1.
2387    
2388    Signed-off-by: Chris Ball <cjb@laptop.org>
2389
2390commit 4176e9ed24e7b79cefe3e7f4f5d73c7353781f1b
2391Author: Chris Ball <cjb@laptop.org>
2392Date:   Mon Feb 16 13:41:48 2009 -0500
2393
2394    Makefile.am: use "git log" instead of "git-log"
2395    
2396    "git-log" doesn't work on my Fedora machine, but "git log" should work
2397    everywhere.  Some distributions choose not to ship all the git aliases.
2398    
2399    Signed-off-by: Chris Ball <cjb@laptop.org>
2400
2401commit 990ff710c6220cc3d1ba6b9e8fb972bd168b4472
2402Author: Chris Ball <cjb@laptop.org>
2403Date:   Sun Feb 15 15:30:09 2009 -0500
2404
2405    Change OLPC detection heuristic to one that works on upstream kernels
2406    
2407    We've been checking whether we have a DCON/are on an OLPC by looking for
2408    files from the "olpc_dcon" kernel module.  This module isn't upstream yet,
2409    so this only works for the OLPC custom kernel.  We might as well check for
2410    an OLPC kernel module that *is* upstream, so that we can run on unmodified
2411    distributions.  This patch moves us to checking for "olpc-ac" instead.
2412    
2413    Signed-off-by: Chris Ball <cjb@laptop.org>
2414
2415commit e33dc807bf4504ba242cb19ce8024cdb32e10f4d
2416Author: Chris Ball <cjb@laptop.org>
2417Date:   Sun Feb 15 00:17:45 2009 -0500
2418
2419    Fix pMsk=NULL segfault at startup on OLPC
2420    
2421    Commit 7c278551c79d7a5898c627341f58fad59b7ae20d uses pMsk without testing
2422    for non-NULL, and this causes an immediate segfault when running Sugar.
2423    
2424    Signed-off-by: Chris Ball <cjb@laptop.org>
2425
2426commit 7c278551c79d7a5898c627341f58fad59b7ae20d
2427Author: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
2428Date:   Fri Jan 9 19:32:50 2009 +0200
2429
2430    Fallback in case of mask transforms as well.
2431    
2432    Fixes attachment #21519 test case on bug #15700, but not the initial report.
2433    Detective work by Michel Dänzer.
2434    
2435    Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
2436
2437commit 0e65d77a636848b6bc24518d8e45aed506122b49
2438Author: Jordan Crouse <jordan@cosmicpenguin.net>
2439Date:   Tue Dec 9 20:54:20 2008 -0700
2440
2441    2.11.0 release
2442
2443commit 2a36083f3cb93bd4ab456024d6b6776725085904
2444Author: Andres Salomon <dilinger@queued.net>
2445Date:   Thu Dec 4 22:41:59 2008 -0500
2446
2447    xf86-video-geode: after reloading cursors, hide the cursor
2448    
2449    Whenever we reload cursors, the geode driver needs to call hide_cursor()
2450    to ensure that the cursor is hidden until we finally unhide the cursor.
2451    Without this, we see ghost cursors during rotation or VT switches.
2452    
2453    Signed-off-by: Andres Salomon <dilinger@debian.org>
2454
2455commit fb2c1af124a56f34c4212bba16e1926889104cb4
2456Author: Andres Salomon <dilinger@queued.net>
2457Date:   Thu Dec 4 21:33:22 2008 -0500
2458
2459    xf86-video-geode: fix up cursor size (again)
2460    
2461    The geode hardware (and cimarron) expects cursor memory size to be 48x64,
2462    and cimarron will zero out the excess when a smaller cursor is used.  It
2463    would be nice to be able to use the full cursor size, but xorg's interleaving
2464    stuff requires a cursor width that's a multiple of 32.  Thus, we're stuck
2465    back at 32x32 for cursor size, but we allocate enough memory for a 48x64
2466    cursor.
2467    
2468    This fixes misc interleaving corruption that we see with 2bpp cursors (when
2469    converting to ARGB).
2470    
2471    Signed-off-by: Andres Salomon <dilinger@debian.org>
2472
2473commit 356dec75b96e7b235632bb8c5f7cc70002a590b1
2474Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2475Date:   Thu Dec 4 02:24:42 2008 -0200
2476
2477    Ensure symbol GXRandRSetConfig is of public visibility.
2478    
2479      Symbol is referenced via LoaderSymbol(), and this patch doesn't
2480    should provide the same behavior as when compiling with public symbols
2481    by default.
2482
2483commit fe7ede0c073bd8dc22f61388b8a5d83f17696113
2484Author: Andres Salomon <dilinger@queued.net>
2485Date:   Wed Nov 26 17:56:14 2008 -0500
2486
2487    xf86-video-geode: change cursor size to match cimarron
2488    
2489    When we use ARGB cursors and rotate the screen, we get double cursors
2490    and stale cursor data left over.  This is because cimarron expects a
2491    cursor that is smaller than or equal to 48x64, but hardcodes a memory
2492    shift of 192 bytes (4*48).  This means that if we have a 32x64 cursor,
2493    cimarron screws it up.  Change the cursor size to 48x64.
2494    
2495    Signed-off-by: Andres Salomon <dilinger@debian.org>
2496
2497commit 8080f7a01cf62a13c5a32013668b2796c23d97a4
2498Author: Andres Salomon <dilinger@queued.net>
2499Date:   Wed Nov 26 01:39:28 2008 -0500
2500
2501    xf86-video-geode: DCON: set the default (physical) screen size if we detect a DCON
2502    
2503    We can be assured that a DCON device has an OLPC panel that's 152x114 mm.
2504    This adds fields to GeodeRec to allow other panels to potentially
2505    override physical width/height fields, and also allows xorg.conf to
2506    override the values.
2507    
2508    Signed-off-by: Andres Salomon <dilinger@debian.org>
2509
2510commit f57f2bd7161d4a7c2ededfc43a7709fb06213b99
2511Author: Jordan Crouse <jordan@cosmicpenguin.net>
2512Date:   Tue Nov 25 11:36:03 2008 -0700
2513
2514    LX:  Set default scaling coefficients
2515    
2516    Systems without a traditional BIOS may not have the default
2517    scaling coefficients set up - make sure that we force them on
2518    when the mode gets set.
2519
2520commit d7f73aca763eb2fa918c3e5a27e264aa14f653d1
2521Author: Alan Coopersmith <alan.coopersmith@sun.com>
2522Date:   Wed Nov 19 12:06:06 2008 -0800
2523
2524    include <errno.h> instead of <sys/errno.h>
2525    
2526    Solaris defines errno itself in <errno.h>
2527
2528commit fa38cc225ef39aeb6a2ab1c90a233b285d4c77f8
2529Author: Jordan Crouse <jordan@cosmicpenguin.net>
2530Date:   Tue Nov 18 20:07:53 2008 -0700
2531
2532    LX:  Put back variable needed when PCIACCCESS is defined
2533
2534commit c4142d3a05e4b889f7933dcfa8bc9cd744ccfdd6
2535Author: Jordan Crouse <jordan@cosmicpenguin.net>
2536Date:   Tue Nov 18 15:41:58 2008 -0700
2537
2538    LX:  Make the version in configure.ac reflect the upcoming release
2539
2540commit cf0655edbcbd3910c12c33d8c786cc72c0242786
2541Author: Jordan Crouse <jordan@cosmicpenguin.net>
2542Date:   Tue Nov 18 15:41:58 2008 -0700
2543
2544    LX: Change the way EXA memory is allocated
2545    
2546    Change how EXA memory is allocated to better allow for
2547    EXA + video + rotation to co-exist on the system.  Change
2548    the video to only allocate memory when it needs it.
2549    Also, automatically disable compression when there is less then
2550    16Mb of memory.
2551
2552commit ee23fd75f5eb4447ca238694cc03fcdc219ee245
2553Author: Jordan Crouse <jordan@cosmicpenguin.net>
2554Date:   Tue Nov 18 15:41:58 2008 -0700
2555
2556    LX:  Fix the memory allocated by the video so it fails
2557    when there isn't enough memory.
2558
2559commit aac2e161818494b88677f11115bca890a552c709
2560Author: Jordan Crouse <jordan@cosmicpenguin.net>
2561Date:   Tue Nov 18 15:41:58 2008 -0700
2562
2563    LX:  Fix a bug in the memory allocator
2564
2565commit fc772694ec04f729b5a1cdced7f33dc406c1d67f
2566Author: Andres Salomon <dilinger@queued.net>
2567Date:   Tue Nov 18 14:14:17 2008 -0500
2568
2569    DCON: Mark 1200x900 mode as preferred.
2570
2571commit 1e3fcaaa67dde12a658206f3b0fd07b627a3b61b
2572Author: Jordan Crouse <jordan.crouse@amd.com>
2573Date:   Tue Oct 7 13:12:19 2008 -0600
2574
2575    geode: Move the hardware cursor support to full ARGB mode
2576
2577commit f66c9d1928ec9bcde57009c7263f6c8575ad0d0c
2578Merge: 85d2103 62d2b0e
2579Author: Jordan Crouse <jordan.crouse@amd.com>
2580Date:   Wed Sep 10 17:33:30 2008 -0600
2581
2582    Merge branch 'randr12-branch'
2583    
2584    Conflicts:
2585    
2586            src/geode_ddc.c
2587            src/gx_randr.c
2588            src/lx_randr.c
2589            src/lx_rotate.c
2590
2591commit 85d2103a90e6ab422246b66d252dbee19c96a0d7
2592Author: Jordan Crouse <jordan.crouse@amd.com>
2593Date:   Mon Sep 8 15:20:51 2008 -0600
2594
2595    XINPUT_ABI bumped on us and broke the previous evil workaround
2596    for the miPointerPosition issue.
2597
2598commit 62d2b0ede08042147ca528be9ab1e392886a10ff
2599Author: Jordan Crouse <jordan.crouse@amd.com>
2600Date:   Thu Sep 4 17:43:32 2008 -0600
2601
2602    LX:  RandR 1.2 updates for Lenny
2603    
2604    Fix some build issues for Lenny and make the branch work
2605    on an XO running Lenny.
2606
2607commit 526da8a3b279dbfc35505ebb1ddc4b8db8dc46d3
2608Author: Jordan Crouse <jordan.crouse@amd.com>
2609Date:   Thu Aug 28 16:59:41 2008 -0600
2610
2611    LX:  Fix a possible segfault in EXA
2612    
2613    Avoid passing a null pointer to PictureTransformPoint
2614
2615commit c6339a360b611514155e5101dc2c5bc6472d8865
2616Author: Jordan Crouse <jordan.crouse@amd.com>
2617Date:   Mon Aug 25 11:34:36 2008 -0600
2618
2619    [LX] - RandR 1.2 updates
2620    
2621    Remove a flag that was making EXA pixmaps break horribly.
2622    Also, Make the new code compile for Hardy and warning cleanups.
2623
2624commit 38e868271bd24be7a884c8c56772b25cd6fa6f1d
2625Author: Jordan Crouse <jordan.crouse@amd.com>
2626Date:   Mon Aug 18 14:19:34 2008 -0600
2627
2628    lx:  Add rotation for Randr 1.2 + cleanups
2629    
2630    Enable rotation through RandR 1.2 and add the accelerated rotation blit
2631    the EXA composite function.  Also, fix a handful of critical bugs and
2632    remove some more dead code.
2633
2634commit f8a09702f0905d45a03cc71ae67767b7effc1500
2635Author: Adam Jackson <ajax@redhat.com>
2636Date:   Fri Aug 15 14:25:00 2008 -0400
2637
2638    s/XF86_VERSION_CURRENT/XORG_VERSION_CURRENT/
2639
2640commit b06f75895b6363816bf88402a233800631718f4d
2641Author: Martin-Éric Racine  <q-funk@iki.fi>
2642Date:   Fri Aug 15 14:13:12 2008 +0300
2643
2644    Bump to version 2.10.1 and release.
2645
2646commit 6908dda7ac66cbe13737db6c9c3e5ebe16156099
2647Author: Martin-Éric Racine  <q-funk@iki.fi>
2648Date:   Wed Aug 13 09:51:23 2008 +0300
2649
2650    Added info about the current roadmap.
2651
2652commit 89c6a947f31af15a8f65706de328300ea2e75f1a
2653Author: Martin-Éric Racine  <q-funk@iki.fi>
2654Date:   Wed Aug 13 09:32:21 2008 +0300
2655
2656    All your typos are belong to us!!!
2657
2658commit 4e95ee76d47982450ec112988adb2079658bb682
2659Author: Martin-Éric Racine  <q-funk@iki.fi>
2660Date:   Wed Aug 13 09:25:49 2008 +0300
2661
2662    Updated the README with the URL of the Geode X.Org wiki and
2663    with info on the current Build Dependencies.
2664
2665commit 316e89aa58f4d7f3cb4513a6decb035e99abc7d6
2666Author: Jordan Crouse <jordan.crouse@amd.com>
2667Date:   Thu Aug 7 14:29:50 2008 -0600
2668
2669    Geode: Add DDC support for the CS5535
2670
2671commit f89f6d8004a0ae0ae7826f72a1058d26e9e0217a
2672Author: Jordan Crouse <jordan.crouse@amd.com>
2673Date:   Thu Jul 24 10:47:57 2008 -0600
2674
2675    lx: Fix rotate issue
2676    
2677    EXA pixmaps are now protected against outside intrusion, so use
2678    a different way to find the base of the shadow buffer for rotation.
2679
2680commit d681a844e448712a9a419d2a4dca81930d39a80a
2681Author: Jordan Crouse <jordan.crouse@amd.com>
2682Date:   Thu Aug 7 11:21:48 2008 -0600
2683
2684    [LX] - Add RandR 1.2 support
2685    
2686    A wholesale update to Randr 1.2 for LX accompanied by massive
2687    cleanup.
2688
2689commit e98927f2c60acd9262cfb6fca2491fe0decc7aa5
2690Author: Jordan Crouse <jordan.crouse@amd.com>
2691Date:   Fri Jun 13 15:59:44 2008 -0600
2692
2693    Bump to version 2.10.0
2694
2695commit 2fc546c0d129fe7d3edee6b0cbfd530de33e2209
2696Author: Jordan Crouse <jordan.crouse@amd.com>
2697Date:   Tue Jun 10 12:08:53 2008 -0600
2698
2699    geode:  Bring over the DCON detection code from the OLPC tree
2700
2701commit 489546dfd2dd295db63f31e123b0073a6fa330a9
2702Author: Jordan Crouse <jordan.crouse@amd.com>
2703Date:   Tue Jun 10 12:08:52 2008 -0600
2704
2705    geode:  Unmap the PCI memory when we close the screen
2706
2707commit 739eb15da7bb0d2ca681eeb9a308b1297ee4eca7
2708Author: Peter Hutterer <peter@cs.unisa.edu.au>
2709Date:   Wed May 28 11:13:54 2008 +0930
2710
2711    Fix build for git-master (missing device pointers).
2712    
2713    We don't have an updated Video ABI yet, so use the XINPUT ABI as check for
2714    when to use which call.
2715    
2716    Note that the check is not optimal. We only check for the position of the VCP,
2717    not of any other device to adjust the viewpoint. This needs to be fixed.
2718
2719commit 5186a2b736e30b7d68a75f861f51047491182e57
2720Author: Peter Hutterer <peter@cs.unisa.edu.au>
2721Date:   Wed May 28 10:54:09 2008 +0930
2722
2723    Revert "Fix build (missing device pointers)."
2724    
2725    Silly me, this breaks the build for non-git-master servers.
2726    
2727    This reverts commit 3005e9c7eb10e212c956e87b3631548e268c794e.
2728
2729commit 3005e9c7eb10e212c956e87b3631548e268c794e
2730Author: Peter Hutterer <peter@cs.unisa.edu.au>
2731Date:   Wed May 28 09:25:06 2008 +0930
2732
2733    Fix build (missing device pointers).
2734    
2735    miPointerGetScreen, miPointerGetPosition and pScreen->SetCursorPosition all
2736    require a device argument now. For lack of other choices, just pass in the
2737    VCP.
2738
2739commit 94b9029e335ddbe7c22a8fe4bf69858b75179219
2740Author: Martin-Éric Racine  <q-funk@iki.fi>
2741Date:   Wed May 7 22:35:23 2008 +0300
2742
2743    Making libDDC support the 2.9.0 release.
2744
2745commit 61663593475f61567466c105ca19d5009a4e9c41
2746Author: Jordan Crouse <jordan.crouse@amd.com>
2747Date:   Tue Apr 15 14:54:57 2008 -0600
2748
2749    geode:  Add "native" DDC parsing to the Geode driver
2750    
2751    Teach libDDC to access the DDC pins on the Geode natively, instead
2752    of using the BIOS which has proven to be broken time and time again.
2753
2754commit 401a7ed390beca4d37121575e64b72969d55fa7c
2755Author: Jordan Crouse <jordan.crouse@amd.com>
2756Date:   Tue Apr 1 13:41:48 2008 -0600
2757
2758    geode: Bump to new version and replace two instances of the old amd name
2759
2760commit e93660928499f963d477720b628a05e8d14ea197
2761Author: Jordan Crouse <jordan.crouse@amd.com>
2762Date:   Fri Mar 14 16:38:21 2008 -0600
2763
2764    amd: Missed a merge artifact - kick me in the head for breaking tinderbox
2765
2766commit c42454a5d1fba9dc0ef4d671cb839108ef827ec9
2767Author: Jordan Crouse <jordan.crouse@amd.com>
2768Date:   Fri Mar 14 13:57:14 2008 -0600
2769
2770    amd: fix compile and warning issues from the merge
2771
2772commit 5e1f6e925bd92c389169c971502b1fd17c625056
2773Author: Jordan Crouse <jordan.crouse@amd.com>
2774Date:   Fri Mar 14 13:55:23 2008 -0600
2775
2776    amd: fix up the versioning and naming of the new driver
2777
2778commit 1fd63467e3fa71f289f80dba013046d0065ff3f3
2779Author: Jordan Crouse <jordan.crouse@amd.com>
2780Date:   Tue Mar 11 16:21:58 2008 -0600
2781
2782    Massive coding style fixup - move to X coding style,
2783    remove trailing whitespace, zap unused files and
2784    remove blocks of ifdefed out code.
2785
2786commit ec8edd1393f482ca42b401463f0f09580aa263a0
2787Author: Jordan Crouse <jordan.crouse@amd.com>
2788Date:   Tue Mar 11 15:43:00 2008 -0600
2789
2790    First stage of the rename process - get rid of all amd_ prefixes -
2791    change either to geode_ or just to lx_ or gx_ depending on the processor.
2792    Change the name in the Makefiles and other collateral
2793
2794commit a7bc1a7f6b439419fc27b669d9d7f99f882d83fe
2795Author: Jordan Crouse <jordan.crouse@amd.com>
2796Date:   Thu Mar 13 17:30:03 2008 -0600
2797
2798    amd: release version 2.7.7.7
2799    
2800    xf86-video-amd is now dead - long live xf86-video-geode!
2801
2802commit 248a1f24c9f232cb9d5218faee5d4f7f014ef9c5
2803Author: Jordan Crouse <jordan.crouse@amd.com>
2804Date:   Thu Mar 13 16:01:21 2008 -0600
2805
2806    amd: fix panel and DDC interation with GX
2807
2808commit d8f8277c89752286da329c50b769986a19b521de
2809Author: Jordan Crouse <jordan.crouse@amd.com>
2810Date:   Thu Mar 13 15:00:36 2008 -0600
2811
2812    amd: Fix a compile error in < 1.5 builds
2813
2814commit 95159125cb19acdfb23ee5042acf9d8b9d776c7a
2815Author: Jordan Crouse <jordan.crouse@amd.com>
2816Date:   Wed Mar 12 14:14:45 2008 -0600
2817
2818    amd: Add the 'geode' name in preparation for the renaming
2819
2820commit b884e17eb74f6b7f11f4bba71ce0421cd0d28855
2821Author: Stefano Fedrigo <aleph@develer.com>
2822Date:   Wed Mar 12 14:13:55 2008 -0600
2823
2824    amd: Add libpciaccess probe function
2825
2826commit 01a23f48f4777c705eb4345b3d5e27b6a4f73254
2827Author: Dave Airlie <airlied@redhat.com>
2828Date:   Mon Mar 10 19:21:07 2008 +1000
2829
2830    amd: fix distcheck
2831
2832commit 0464e1e6b7587aaf87b818fabd93e484f9bc8288
2833Author: Dave Airlie <airlied@linux.ie>
2834Date:   Mon Mar 10 18:56:22 2008 +1000
2835
2836    amd: fixup pciaccess compile
2837
2838commit eec3a36983867611c9ee401079a8c3a81181d941
2839Author: Dave Airlie <airlied@linux.ie>
2840Date:   Mon Mar 10 18:56:08 2008 +1000
2841
2842    fix devprivates properly
2843
2844commit 68e3f6c80c1db7c84e176ef298c700ce5bedd501
2845Author: Dave Airlie <airlied@redhat.com>
2846Date:   Mon Mar 10 18:38:49 2008 +1000
2847
2848    old privates v2
2849
2850commit 497a081b8fc5d22890b3555589dfc4d2f9c9b6f6
2851Author: Dave Airlie <airlied@redhat.com>
2852Date:   Mon Mar 10 17:09:18 2008 +1000
2853
2854    amd: move to new devprivates
2855
2856commit da6ca8ff17373428844f904bbc3a1d0e55c8e5c2
2857Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
2858Date:   Mon Mar 10 16:54:25 2008 +1000
2859
2860    pciaccess: fix name of struct
2861
2862commit 0899664b9f9dc7a9a7fafab008e145f5e3340ac9
2863Author: Dave Airlie <airlied@redhat.com>
2864Date:   Mon Mar 10 16:47:53 2008 +1000
2865
2866    pciaccess: forgot some commas
2867
2868commit 0e655a383d3fa8d6757b6b785451468ed1550443
2869Author: Dave Airlie <airlied@redhat.com>
2870Date:   Mon Mar 10 16:25:09 2008 +1000
2871
2872    oops I did it again.. forgot the damn include
2873
2874commit 2b7d32a60ffa6c87fa7a89eb206ed8916a682d93
2875Author: Dave Airlie <airlied@redhat.com>
2876Date:   Mon Mar 10 16:22:57 2008 +1000
2877
2878    amd: initial pciaccess conversion
2879
2880commit 1e763626aaefa1ae0cf4d4896c0b7192955e5993
2881Author: Bart Trojanowski <bart@jukie.net>
2882Date:   Sun Mar 2 11:52:01 2008 +0200
2883
2884    Implement support for wide and non-standard screen resolutions.
2885    
2886    Works fine on the VGA output, but requires further testing to
2887    ensure that it doesn't disturb operation on the TFT output.
2888
2889commit 2a7240e845ba27a9d2f485fda0bb5f8175234454
2890Author: Martin-Éric Racine  <q-funk@iki.fi>
2891Date:   Sun Feb 10 01:55:06 2008 +0200
2892
2893    Erm... That would be pScrni, of course.
2894
2895commit ae448a3beafe001c2bbc60f9fa09ebcfb00e828f
2896Author: Martin-Éric Racine  <q-funk@iki.fi>
2897Date:   Sun Feb 10 01:50:26 2008 +0200
2898
2899    Added trivial fix for Gamma initialization.
2900
2901commit 4670abb6036379245995f000dcb7d3e33f39570f
2902Author: Martin-Éric Racine  <q-funk@iki.fi>
2903Date:   Sat Jan 26 01:51:39 2008 +0200
2904
2905    [GX/LX] Bump the default pixel depth up to 16-bit.
2906    
2907    This is a reasonable compromise between memory consumption
2908    and picture readability. This also gives the driver usable
2909    defaults for X server >= 1.3 when used with -configure.
2910
2911commit 2ac6c6e3764f4e6ae014af23db6b5211bb034424
2912Author: Bernardo Innocenti <bernie@codewiz.org>
2913Date:   Sat Jan 26 01:46:24 2008 +0200
2914
2915    Constify a few huge tables to reduce data section size.
2916    
2917    This driver is still unusually big compared to the other X.org
2918    drivers. The biggest offender is cimarron.o as demonstrated by:
2919    
2920    nm -S -t d cimarron.o | sort -k 2 -n
2921
2922commit db25e615f81ea94e1c3e82a408c09d915389d3b7
2923Author: Bernardo Innocenti <bernie@codewiz.org>
2924Date:   Mon Jan 14 01:43:16 2008 +0100
2925
2926    amd_drv: Remove a few (harmless) warnings
2927    
2928    Signed-off-by: Bernardo Innocenti <bernie@codewiz.org>
2929
2930commit ba2880433912cd63c68cd81682d8e48c3cf77a09
2931Author: Martin-Éric Racine  <q-funk@iki.fi>
2932Date:   Mon Jan 14 12:32:13 2008 +0200
2933
2934    Expanded the bug reporting URL in configure.ac to specify the Driver/AMD component.
2935
2936commit cf5e5d2b37de2504b76d96e1f26a5450550b8320
2937Author: Martin-Éric Racine  <q-funk@iki.fi>
2938Date:   Mon Jan 14 03:05:48 2008 +0200
2939
2940    Basic OLPC support from Bernardo Innocenti and Jordan Crouse.
2941
2942commit 471f96cf85c6db9952ff4443f84a3c8d701927e7
2943Author: Martin-Éric Racine  <q-funk@iki.fi>
2944Date:   Tue Jan 8 13:57:25 2008 -0700
2945
2946    Trivial patch to fix the ZTV module
2947
2948commit 407f403583f901bbb38d267b9194835d5255d41c
2949Author: Martin-Éric Racine  <q-funk@iki.fi>
2950Date:   Sat Jan 5 06:29:59 2008 +0200
2951
2952    [GX][LX] Push PreInit fixes to avoid segfauls on X -configure.
2953    
2954    This is known to work on products with GeodeROM and Insyde BIOSes.
2955    
2956    On products with a General Software BIOS, a freeze occurs while X
2957    is probing VBE.  The same issue occurs with LinuxBIOS and VGAROM,
2958    but not with LinuxBIOS omitting VGAROM.
2959    
2960    Both issues appear to be caused by X server core upgrading from
2961    vm86 to x86emu since X server release 1.3, which requires fixing
2962    x86emu, or the concerned BIOSes, or both.
2963
2964commit cc570675d97af7b0f4f6a70af0e7e01c89690aa1
2965Author: Jordan Crouse <jordan.crouse@amd.com>
2966Date:   Mon Dec 24 13:00:48 2007 -0700
2967
2968    [GX]  Fix the autoconfigure segfault for GX too
2969
2970commit f1482feb5b210095c564e2cad5bfd6d6e4e2cd78
2971Author: Jordan Crouse <jordan.crouse@amd.com>
2972Date:   Mon Dec 24 11:56:19 2007 -0700
2973
2974    [LX] Re-arrange PreInit to avoid segfaults in Xorg -configure
2975    
2976    Re-arrange the early part of PreInit so that Xorg -configure can run
2977    cleanly.
2978
2979commit d4cd5d91a015088d548736831edd31760bcda88d
2980Author: Martin-Éric Racine  <q-funk@iki.fi>
2981Date:   Mon Oct 15 16:32:56 2007 +0300
2982
2983    Bumped package version to 2.7.7.3.
2984
2985commit 5833df9f71af8253f02a360c1b0e5e36ba2e4910
2986Author: Jordan Crouse <jordan.crouse@amd.com>
2987Date:   Fri Sep 28 09:05:56 2007 -0600
2988
2989    [XORG] Fix video downscaling
2990    
2991    When downscaling the window, apparently the clip region doesn't
2992    change (not sure why), so we didn't get the message to re-init
2993    the video.   This will make the re-init process happen on both
2994    the clip region changing and the width/height changing.
2995
2996commit dfe2ab1ea3c1a66952b6d38e436a064d677e5fba
2997Author: Jordan Crouse <jordan.crouse@amd.com>
2998Date:   Tue Sep 18 13:45:10 2007 -0600
2999
3000    [XORG] Remove the upload function for LX
3001    
3002    Remove the upload function for LX.  The default function is going to be
3003    faster for all 0xCC BLTs; which just so happens to be what all the
3004    uploads will be.
3005
3006commit b795643e860548eff6f1a458391e56098c490f64
3007Author: Martin-Éric Racine  <q-funk@iki.fi>
3008Date:   Mon Sep 17 14:57:22 2007 +0300
3009
3010    Update the package version in configure.ac
3011
3012commit 65a629fb9861f51f7591bfc1d80068194e7f840e
3013Author: Martin-Éric Racine  <q-funk@iki.fi>
3014Date:   Mon Sep 17 14:55:49 2007 +0300
3015
3016    ChangeLog DOES need to be cleaned, but in MAINTIANERCLEANFILES.
3017
3018commit 5179095e4e9ba4e699f6965b752df932d2808155
3019Author: Martin-Éric Racine  <q-funk@iki.fi>
3020Date:   Wed Sep 12 10:53:34 2007 +0300
3021
3022    Creating a release of course requires updating the package version...
3023
3024commit 39be7f612783fcc6e51ee0a502e4630661fab702
3025Author: Martin-Éric Racine  <q-funk@iki.fi>
3026Date:   Wed Sep 12 09:04:08 2007 +0300
3027
3028    We no longer delete the ChangeLog in the clean target. We will simply overwrite it instead.
3029
3030commit 48b20f8c1424e953485149b707318386339e2953
3031Author: Martin-Éric Racine  <q-funk@iki.fi>
3032Date:   Sun Sep 2 13:28:57 2007 +0300
3033
3034    Erm... actually, the ChangeLog needs ot be removed, since it's generated at release time.
3035
3036commit 4ade6759760b52ed3b84a846f9c4f5f421a70ef8
3037Author: Martin-Éric Racine  <q-funk@iki.fi>
3038Date:   Sun Sep 2 13:18:28 2007 +0300
3039
3040    Commit the clean 2.7.7.0 ChangeLog to GIT.
3041
3042commit 1d1b3005a741b04331fecb1453a0c5c6381518a7
3043Author: Martin-Éric Racine  <q-funk@iki.fi>
3044Date:   Sun Sep 2 12:54:30 2007 +0300
3045
3046    Added the standard X.org ChangeLog generation target to Makefile.am
3047
3048commit f159ec89c2e1fd33a52d8f0375233c5fb06bc6f0
3049Author: Martin-Éric Racine  <q-funk@iki.fi>
3050Date:   Sun Sep 2 12:46:40 2007 +0300
3051
3052    Reverted autogen.sh changes too, since the 'dist' target does what we need.
3053
3054commit bae63fbe0871229ecd9fca75043065c15a8ea9dc
3055Author: Martin-Éric Racine  <q-funk@iki.fi>
3056Date:   Sun Sep 2 12:39:06 2007 +0300
3057
3058    Reverted the autotool file generation from the GIT tree.
3059
3060commit 1afba2099aaefead9e87827c60dea146d6e264f3
3061Author: Martin-Éric Racine  <q-funk@iki.fi>
3062Date:   Sun Sep 2 10:18:49 2007 +0300
3063
3064    Regenerated configure based on new package version.
3065
3066commit e525ca0d68faed9ede9f55df6d0d4a3099d3ad49
3067Author: Martin-Éric Racine  <q-funk@iki.fi>
3068Date:   Sun Sep 2 10:05:49 2007 +0300
3069
3070    Bumped the package version to 2.7.7.0 and calling it a release.
3071
3072commit 47c1bc40e2a06ac84953f4a8b62031fb978ab316
3073Author: Martin-Eric Racine <q-funk@yonix.lan>
3074Date:   Wed Aug 29 22:02:23 2007 +0300
3075
3076    Updated the ChangeLog.
3077
3078commit b29cce202abb0c6afb30ec1f06c98d7f84e8d2e4
3079Author: Martin-Eric Racine <q-funk@yonix.lan>
3080Date:   Wed Aug 29 22:01:28 2007 +0300
3081
3082    Regenerated ChangeLog and autotool files.
3083
3084commit a6192811e21c9f8d17b409018f945adc2eea3594
3085Author: Jordan Crouse <jordan.crouse@amd.com>
3086Date:   Thu Aug 2 10:45:14 2007 -0600
3087
3088    Fix the upload / composite mask race
3089    
3090    We fix a race with the upload function when using a composite mask
3091    by using the exa core function exaGetPixmapFirstPixel, which does
3092    the right thing in X 1.4 and newer.  For older versions, the fix is
3093    to stall the pipeine to ensure the upload is complete, so thats what
3094    we do.
3095
3096commit 8ce4c5cc9650ddc81d9243bc416522800bce3afc
3097Author: Martin-Éric Racine  <q-funk@iki.fi>
3098Date:   Wed Jul 25 09:55:25 2007 -0600
3099
3100    Add the all-important if/then loop to avoid
3101    squashing the ChangeLog if autogen.sh is executed outside of a git
3102    tree.
3103
3104commit bb0f0afc6c5cf849081a007af0c2d3485e87e9c4
3105Author: Martin-Éric Racine  <q-funk@iki.fi>
3106Date:   Fri Jul 13 12:34:45 2007 -0600
3107
3108    This autogen.sh implements ChangeLog generation from the git commit
3109    log. It also calls the correct Makefile macro to clean up after
3110    maintainer configuration, instead of cleaning up by hand.
3111
3112commit 08c26f1bda66b8ffd91e345cdd2cb29171b615b3
3113Author: Jordan Crouse <jordan.crouse@amd.com>
3114Date:   Tue Jul 10 15:16:12 2007 -0600
3115
3116    Fix "old-school" MSR accesses
3117    
3118    This fixes the "old" way of reading MSRs (through virtual registers) -
3119    we had swapped arguments in one of the macros, which does very bad
3120    things to the poor systems it was running on.
3121
3122commit 9f8ea76662733cec5ee6289727c143bf057aee57
3123Author: Jordan Crouse <jordan.crouse@amd.com>
3124Date:   Tue Jul 10 10:06:01 2007 -0600
3125
3126    Change _X_INLINE to just inline - the define probably isn't needed
3127    for us unless we go to a system that doesn't support it.  We'll cross
3128    that bridge when we get to it.
3129
3130commit 47b5a249e7ae877d7816504fec4f987442d07931
3131Author: Martin-Éric Racine  <q-funk@iki.fi>
3132Date:   Fri Jul 6 16:59:51 2007 -0600
3133
3134    An improved autogen.sh script
3135
3136commit f42add8948e2cee3d9f2edf580f260c42718fc0c
3137Author: Jordan Crouse <jordan.crouse@amd.com>
3138Date:   Fri Jul 6 16:13:14 2007 -0600
3139
3140    Remove the DCON sleep code
3141    
3142    The DCON sleep code was introduced by a previous commit - for now that
3143    will only live in the OLPC tree.
3144
3145commit bff92101bd22fcb6a5c0e9da9be58105f7655be4
3146Author: Jordan Crouse <jordan.crouse@amd.com>
3147Date:   Fri Jul 6 13:22:02 2007 -0600
3148
3149    Use the right bit depth when doing EXA copies on the GX.
3150    
3151    This fixes the image corruption problem on OLPC.
3152
3153commit 247faeeb1d1c429800f187e08cfaa31407c660ff
3154Author: Jordan Crouse <jordan.crouse@amd.com>
3155Date:   Tue Jul 3 15:53:56 2007 -0600
3156
3157    Make sure we turn on the video palette when video starts, and turn it off
3158    when video ends.
3159
3160commit 610f9a6b443afa8e40637a62b2b377a992f5eb05
3161Author: Dan Williams <dcbw@redhat.com>
3162Date:   Mon Jun 25 15:30:02 2007 -0400
3163
3164    Fix LX video downscaling
3165    
3166    The GX video downscaling logic apparently isn't appropriate for the LX
3167
3168commit fd870f7acd4654ea1b440925e78df2afc5bf7259
3169Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3170Date:   Mon Jun 25 11:06:39 2007 -0400
3171
3172    uint32_t -> CARD32
3173
3174commit 54ac7918b53a999a25185ff140cda001255596b3
3175Author: Jordan Crouse <jordan.crouse@amd.com>
3176Date:   Fri Jun 22 17:09:28 2007 -0600
3177
3178    Multiple fixes for the LX driver
3179    
3180    * Fix VGA detection
3181    * Restrict EXA implementations older then 2.0
3182    * Fix crash when VT is switched while rotated
3183    * Turn the shadow framebuffer into a true exa offscreen component
3184    * Shut off video when we are rotated
3185    
3186    Conflicts:
3187    
3188            src/amd_lx_driver.c
3189            src/amd_lx_rotate.c
3190
3191commit ea11d99bc29086a8fa92c01dd22f195d626b33d2
3192Author: Jordan Crouse <jordan.crouse@amd.com>
3193Date:   Fri Jun 15 18:08:56 2007 -0600
3194
3195    Two fixes for compositing for Cairo 1.4.4 and X server 1.3+
3196
3197commit 7bf0627cd001325affbe16118a2f27225179eabd
3198Author: Zephaniah E. Hull <warp@agamemnon.b5>
3199Date:   Wed Jun 13 12:28:36 2007 -0400
3200
3201    From Bernardo Innocenti.
3202    
3203    - enable a few GCC warnings
3204    
3205    - make a few globals const and static
3206    
3207    - move MGP_RASTER_MODE writes before writes to color registers
3208    
3209    - compute BPP dynamically in the SolidFill EXA hook
3210    
3211    Conflicts:
3212    
3213            configure.ac
3214
3215commit dc23a3168df78424108e8609b250e88c3dd16775
3216Author: Jordan Crouse <jordan.crouse@amd.com>
3217Date:   Fri Jun 1 18:32:28 2007 -0600
3218
3219    Fix A8 masks
3220    
3221    We were using the wrong operation for A8 masks, resulting in badness.
3222    Also, clean up the mask blt to be much simpler.
3223
3224commit 167d9dcfe6c13f37590b26bd544ae225cb7934ac
3225Author: Jordan Crouse <jordan.crouse@amd.com>
3226Date:   Fri Jun 1 09:31:52 2007 -0600
3227
3228    Use the correct pitch for composite mask operations
3229    
3230    We need to specify the correct pitch for composite mask operations - this
3231    fixes the stride problem.  Also, correctly set up the source color and
3232    some other minor issues, this helps us pass caps-join in the cairo test
3233    suite.
3234
3235commit 802282679447f2be6d815a6aa196d764a33bb07d
3236Author: Jordan Crouse <jordan.crouse@amd.com>
3237Date:   Thu May 17 17:07:17 2007 -0600
3238
3239    Swizzle the sync when the panel is enabled to account for Cimarron being
3240    silly.
3241
3242commit 0a138f4a36ff2b474705bb542b446fe340be324d
3243Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3244Date:   Thu May 31 15:10:59 2007 -0400
3245
3246    Add DCON detection to LX.
3247
3248commit 6350e6e2bdc42aa7220d3101111a3bcc0a9b864a
3249Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3250Date:   Thu May 31 15:07:29 2007 -0400
3251
3252    DCON detection cleanup and generification.
3253
3254commit 506a23c3618905cbcc1c767b9e388ca86706bc73
3255Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3256Date:   Thu May 31 14:34:07 2007 -0400
3257
3258    Un-libcwrap.
3259
3260commit c37fc13ea909a7a1315d3723ccac0e4146b3a0b2
3261Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3262Date:   Thu May 31 14:30:10 2007 -0400
3263
3264    Add extra GCC warning fu.  -Wall cleanup.
3265
3266commit 0953a855c7d20186a8efb6db4842eb777f6e0e56
3267Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3268Date:   Thu May 31 13:58:59 2007 -0400
3269
3270    Rename: amd_gx_dcon.c -> amd_dcon.c
3271
3272commit 0da247099df93a9774e8a638170f2142615ed5df
3273Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3274Date:   Wed May 16 13:05:46 2007 -0400
3275
3276    Remove 'man' directory references from configure.ac.
3277
3278commit 217eeed3c1659cc9e0f13ba6932d1342c0255df4
3279Merge: 6d1942f 022a106
3280Author: Jordan Crouse <jordan.crouse@amd.com>
3281Date:   Thu May 10 10:39:08 2007 -0600
3282
3283    Merge Geode GX and LX development from OLPC
3284    
3285    Conflicts:
3286    
3287            man/amd.man
3288
3289commit 022a106b38693d2d705e8c15ad84c18832fa2e8c
3290Author: Jordan Crouse <jordan.crouse@amd.com>
3291Date:   Wed May 9 17:17:25 2007 -0600
3292
3293    Documentation cleanups
3294    
3295    Rework the readme, and delete the now woefully out of date man pages.
3296    Also update the TODO file with more interesting information.
3297
3298commit 37719011a020eafc9a6848025f3e07219c2f5444
3299Author: Jordan Crouse <jordan.crouse@amd.com>
3300Date:   Wed May 9 17:17:16 2007 -0600
3301
3302    Fix warnings discovered by Dan Williams and -Wall
3303
3304commit da653c761c9a275cf2b5ff4e087cb0239421c72d
3305Author: Dan Williams <dcbw@redhat.com>
3306Date:   Wed May 9 13:32:42 2007 -0600
3307
3308    More -Wall warnings fixed
3309
3310commit 8fa5d1e3653f91c0c1409147f7292463554dd9f9
3311Author: Dan Williams <dcbw@redhat.com>
3312Date:   Wed May 9 13:31:15 2007 -0600
3313
3314    Eliminate the first round of warnings discovered with -Wall
3315
3316commit 0af46deb156c1d4bdc7c3378c70bb9ef696a4886
3317Author: Jordan Crouse <jordan.crouse@amd.com>
3318Date:   Fri May 4 11:43:09 2007 -0600
3319
3320    Completely eliminate the rotation pitch
3321    
3322    Chris Ball is still getting segfalts - completely eliminate the
3323    call.
3324
3325commit c35f7fe15a5a872606f18c84c097f3b5b1cada74
3326Author: Jordan Crouse <jordan.crouse@amd.com>
3327Date:   Fri May 4 11:30:55 2007 -0600
3328
3329    Fix a segfault in RandR
3330
3331commit 1ddbc60536d6e2b7a4654dd9019a3872c1a54de2
3332Author: Jordan Crouse <jordan.crouse@amd.com>
3333Date:   Fri May 4 09:03:26 2007 -0600
3334
3335    Use the same stride for all rotations
3336    
3337    This avoids problems copying pixmaps from EXA space.
3338
3339commit 69501cb09955741a3bb93a0992085cf4f64c70d7
3340Author: Jordan Crouse <jordan.crouse@amd.com>
3341Date:   Fri May 4 09:03:22 2007 -0600
3342
3343    Cimarron wants to use CF8/CFC
3344    
3345    Avoid using the PCI access routines in Cimarron
3346
3347commit 460c5b55d30086b013e35c76fd406e8826e6a814
3348Author: Jordan Crouse <jordan.crouse@amd.com>
3349Date:   Fri May 4 08:53:40 2007 -0600
3350
3351    Handle out of memory situations more gracefully
3352
3353commit 501f1b6d11ce35d5e53de798a364b7712c754e7b
3354Author: Dan Williams <dcbw@redhat.com>
3355Date:   Thu May 3 10:05:17 2007 -0400
3356
3357    commit 5f7979e990c5eafb44aa0fa9779a7ed3904d25ce
3358    
3359        include string.h for memset
3360
3361commit 89bb73e915a8aca7a04d2ab0818f9b21c88d59c3
3362Author: Dan Williams <dcbw@redhat.com>
3363Date:   Thu May 3 09:56:42 2007 -0400
3364
3365    commit 7125fcab372b24f7045bbdaa6d4f6e435b1f7a83
3366    
3367        Fix missed GXQueryImageAttributes->GeodeQueryImageAttributes
3368
3369commit 4dfae85222779694e162c8bb942b7587c2600592
3370Author: Jordan Crouse <jordan.crouse@amd.com>
3371Date:   Wed May 2 14:38:24 2007 -0600
3372
3373    Solve several vexing issues with RandR:
3374    
3375    * Incorrect rendering while rotated
3376    * Mouse was incorrectly drawn for 90 and 270
3377    * subsequent RandR commands were killing the rotated stride
3378
3379commit dc5db7c4d68268377cd99f7c8e4bc54556923ed1
3380Author: Jordan Crouse <jordan.crouse@amd.com>
3381Date:   Tue May 1 17:08:42 2007 -0600
3382
3383    Fix video and VGA bugs
3384    
3385    Fix two small bugs: The VGA dection code wasn't working, and the video
3386    engine was not using color keying.
3387
3388commit 59eac173349afa24c126ec670bedb68643dd5a84
3389Author: Jordan Crouse <jordan.crouse@amd.com>
3390Date:   Thu Apr 26 15:34:11 2007 -0600
3391
3392    Use a secret bit to ensure we use channel A alpha *before* color conversion
3393
3394commit 46b29acf1f239dd89adabf1cb2c138cf8a2b1700
3395Author: Jordan Crouse <jordan.crouse@amd.com>
3396Date:   Fri Apr 20 11:17:16 2007 -0600
3397
3398    Several fixes to support OLPC LX turnon
3399    
3400    These are fixes discovered during the OLPC LX turn on.  The compression
3401    was incorrectly being configured, resulting in bad drawing, that has
3402    bee repaired.  Assume by default that we're going to use a panel and the
3403    CRT, no longer read the straps MSR because it is unreliable.  Finally,
3404    fix the MSR hooks by moving the hook definitions where they will do some
3405    good and disabling the VSA method.
3406
3407commit 8bfed84a1f972325cdf61876d7f7dfd0e8f0d4d5
3408Author: Jordan Crouse <jordan.crouse@amd.com>
3409Date:   Wed Apr 11 13:37:02 2007 -0600
3410
3411    Add Linux MSR suport for LX
3412    
3413    Extend the GX MSR support to LX - this is to support the VSAless
3414    OFW, and share code.
3415
3416commit 2d7689990c19fd74d5fad11bcf6317a7874a6057
3417Author: Jordan Crouse <jordan.crouse@amd.com>
3418Date:   Thu Mar 8 18:06:11 2007 -0700
3419
3420    Fix a couple of scary bugs - including one that seemed to be causing
3421    corruption.
3422
3423commit b959509bb37e6ef269088ecbe92f49c7dc971fb6
3424Author: Jordan Crouse <jordan.crouse@amd.com>
3425Date:   Wed Mar 7 18:27:52 2007 -0700
3426
3427    Add a TODO file filled with many bugs and enhancements
3428
3429commit b59bfdde9341ca9014e00795e344ac64b5b91b8c
3430Author: Jordan Crouse <jordan.crouse@amd.com>
3431Date:   Wed Mar 7 18:14:34 2007 -0700
3432
3433    [MAJOR UPDATE] Geode LX driver
3434    
3435    This is a major re-vamping of the Geode LX driver to support EXA, RandR,
3436    and advanced xserver features.  The GX and LX drivers now share the similar
3437    streamlined infrastructure, and acceleration.  The LX driver also adds
3438    features the GX does not have, such as accelerated rotations and
3439    far better composite support.
3440    
3441    This provides the basis for the rotation and acceleration enhancements.
3442
3443commit 6d1942fb5e9a1e37baae3ec8559f9567ddeb2f67
3444Author: Alan Coopersmith <alan.coopersmith@sun.com>
3445Date:   Thu Mar 1 10:38:08 2007 -0800
3446
3447    Replace references to XFree86/XF86Config in man page
3448
3449commit d2f53b7c576c91f07f55b62b0020be1d0ab358dc
3450Author: Jordan Crouse <jordan.crouse@amd.com>
3451Date:   Wed Jan 31 13:50:19 2007 -0700
3452
3453    Fix an unfortunate segfault when NoAccel is selected
3454
3455commit 610e65d49c3060b9512be785ab78de0824583155
3456Author: Jordan Crouse <jordan.crouse@amd.com>
3457Date:   Mon Jan 15 22:03:00 2007 -0700
3458
3459    Fixed broken EXA - things actually move faster now.
3460
3461commit 7f3e76af1675dc071769cdd68fa0ae4f1290b7b4
3462Author: Dan Williams <dcbw@redhat.com>
3463Date:   Mon Jan 15 16:49:09 2007 -0500
3464
3465    Fix distcheck
3466
3467commit edbd744b31eb7996b521eca4a42e0e20700ffa78
3468Author: Jordan Crouse <jordan.crouse@amd.com>
3469Date:   Fri Jan 12 10:30:19 2007 -0700
3470
3471    Correctly program the sync polarity taking into account the GX wierdness
3472
3473commit 461c5fb1ed00101e9832b4a0236bbb51d092ddb6
3474Author: Jordan Crouse <jordan.crouse@amd.com>
3475Date:   Thu Jan 11 17:30:45 2007 -0700
3476
3477    Broken logic on the previous Xv fix - should work now
3478
3479commit a212981da0147a5f277b43b801de6d2454005c17
3480Author: Jordan Crouse <jordan.crouse@amd.com>
3481Date:   Wed Jan 10 17:51:23 2007 -0700
3482
3483    Add Xv hardware support for a RGB565 source.
3484
3485commit acc4421ac55d021ef917967ecd09b650e8dd9699
3486Author: Jordan Crouse <jordan.crouse@amd.com>
3487Date:   Wed Jan 10 14:23:02 2007 -0700
3488
3489    Fix a segfault when no valid modes are found
3490    Also - be smart about allocating memory in the RandR part.
3491
3492commit 888dab329bb66c8e4317d0b6a9736fa70c9686a6
3493Author: Jordan Crouse <jordan.crouse@amd.com>
3494Date:   Wed Jan 10 14:21:43 2007 -0700
3495
3496    I missed a few updates of the new driver structure in the video code
3497
3498commit cb69ce0f54569c68c79173e144c3c90e46e64f8b
3499Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3500Date:   Mon Jan 8 15:23:59 2007 -0500
3501
3502    Minor DCON fixes.
3503    
3504    Wire up the DCON init to GXPreInit, and set the panel geometry appropriately
3505    if found.
3506
3507commit c4f21aaaaf6d101e7c8828e246e06be3ff0591c3
3508Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3509Date:   Mon Jan 8 15:22:28 2007 -0500
3510
3511    Fix RANDR support to be dlloader-friendly.
3512
3513commit d4d16bf29802549b501a00e32195162ed5e8ab93
3514Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3515Date:   Mon Jan 8 15:21:33 2007 -0500
3516
3517    Build fix.
3518
3519commit f762b456b98063860e38e9541f4be2fb1302e3c2
3520Author: Adam Jackson <ajax@benzedrine.nwnk.net>
3521Date:   Mon Jan 8 15:20:44 2007 -0500
3522
3523    Add --enable-visibility.
3524    
3525    Allow the driver to be built with the default symbol visbility set to hidden,
3526    for smaller better code.
3527
3528commit cf77a1fe9ec232cbb0d99685f34d0acb91ee5d88
3529Author: Jordan Crouse <jordan.crouse@amd.com>
3530Date:   Fri Dec 29 10:58:35 2006 -0700
3531
3532    Remove direct PCI accesses from Durango
3533    
3534    Accessing PCI through X is one thing, accessing it directly is quite
3535    another.
3536
3537commit fb92319afde24b91c64314e4f2d8725fa2cd61fe
3538Author: Jordan Crouse <jordan.crouse@amd.com>
3539Date:   Wed Dec 20 17:30:44 2006 -0700
3540
3541    Replace the VSA MSR interface with something more sane
3542
3543commit e34f70fc46b36a0ea26636045ce9f9bf24ec89cd
3544Author: Jordan Crouse <jordan.crouse@amd.com>
3545Date:   Mon Dec 18 11:01:34 2006 -0700
3546
3547    Correctly rotate the HW cursor data so that it matches the rest of the screen
3548
3549commit 2e558b7cf6c508a1f745d922d911d612eba7d2c4
3550Author: Jordan Crouse <jordan.crouse@amd.com>
3551Date:   Fri Dec 15 16:37:35 2006 -0700
3552
3553    A few fixes for the panel - the mode should be set correctly now, and
3554    segfaults have gone away.
3555
3556commit 243edb93e131734f23d9c5f39f1cd614ecc6a1f8
3557Author: Jordan Crouse <jordan.crouse@amd.com>
3558Date:   Fri Dec 15 13:23:49 2006 -0700
3559
3560    Remove debugging messages and other cleanups
3561
3562commit 8cd3fa16e377119452d8575198a7f1f1a77e44fc
3563Author: Jordan Crouse <jordan.crouse@amd.com>
3564Date:   Fri Dec 15 13:23:48 2006 -0700
3565
3566    Default the GX driver to use EXA for acceleration
3567
3568commit 04e5aa4e6e9ec4ddc8ebeaf9f7004cb832c194c8
3569Author: Jordan Crouse <jordan.crouse@amd.com>
3570Date:   Fri Dec 15 13:23:48 2006 -0700
3571
3572    Allow the user to specify an initial rotation
3573
3574commit dc2244b398d68bb340e97c723615e3b52ecd47ae
3575Author: Jordan Crouse <jordan.crouse@amd.com>
3576Date:   Fri Dec 15 13:23:45 2006 -0700
3577
3578    Clean up the VGA init
3579
3580commit 5b66b41b1d91345700e8f18569fa984c6ce53aca
3581Author: Jordan Crouse <jordan.crouse@amd.com>
3582Date:   Fri Dec 15 08:46:42 2006 -0700
3583
3584    Remove unneeded GX options
3585
3586commit d901348441642fadbd71ed2e37e74b3b2a7af97c
3587Author: Jordan Crouse <jordan.crouse@amd.com>
3588Date:   Thu Dec 14 17:28:48 2006 -0700
3589
3590    Fix the memory mapping so its more sane, and disable XAA pixmap caches
3591    during rotation.
3592
3593commit 73dc69c6597d5f0f6023c067f7b1c2d7709b604b
3594Author: Jordan Crouse <jordan.crouse@amd.com>
3595Date:   Thu Dec 14 17:26:59 2006 -0700
3596
3597    PATCH:  Automatically probe to see if VGA exists
3598
3599commit a38f40687c00f35d2e6529c3cfb894ee29cdea66
3600Author: Jordan Crouse <jordan.crouse@amd.com>
3601Date:   Wed Dec 13 16:03:36 2006 -0700
3602
3603    Clean up whitespace and other code style issues
3604
3605commit edd326cc9ba5b9f46ca7a4516806a5b7fd3605f0
3606Author: Jordan Crouse <jordan.crouse@amd.com>
3607Date:   Tue Dec 12 17:31:48 2006 -0700
3608
3609    First attempt at adding dynamic rotation (just RandR 1.1 for now)
3610
3611commit 98aad0c298e59b6336e9219cc37294644d2d9e95
3612Author: Jordan Crouse <jordan.crouse@amd.com>
3613Date:   Thu Nov 9 15:31:07 2006 -0700
3614
3615    PATCH:  Add special support for the OLPC DCON
3616
3617commit e18f0a7efe7bbc7655a9fdcd3b74ec8c799a86a2
3618Author: Jordan Crouse <jordan.crouse@amd.com>
3619Date:   Wed Nov 8 16:41:44 2006 -0700
3620
3621    PATCH:  More gamma fixes
3622    
3623    Be smarter about how gamma is saved and restored by checking the bits.
3624
3625commit 881c2aac50af3265d98daa4be5ccf49cabe2f5d6
3626Author: Jordan Crouse <jordan.crouse@amd.com>
3627Date:   Wed Nov 8 11:24:26 2006 -0700
3628
3629    PATCH:  Avoid incorrectly killing the gamma RAM when the driver starts up
3630    
3631    The Xv driver requires color adjustment by programming the gamma LUT.  The
3632    driver was incorectly programming the LUT at startup, which is damaging
3633    for any previous applications that may have graphics gamma information in
3634    the LUT.  Change only applies the video adjustment when video is enabled.
3635
3636commit 57921b0fffbd1a4bf36dbef69badb9b71918a3b8
3637Author: Jordan Crouse <jordan.crouse@amd.com>
3638Date:   Mon Oct 16 16:54:15 2006 -0600
3639
3640    Fixed stupid buglet that I introduced
3641
3642commit 1c2fdaa4bc0df076f2d15184cfba74b2df82c6e4
3643Author: Jordan Crouse <jordan.crouse@amd.com>
3644Date:   Mon Oct 16 16:27:01 2006 -0600
3645
3646    Missed a place where I needed to clear the EXA memory
3647
3648commit 8d9986ffa3d678469901d595c80770696bd866d8
3649Author: Jordan Crouse <jordan.crouse@amd.com>
3650Date:   Wed Oct 11 17:42:30 2006 -0600
3651
3652    Xv needs to understand how to allocate offscreen code from EXA too
3653    
3654    When EXA is enabled, it takes enough of the offscreen memory for itself,
3655    so that Xv cannot query memory with xf86AllocateOffscreen.
3656
3657commit 2979196dae5615f2a78ace891d4ad6dd98c8fe6e
3658Author: Jordan Crouse <jordan.crouse@amd.com>
3659Date:   Thu Sep 28 09:09:27 2006 -0600
3660
3661    Update for 7.2 - fix config.h and other include problems.
3662    
3663    This closes bug 8290 by applying the patch from Andres Salomon.
3664
3665commit 45eeb43888e92e2736d9b678ce6d67fb99449800
3666Author: Jordan Crouse <jordan.crouse@amd.com>
3667Date:   Mon Aug 21 11:24:42 2006 -0600
3668
3669    PATCH:  Clean ups some of the log messages
3670    
3671    Remove the useless DDC probe message and only warn when MSR reads don't
3672    work.
3673
3674commit 1665bf4ae01b88bd2d981ebacc306568715ee927
3675Author: Jordan Crouse <jordan.crouse@amd.com>
3676Date:   Mon Aug 21 11:24:41 2006 -0600
3677
3678    PATCH:  Move the check for EXA version
3679    
3680    The check for the EXA version occurs before the EXA_VERSION is defined.
3681    This results in EXA being permanently turned off.  This makes sure exa.h
3682    is defined before checking the version.
3683
3684commit 38f3d21beba13daba4844a129f3c268b5f291fb1
3685Author: Jordan Crouse <jordan.crouse@amd.com>
3686Date:   Tue Aug 15 13:14:01 2006 -0600
3687
3688    PATCH:  When compression is off, adjust the pitch to be linear, saving memory
3689
3690commit 9d8d08c6a7449faf9c52d728eeb5793180eaf98e
3691Author: Jordan Crouse <jordan.crouse@amd.com>
3692Date:   Mon Aug 7 17:46:56 2006 -0600
3693
3694    PATCH:  Fixup Xv
3695    
3696    Xv was still stuck in the 6.8.1 days.
3697
3698commit 4a29b63925ea8ffa4e220925dd8aca280fd887a7
3699Author: Jordan Crouse <jordan.crouse@amd.com>
3700Date:   Fri Aug 4 14:23:52 2006 -0600
3701
3702    PATCH:  Add specific support for the OLPC dcon panel
3703    
3704    The OLPC dcon panel operates differently then the other panels in the
3705    GX universe.
3706
3707commit 7a49bf6205d77a22b07c785f2cb589abd8671667
3708Author: Jordan Crouse <jordan.crouse@amd.com>
3709Date:   Fri Aug 4 14:23:40 2006 -0600
3710
3711    PATCH:  Remove the build files that shouldn't be in the repository
3712
3713commit d67ec33ef47086469446f0bd692ec15581124424
3714Author: Zephaniah E. Hull <warp@agamemnon.b5>
3715Date:   Thu Aug 3 10:41:41 2006 -0400
3716
3717    Make EXA support on EXA_VERSION_MAJOR >= 2.
3718    
3719    Catch the two places where we tried to use EXA stuff when it wasn't available.
3720
3721commit 3718e9e2639d0f6313c3ec9ab32d277d2224f8cf
3722Author: Jordan Crouse <jordan.crouse@amd.com>
3723Date:   Fri Jul 7 17:18:06 2006 -0600
3724
3725    PATCH:  Fix some VGA issues
3726    
3727    Fix some issues from the recent NoVGA refactoring
3728
3729commit 726d46c8da96b2a0168b39d36be32467d54a9de3
3730Author: Jordan Crouse <jordan.crouse@amd.com>
3731Date:   Fri Jul 7 13:05:19 2006 -0600
3732
3733    Update with cleanup and other fixes
3734    
3735    Final commit of cleanup fixes prior to pushing
3736
3737commit c3ab9f1a60afe1f5e86db1cf2635acda14fae2f5
3738Author: Jordan Crouse <jordan.crouse@amd.com>
3739Date:   Thu Jul 6 14:56:42 2006 -0600
3740
3741    Initial commit of the xf86-video-amd tree
3742