matthieu
|
b61f69c71c
|
Replace LoaderGetOS() calls by direct calls to uname(3).
In xserver 1.20, LoaderGetOS() is removed. ok and tweak jca@
|
2019-06-30 17:10:24 +00:00 |
|
matthieu
|
bd92ff34e3
|
regen
|
2014-07-13 16:03:31 +00:00 |
|
matthieu
|
be26f210e4
|
Supress a bunch of gcc warnings
|
2014-07-13 16:03:17 +00:00 |
|
matthieu
|
6686bb3776
|
Sync configure.ac and src/Makefile.am with recent X.Org templates
|
2014-07-13 16:02:55 +00:00 |
|
matthieu
|
eb05615134
|
Remove calls to miInitializeBackingStore() and includes of mibstore.h
mibstore.h defines miInitializeBackingStore() as an empty stub, and
goes away in xserver 1.14.
|
2013-05-12 13:06:24 +00:00 |
|
matthieu
|
b858f3c2d3
|
regen
|
2012-09-09 12:33:52 +00:00 |
|
matthieu
|
082fc7665e
|
Bump to xf86-video-wildcatfb 0.0.2
|
2012-09-09 12:33:36 +00:00 |
|
matthieu
|
ec9efd0100
|
add compat-api.h for compatibility with xserver 1.13
|
2012-09-09 12:33:12 +00:00 |
|
matthieu
|
b0fa6c8d66
|
xalloc/xfree -> malloc/free and unifdef XFree86LOADER
|
2011-11-05 14:55:51 +00:00 |
|
matthieu
|
08c40d6ee1
|
Add missing headers for ioctl() and getpagesize() prototypes.
|
2010-08-29 15:20:40 +00:00 |
|
matthieu
|
bf7e77b9fc
|
XFree86(1) -> __xservername__(1). __xservername__ is a macro that
gets replaced by the actual X server (Xorg currently) by the build
system.
|
2010-08-29 15:05:55 +00:00 |
|
matthieu
|
fcff2a0414
|
Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams.
No functionnal change.
|
2010-08-29 14:58:23 +00:00 |
|
matthieu
|
a52d37219e
|
Update after module loader simplification upstreams. Fixes loading
in xserver 1.8. ok miod@.
|
2010-08-29 14:43:17 +00:00 |
|
miod
|
d2d87933f1
|
Remove redundant struct initialization in WildcatFBLoadPalette().
ok matthieu@
|
2010-07-23 15:20:33 +00:00 |
|
matthieu
|
dd67e97c72
|
Fix allocation size of shadow framebuffer. Use byes, not bits.
Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8
is always the correct amount of bytes. ok miod@.
|
2010-07-18 20:10:12 +00:00 |
|
matthieu
|
3ad3fc2056
|
Make wildcardfb driver compatible with xserver 1.8
|
2010-07-18 17:49:46 +00:00 |
|
matthieu
|
aa2fb42def
|
XF86Config -> xorg.conf in comments.
|
2009-09-22 22:00:54 +00:00 |
|
matthieu
|
e10bf73c09
|
Same fix as in wsfb:
Call shadowRemove() in wsfbCloseScreen(). This fixes a free
memory dereference on exit. Hint by Daniel Stone. Thanks.
|
2009-09-13 19:46:47 +00:00 |
|
miod
|
5e6c45d3d3
|
Simple unaccelerated driver for ifb(4) frame buffer, using a the X11 shadowfb
code to carry changes to both overlay areas.
ok matthieu@
|
2009-01-01 19:29:21 +00:00 |
|