123 Commits

Author SHA1 Message Date
Matthieu Herrb
b5d1de955b Pull code from OpenBSD 4.0 version.
- rotation support
    - only allocate space for colormap save/restore at 8bpp
    - switch on render extension at 8bpp
2006-12-03 18:07:02 +01:00
Alan Coopersmith
ab847a95a8 Add *~ to .gitignore 2006-12-01 13:12:44 -08:00
Alan Coopersmith
c2d87cdd92 Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRec 2006-12-01 13:12:22 -08:00
Jeremy C. Reed
6babc37733 Replace stub with real license found in man page and wsfb_driver.c.
It is based on fbdev.c so include its generic XFree86 license for that too.
2006-10-18 15:02:26 -05:00
Jeremy C. Reed
f4fe4cd560 Increase version to reflect newer changes and to be ready for release. xf86-video-wsfb-0.2.0 2006-10-17 09:14:55 -05:00
Jeremy C. Reed
3fd859c64b In man page, also mention it supports NetBSD/i386.
(Uncomment my previous comment in the man page.)
2006-10-17 08:58:33 -05:00
Matthieu Herrb
1890f3e6b8 Add a driverfunc to indicate that this driver doesn't need hw access. 2006-09-17 22:08:41 +02:00
Matthieu Herrb
5c30a4b513 Replace ChangeLog with a rule that generates it on 'make dist' 2006-09-17 22:02:56 +02:00
Matthieu Herrb
8a602328c9 renamed: .cvsignore -> .gitignore 2006-09-17 21:47:20 +02:00
Matthieu Herrb
b77092858a Fix for dlopen() -based module loader. 2006-06-01 01:52:35 +00:00
Jeremy C. Reed
17dab6d85a Added autoconf related files. Copied from other driver so keeping same
copyright. The version is 0.1.0 based on what was in wsfb_driver.c.
In wsfb_driver.c, renamed VERSION to WSFB_VERSION so doesn't conflict with
    VERSION from new makefile.
Tested under NetBSD using wsdisplay on vesafb.
2006-05-27 16:24:02 +00:00
Jeremy C. Reed
bfc4b42efa Use __xservername__ macro instead of hardcoding. Mention it is for NetBSD
also (I tested under NetBSD/i386). Add a comment (roff comment) about
    NetBSD. Mention device name for NetBSD.
2006-05-26 20:32:58 +00:00
Jeremy C. Reed
b3eeae114a NetBSD uses /dev/ttyE?. (Already that way in
xserver/xorg/hw/xfree86/os-support/bsd/bsd_init.c.)
I tested on NetBSD/i386 using NetBSD's vesafb. Also this is in NetBSD's CVS
    too where it was tested on Sparc.
Also added a ChangeLog file.
2006-05-26 20:23:21 +00:00
Kevin E Martin
509c5587ad Fix ShadowFB support to work with recent miext/shadow changes from bug
#5460.
XORG-7_1
2006-05-18 21:14:44 +00:00
Adam Jackson
c639cb9542 Stub COPYING files XORG-7_0 2005-12-19 16:25:56 +00:00
Eric Anholt
7340d355cc Add .cvsignores for drivers. XORG-6_99_99_903 MODULAR_COPY XORG-6_99_99_904 2005-11-21 10:49:23 +00:00
Adam Jackson
22571cf4bc Prep for modular builds by adding guarded #include "config.h" everywhere. XORG-6_99_99_902 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_900 XORG-6_99_99_901 XORG-6_99_99_900 XORG-6_8_99_903 XORG-6_8_99_902 XORG-6_8_99_901 2005-07-11 02:30:07 +00:00
Adam Jackson
4e0146d2be Bug #3626: _X_EXPORT tags for video and input drivers. XORG-6_8_99_14 XORG-6_8_99_13 2005-06-25 21:17:00 +00:00
Markus Kuhn
53de0a660c Encoding of numerous files changed to UTF-8 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 XORG-6_8_99_4 XORG-6_8_99_3 XORG-6_8_99_2 XORG-6_8_99_12 XORG-6_8_99_10 XORG-6_8_99_1 sco_port_update-base 2004-12-04 00:43:10 +00:00
Matthieu Herrb
d18e012813 xc/programs/Xserver/hw/xfree86/driver/ati/radeon.man
xc/programs/Xserver/hw/xfree86/driver/voodoo/voodo.man
xc/programs/Xserver/hw/xfree86/driver/wsfb/wsfb.man XF86Config ->
    __xconfigfile__
2004-11-27 15:14:15 +00:00
Matthieu Herrb
60ee2b97e6 Bugs #1807 & #1808: make wsfb driver work on NetBSD (Nathan J. Williams). 2004-11-09 21:01:05 +00:00
Matthieu Herrb
e7c66868a9 - don't pretend to support 24bpp or 32bpp framebuffers if probed depth is
less than 24. Avoids a core dump after a common configuration error.
    CVS:
    ----------------------------------------------------------------------
2004-10-24 21:12:11 +00:00
Matthieu Herrb
6b390a5d40 Hook the wsfb driver and resynchonize with OpenBSD's version.
Add wsfb, a Net- and OpenBSD specific driver for dumb bitmapped wsdisplay
    screens.
2004-09-26 17:06:45 +00:00