CVS log for xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h

(logo)

Help

(back) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / drivers / ati

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Apr 2 19:47:58 2008 UTC (5 years, 1 month ago) by tsi
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, HEAD
Changes since 1.11: +16 -1 lines
Diff to previous 1.11
  36. Rage 128 driver changes:
      - Add support for dual head on Rage 128 Mobility's (X.Org, via OpenBSD's
        xenocara repository).
      - Don't use vgaHW if the video mode on server entry is found to be an
        accelerator (i.e. non-VGA) video mode (Marc La France).
      - Avoid hard-failed master aborts while attempting to read video BIOS
        (Marc La France).

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Jan 23 18:02:59 2007 UTC (6 years, 3 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_3, xf-4_7_99_2, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
IRIX-engendered build fixes.

Revision 1.10 / (view) - annotate - [select for diffs] , Sat Sep 2 15:44:09 2006 UTC (6 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
  69. Make X server argv strings constant (David Dawes).

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Mar 16 16:49:59 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_2, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902
Changes since 1.8: +2 -9 lines
Diff to previous 1.8
 242. Loader updates:
       - Improve the stack trace information.
       - Improve the handling of instance-specific req/ref symbols.
       - Use stronger typing for the module-visible instance-specific module
         descriptor.
       - No longer disable xf86UnloadSubModule(), since the loader now handles
         unloads and re-loads cleanly.
       - Update all modules to make use of the above, and fix some bugs
         that this exposed.
       - Some loader message cleanups.
      (X-Oz Technologies, David Dawes).

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Mar 2 03:00:37 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_901
Changes since 1.7: +9 -2 lines
Diff to previous 1.7
 229. XFree86 loader enhancments:
      - Per-module export symbol lists.
      - Improved symbol hash.
      - A mechanism for specifying the scope of symbols.
      - Keep track of relocations, and undo them when they become unresolved
        on module unload, and recalculate them when they change on module
        load.
      - Check relocations on each module load/unload, ensuring that function
        references that are unresolved at any time are always mapped to the
        catch-all function preventing calls into nowhere.
      - Efficient handling of invariant relocations.
      - Cleanup/update the memleak stack trace code, and print a stack
        trace when an unresolved function is called or when XFree86 aborts.
      - Update the catch-all function to identify the unresolved function.
      - Read the XFree86 executable's symbol table in order to get the
        most useful stack traces, and use dladdr(), where available,
        for shared library references.
      - Cleanup and unify debug messages for the loader components.
      - Allow for module-instance-specific referenced and required
        symbols lists, so that a module's requirements can be removed
        when it is unloaded.
      - Update the ati driver to make use of some of the new loader
        functionality.
      - General loader cleanups, including removing some redundancies.
      - Don't build the coff loader on platforms that it doesn't support.
      (X-Oz Technologies, David Dawes).

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Oct 30 17:36:58 2003 UTC (9 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_5, xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_2, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903, xf-4_4_99_902, xf-4_4_99_901, xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_22, xf-4_4_99_21, xf-4_4_99_20, xf-4_4_99_2, xf-4_4_99_19, xf-4_4_99_18, xf-4_4_99_17, xf-4_4_99_16, xf-4_4_99_15, xf-4_4_99_14, xf-4_4_99_13, xf-4_4_99_12, xf-4_4_99_11, xf-4_4_99_10, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903, xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
 536. Fix ChipValidMode() return type (Marc La France).

Revision 1.6 / (view) - annotate - [select for diffs] , Sat Apr 6 19:06:06 2002 UTC (11 years, 1 month ago) by tsi
Branch: MAIN
CVS Tags: xf-4_3_99_9, xf-4_3_99_8, xf-4_3_99_7, xf-4_3_99_6, xf-4_3_99_5, xf-4_3_99_4, xf-4_3_99_3, xf-4_3_99_2, xf-4_3_99_14, xf-4_3_99_13, xf-4_3_99_12, xf-4_3_99_11, xf-4_3_99_10, xf-4_3_99_1, xf-4_3_0_2, xf-4_3_0_1, xf-4_3_0, xf-4_3-branch, xf-4_2_99_902, xf-4_2_99_901, xf-4_2_99_4, xf-4_2_99_3, xf-4_2_99_2, xf-4_2_99_1
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
 107. Rework ati, atimisc, r128 and radeon module versioning (Marc La France).
 106. Code clean up for the original Rage LT (Marc La France).
 105. An attempt at disabling display switches while the server is running on
      an LT Pro or Mobility M1 (Marc La France).
 104. Make atimisc, r128 and radeon modules register the symbols they reference
      at module load time, rather than PreInit() (Marc La France).
 103. Fix rounding error in Mach64 DSP calculation (Marc La France).

Revision 1.5 / (view) - annotate - [select for diffs] , Mon May 7 20:59:06 2001 UTC (12 years ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_1_2, xf-4_2_1_1, xf-4_2_1, xf-4_2_0_1, xf-4_2_0-bindist-1, xf-4_2_0-bindist, xf-4_2_0, xf-4_2-branch, xf-4_1_99_7, xf-4_1_99_6, xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2, xf-4_1_99_1, xf-4_1_0_2, xf-4_1_0_1, xf-4_1_0-bindist, xf-4_1_0, xf-4_1-branch, xf-4_0_99_902, xf-4_0_99_901, xf-4_0_99_900, Domain-branch
Changes since 1.4: +26 -25 lines
Diff to previous 1.4
 480. V4L documentation fix (Marc La France).
 479. Fix bug in generic hardware cursor RealizeCursor entry
      (Marc La France).

+ Minor Xv rework, warning & cosmetic changes

Revision 1.4 / (view) - annotate - [select for diffs] , Fri May 4 18:05:33 2001 UTC (12 years ago) by dawes
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
 473. Fix option handling in most drivers so that per-screen options work
      correctly (David Dawes).
plus a few misc fixes

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Nov 18 19:37:11 2000 UTC (12 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_99_3, xf-4_0_99_2, xf-4_0_99_1, xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a, xf-4_0_2-branch, xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1h, xf-4_0_1g, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
 967. Change linux/int10 to intercept signals generated by the vm86() syscall
      rather than killing the server (Marc La France).
 966. Reinstate DG/UX mmap() bug work-around in int10 (Marc La France).
 965. Rage128 and Radeon fix for -configure (Marc La France).
 964. Fix int10 woes with retrieving PCI BIOSes (Marc La France).
 963. Allow modules to intercept signals that would otherwise kill the server
      (Marc La France).
 962. Fix static Xvfb server build (Marc La France).
 961. Some warning fixes (Marc La France).
 960. Rage128 and Radeon #include changes to reduce recompilations
      (Marc La France).

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Nov 9 03:24:36 2000 UTC (12 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: xf-4_0_1f
Changes since 1.1: +31 -29 lines
Diff to previous 1.1
 917. Fix r128 and radeon driver source code formatting that was munged
      during ATI merge (Kevin Martin).

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Nov 2 16:55:37 2000 UTC (12 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_1e
Merge Rage128 and Radeon drivers into the ATI driver.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2