Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-12 | Remove calls to miInitializeBackingStore() and includes of mibstore.h | Matthieu Herrb | |
mibstore.h defines miInitializeBackingStore() as an empty stub, and goes away in xserver 1.14. | |||
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | Bump to xf86-video-wildcatfb 0.0.2 | Matthieu Herrb | |
2012-09-09 | add compat-api.h for compatibility with xserver 1.13 | Matthieu Herrb | |
2011-11-05 | xalloc/xfree -> malloc/free and unifdef XFree86LOADER | Matthieu Herrb | |
2010-08-29 | Add missing headers for ioctl() and getpagesize() prototypes. | Matthieu Herrb | |
2010-08-29 | XFree86(1) -> __xservername__(1). __xservername__ is a macro that | Matthieu Herrb | |
gets replaced by the actual X server (Xorg currently) by the build system. | |||
2010-08-29 | Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. | Matthieu Herrb | |
No functionnal change. | |||
2010-08-29 | Update after module loader simplification upstreams. Fixes loading | Matthieu Herrb | |
in xserver 1.8. ok miod@. | |||
2010-07-23 | Remove redundant struct initialization in WildcatFBLoadPalette(). | Miod Vallat | |
ok matthieu@ | |||
2010-07-18 | Fix allocation size of shadow framebuffer. Use byes, not bits. | Matthieu Herrb | |
Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8 is always the correct amount of bytes. ok miod@. | |||
2010-07-18 | Make wildcardfb driver compatible with xserver 1.8 | Matthieu Herrb | |
2009-09-22 | XF86Config -> xorg.conf in comments. | Matthieu Herrb | |
2009-09-13 | Same fix as in wsfb: | Matthieu Herrb | |
Call shadowRemove() in wsfbCloseScreen(). This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-01-01 | Simple unaccelerated driver for ifb(4) frame buffer, using a the X11 shadowfb | Miod Vallat | |
code to carry changes to both overlay areas. ok matthieu@ |