~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/kdrive/neomagic/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

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