~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to hw/kdrive/neomagic/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-02-15  Keith Packard  <keithp@keithp.com>
 
2
 
 
3
        * Makefile.am:
 
4
        Add XSERVER_LIBS to build in xorg tree
 
5
 
 
6
2005-08-07  Keith Packard  <keithp@keithp.com>
 
7
 
 
8
        * neo_draw.c:
 
9
        Build with modular X libraries and headers
 
10
 
 
11
2005-06-09  Eric Anholt  <anholt@FreeBSD.org>
 
12
 
 
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.
 
17
 
 
18
2005-06-09  Eric Anholt  <anholt@FreeBSD.org>
 
19
 
 
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).
 
41
 
 
42
2005-02-08  Keith Packard  <keithp@keithp.com>
 
43
 
 
44
        reviewed by: <delete if not using a buddy>
 
45
 
 
46
        * ChangeLog:
 
47
        * neomagicstub.c: (InitInput):
 
48
 
 
49
2005-02-08  Keith Packard  <keithp@keithp.com>
 
50
 
 
51
        reviewed by: <delete if not using a buddy>
 
52
 
 
53
        * ChangeLog:
 
54
        * neomagicstub.c: (InitInput):
 
55
 
 
56
2005-02-08  Keith Packard  <keithp@keithp.com>
 
57
 
 
58
        reviewed by: <delete if not using a buddy>
 
59
 
 
60
        * ChangeLog:
 
61
        * neomagicstub.c: (InitInput):
 
62
 
 
63
2005-02-08  Keith Packard  <keithp@keithp.com>
 
64
 
 
65
        reviewed by: <delete if not using a buddy>
 
66
 
 
67
        * ChangeLog:
 
68
        * neomagicstub.c: (InitInput):
 
69
 
 
70
2005-02-08  Keith Packard  <keithp@keithp.com>
 
71
 
 
72
        reviewed by: <delete if not using a buddy>
 
73
 
 
74
        * neomagicstub.c: (InitInput):
 
75
 
 
76
2004-07-21  Phil Blundell  <pb@nexus.co.uk>
 
77
 
 
78
        * Makefile.am (Xneomagic_LDADD): Include -lts if appropriate.
 
79
        Patch from pattieja@bentham.ispvip.biz.
 
80
 
 
81
2004-06-07 Franco Catrin L. <fcatrin@tuxpan.com>
 
82
        * Small fix for depth calculation
 
83
 
 
84
2004-04-11 Franco Catrin L. <fcatrin@tuxpan.com>
 
85
 
 
86
        * Basic bitblt implementation
 
87
        * Fixed width and height calculation in solids
 
88
        * Added ROP (not tested)
 
89
 
 
90
2004-04-10 Franco Catrin L. <fcatrin@tuxpan.com>
 
91
 
 
92
        * MMIO enabled after switching to new VT
 
93
        * First acceleration function implemented (DrawSolid)
 
94
 
 
95
2004-04-06 Franco Catrin L. <fcatrin@tuxpan.com>
 
96
 
 
97
        * Returned to a working state.  Brent will
 
98
        continue working on a backend in a separate CVS branch