Initial commit
[xorg_rtime.git] / xorg-server-1.4 / hw / kdrive / neomagic / ChangeLog
blob4e0788e5a1451b93774e48ebf7914ab75c53f767
1 2006-02-15  Keith Packard  <keithp@keithp.com>
3         * Makefile.am:
4         Add XSERVER_LIBS to build in xorg tree
6 2005-08-07  Keith Packard  <keithp@keithp.com>
8         * neo_draw.c:
9         Build with modular X libraries and headers
11 2005-06-09  Eric Anholt  <anholt@FreeBSD.org>
13         * neo_draw.c:
14         * neomagic.c: (neoScreenInit):
15         Perform a warnings sweep on hw/kdrive.  A number of these were my fault,
16         but some come from others.
18 2005-06-09  Eric Anholt  <anholt@FreeBSD.org>
20         * neo_draw.c: (neoWaitMarker), (neoDrawInit):
21         * neomagic.c:
22         * neomagic.h:
23         - Replace the syncAccel hook in the kdrive structure with a pair of
24           hooks in the kaa structure: markSync and waitMarker.  The first, if
25           set, returns a hardware-dependent marker number which can then be
26           waited for with waitMarker.  If markSync is absent (which is the case
27           on all drivers currently), waitMarker must wait for idle on any given
28           marker number.  The intention is to allow for more parallelism when
29           we get downloading from framebuffer, or more fine-grained idling.
30         - Replace the KdMarkSync/KdCheckSync functions with kaaMarkSync and
31           kaaWaitSync.  These will need to be refined when KAA starts being
32           smart about using them.  Merge kpict.c into kasync.c since kasyn.c has
33           all the rest of these fallback funcs.
34         - Restructure all drivers to initialize a KaaInfo structure by hand
35           rather than statically in dubious order.
36         - Whack the i810 driver into shape in hopes that it'll work after this
37           change (it certainly wouldn't have before this).  Doesn't support my
38           i845 though.
39         - Make a new KXV helper to avoid duplicated code to fill the region
40           with the necessary color key.  Use it in i810 and mach64 (tested).
42 2005-02-08  Keith Packard  <keithp@keithp.com>
44         reviewed by: <delete if not using a buddy>
46         * ChangeLog:
47         * neomagicstub.c: (InitInput):
49 2005-02-08  Keith Packard  <keithp@keithp.com>
51         reviewed by: <delete if not using a buddy>
53         * ChangeLog:
54         * neomagicstub.c: (InitInput):
56 2005-02-08  Keith Packard  <keithp@keithp.com>
58         reviewed by: <delete if not using a buddy>
60         * ChangeLog:
61         * neomagicstub.c: (InitInput):
63 2005-02-08  Keith Packard  <keithp@keithp.com>
65         reviewed by: <delete if not using a buddy>
67         * ChangeLog:
68         * neomagicstub.c: (InitInput):
70 2005-02-08  Keith Packard  <keithp@keithp.com>
72         reviewed by: <delete if not using a buddy>
74         * neomagicstub.c: (InitInput):
76 2004-07-21  Phil Blundell  <pb@nexus.co.uk>
78         * Makefile.am (Xneomagic_LDADD): Include -lts if appropriate.
79         Patch from pattieja@bentham.ispvip.biz.
81 2004-06-07 Franco Catrin L. <fcatrin@tuxpan.com>
82         * Small fix for depth calculation
84 2004-04-11 Franco Catrin L. <fcatrin@tuxpan.com>
86         * Basic bitblt implementation
87         * Fixed width and height calculation in solids
88         * Added ROP (not tested)
90 2004-04-10 Franco Catrin L. <fcatrin@tuxpan.com>
92         * MMIO enabled after switching to new VT
93         * First acceleration function implemented (DrawSolid)
95 2004-04-06 Franco Catrin L. <fcatrin@tuxpan.com>
97         * Returned to a working state.  Brent will
98         continue working on a backend in a separate CVS branch