Commit Graph

52 Commits

Author SHA1 Message Date
Kevin E Martin
223319630a Bump version numbers for X11R6.9/X11R7 RC2. XORG-6_8_99_903 XORG-6_8_99_902 XORG-6_99_99_902 2005-11-09 21:31:20 +00:00
Kevin E Martin
65c7a923e3 Update package version number for X11R7 RC2 release. 2005-11-09 21:15:14 +00:00
Kean Johnson
6e95e7efbc See ChangeLog entry 2005-11-07 for details. 2005-11-08 06:33:28 +00:00
Kevin E Martin
e7cf9f2951 Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:52 +00:00
Kevin E Martin
19c8cb7e20 Update package version number for RC1 release. XORG-6_99_99_901 2005-10-19 02:48:02 +00:00
Alan Coopersmith
b3cb9f5a0c Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
2005-10-18 00:01:53 +00:00
Adam Jackson
34e9d68c45 More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
2005-10-17 22:57:32 +00:00
Alan Coopersmith
4c4fead49d Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:02 +00:00
Alan Coopersmith
7acccac366 Don't build utils if inb and friends aren't available 2005-10-06 23:08:00 +00:00
Adam Jackson
ad3f384d6d Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman) 2005-10-05 01:07:23 +00:00
Søren Sandmann Pedersen
b005b6550a Check in generated README files 2005-10-04 20:01:03 +00:00
Søren Sandmann Pedersen
f7a845eca6 - For all drivers that have a <driver>.sgml file, add code in their build
system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
    will check if the required tools and files exist, and if so set a
    conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
    it spew less warnings when the text file is built.
2005-10-03 21:22:07 +00:00
Kevin E Martin
5ced0a935c Build, but don't install, the driver utils 2005-09-29 14:07:14 +00:00
Søren Sandmann Pedersen
e0b348468a Add Makefile.am for xf86-video/chips/util 2005-09-29 13:53:06 +00:00
Søren Sandmann Pedersen
c4faaed659 Update build system for apm, chips, cirrus, glint, i740, mga, neomagic,
newport to accomodate various new documentation and utility files.
2005-09-27 20:53:19 +00:00
Daniel Stone
18b83b4bf9 Update autogen.sh to one that does objdir != srcdir. 2005-08-18 09:03:46 +00:00
Kevin E Martin
a435001829 Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
XORG-6_99_99_900
2005-07-29 21:22:42 +00:00
Søren Sandmann Pedersen
deca4a65b1 Add src/Makefile.am 2005-07-25 23:43:02 +00:00
Søren Sandmann Pedersen
fa72456e6a Add man/Makefile.am 2005-07-25 23:42:45 +00:00
Søren Sandmann Pedersen
1f768d9a56 Build system for Chips and Tech 2005-07-25 23:42:08 +00:00
Søren Sandmann Pedersen
f82bfa5a95 Add accidentally left out PKG_CHECK_MODULES 2005-07-13 18:20:12 +00:00
Søren Sandmann Pedersen
71992bc3c4 Build system for chips-and-technologies video driver 2005-07-13 17:45:32 +00:00
Adam Jackson
8826d34f0b Prep for modular builds by adding guarded #include "config.h" everywhere. XORG-6_8_99_16 XORG-6_8_99_901 XORG-6_8_99_900 XORG-6_8_99_15 2005-07-11 02:29:46 +00:00
Adam Jackson
e3cc3456c1 Bug #3626: _X_EXPORT tags for video and input drivers. XORG-6_8_99_13 XORG-6_8_99_14 2005-06-25 21:16:53 +00:00
Daniel Stone
b9c4a3ddd1 Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
XORG-6_8_99_4 XORG-6_8_99_11 XORG-6_8_99_9 XORG-6_8_99_8 XORG-6_8_99_7 XORG-6_8_99_6 XORG-6_8_99_5 sco_port_update-base XORG-6_8_99_12 XORG-6_8_99_10
2005-04-20 12:25:23 +00:00
Egbert Eich
447cb9ac14 Comparing the C&T driver code with the original BE support patch by Rob
Taylor and Jean-Laurent Gazelle it looks like the handling of the
    availability of a dual endian fb aperture and the byte swapping control
    bit appears to be slightly wrong. This patch attempts to fix it
    (Bugzilla #2346).
XORG-6_8_99_2 XORG-6_8_99_1 XORG-6_8_99_3
2005-01-21 12:17:19 +00:00
Egbert Eich
c832080b84 - typo fix: added missing 'l'. 2005-01-11 17:18:55 +00:00
Egbert Eich
a5f965dab4 Explain the FpMode option. 2005-01-11 15:10:24 +00:00
Egbert Eich
9d8837bdd9 - backing out patches that need to go in separately. 2005-01-11 15:02:56 +00:00
Egbert Eich
7577c837c8 Minor format fix.
Added explanatory comment and debug code.
Added comment.
2005-01-11 14:59:02 +00:00
Markus Kuhn
946a44f627 Encoding of numerous files changed to UTF-8 2004-12-04 00:42:59 +00:00
Egbert Eich
6ad4ec186e Removing unneeded private FreeType2 symbol.
Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich).
Removing unneeded code.
Fixed KGA handling for i810. KGA handling for chips derived from C&T chips
    is slightly different. The changes make the code consistent with the
    C&T (chips) and i740 drivers.
2004-11-02 08:54:53 +00:00
Matthieu Herrb
a60309619f Manual pages fixes (XFree86 bugzilla #1487, Nicolas Joly). 2004-10-04 21:14:44 +00:00
Adam Jackson
deddbe4bfe Bug #1087: Make sure all the *Weak symbols are documented in the import
list, so the loader knows not to complain about unresolved symbols when
    an optional module isn't loaded. This typically manifests as warnings
    about fbdevHW symbols when the user isn't using the framebuffer
    console.
XORG-6_8_1_901 lg3d-rel-0-7-0 XORG-6_8_1 XORG-6_8_0 XORG-6_7_99_904 XORG-6_7_99_903 XORG-6_7_99_902 XORG-6_7_99_901 XORG-6_8_1_902 lg3d-base rel-0-6-1
2004-08-16 09:13:13 +00:00
Adam Jackson
a38d228403 Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
DoLoadableServer NO builds work again.
XORG-6_7_99_2 XORG-6_7_99_1
2004-08-03 02:44:20 +00:00
Adam Jackson
b76bed367e Change several LoaderSymbol calls introduced by the bug #400 patch to
*Weak() resolver functions.
2004-07-31 01:21:18 +00:00
Egbert Eich
07a2c34503 Improved BE support in C&T driver (Rob Taylor, Jean-Laurent Gazelle). (Code
adapted Egbert Eich).
Do I810EmitFlush() during screen init to make sure 2D engine is in a sane
    state (Peter Kunzmann).
2004-07-30 21:36:39 +00:00
Adam Jackson
3dd9b6eaf9 Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
framebuffer formats except cfb and the overlay modes should work, and
    r128 and radeon need to be loaded from the ati driver (both issues to
    be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
    drivers. elfloader users shouldn't be affected.
2004-07-30 20:30:52 +00:00
Egbert Eich
652a987a9f Fixed log messages. 2004-07-30 18:32:45 +00:00
Eric Anholt
8a63c95659 DRI XFree86-4_3_99_12-merge import DRI-trunk-20040721 DRI-XFree86-4_3_99_12-merge DRI-trunk-20040613 2004-06-16 09:23:00 +00:00
Egbert Eich
2c023bf4d6 Fixing setting of physical framebuffer base for several drivers. C&T
driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic
    driver: improved support for lowres double scan modes.
2004-05-26 16:24:08 +00:00
Egbert Eich
0d54abec7d Fixed Segfault on video mode switching when pScrn->currentMode did not
contain a valid mode. Fixed video overlays for double scan modes.
2004-05-24 19:00:03 +00:00
Egbert Eich
e3026f7b66 Merging XORG-CURRENT into trunk XACE-SELINUX-MERGE 2004-04-23 19:27:51 +00:00
Egbert Eich
1d261a4e42 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1 2004-03-14 08:33:20 +00:00
Egbert Eich
870c66de7b Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 xf86-4_4_0 2004-03-03 12:12:18 +00:00
Egbert Eich
434c61ca3b readding XFree86's cvs IDs xf86-4_3_99_903 2004-02-26 13:35:52 +00:00
Egbert Eich
4ca9c98863 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:23:18 +00:00
Egbert Eich
46cb95cf8d Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 xf86-012804-2330 xf86-4_3_99_903_special 2004-01-29 08:08:34 +00:00
Kaleb Keithley
7778781ee5 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-4_3_99_902 xf86-4_3_99_901 xf86-4_3_99_16 2003-11-25 19:28:36 +00:00
Kaleb Keithley
1266a1de4d XFree86 4.3.0.1 xf86-4_3_0_1 PRE_xf86-4_3_0_1 2003-11-14 16:48:55 +00:00