Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-13 | Add $(CWARNFLAGS) to AM_CFLAGS | Matthieu Herrb | |
2014-07-13 | Remove unused variables | Matthieu Herrb | |
2014-07-13 | Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, | Matthieu Herrb | |
2014-07-13 | Merge from upstream: the shadow*Weak() functions are going away. | Matthieu Herrb | |
2014-04-15 | Do not return FALSE in void function. From drahn@bitrig. | Matthieu Herrb | |
2014-01-15 | Add more luna88k-specific initialization to use color wscons and | Kenji Aoyama | |
monochrome X server both. Now OpenBSD/luna88k kernel supports color wscons on 4/8bpp frame buffer, but X server only supports 1bpp (monochrome) for now. So change `pseudo' depth by WSDISPLAYIO_SETGFXMODE ioctl while X server is running. | |||
2013-07-15 | Add monochrome X server support for luna88k. | Kenji Aoyama | |
Some luna88k specific quirks are needed in driver/xf86-video-wsfb/src/wsfb_driver.c for now. ok matthieu@ | |||
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 | Add compat-api.h for compatibility with xserver 1.13 | Matthieu Herrb | |
2012-01-01 | regen | Matthieu Herrb | |
2012-01-01 | Constify wsfb_open() argument. | Matthieu Herrb | |
2012-01-01 | white space cleanup, copyright update, autotools regen. | Matthieu Herrb | |
2011-11-05 | unifdef XFree86LOADER, this isn't optional anymore. | Matthieu Herrb | |
2011-11-05 | Replace deprecated xalloc/xfree with malloc/free. | Matthieu Herrb | |
2010-08-29 | Add missing headers for ioctl() and getpagesize() prototypes. | Matthieu Herrb | |
2010-08-29 | Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. | Matthieu Herrb | |
No functionnal change. | |||
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-17 | Do not call shawdowRemove() if shadow fb was disabled. | Matthieu Herrb | |
2010-02-04 | Recognize WSDISPLAY_TYPE_SMFB | Matthieu Herrb | |
2009-11-22 | Update for resources/RAC API removal and bump to 0.3.0 to follow | Matthieu Herrb | |
upstreams numbering. | |||
2009-10-19 | pass the real framebuffer depth to xf86SetDepthBpp() instead of letting | Matthieu Herrb | |
it guess. This lets xf86-video-wsfb on TGA framebuffers on alpha whithout setting weights and fbpp explicitely. | |||
2009-09-22 | XF86Config -> xorg.conf in comments. | Matthieu Herrb | |
2009-09-13 | Call shadowRemove() in wsfbCloseScreen(). This fixes a free | Matthieu Herrb | |
memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-06-01 | regen | Matthieu Herrb | |
2009-06-01 | Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later) | Matthieu Herrb | |
From Alan Coopersmith <alan.coopersmith@sun.com>. | |||
2008-09-29 | Get rid of the old XFree86 libc wrapper. | Matthieu Herrb | |
2008-01-20 | add some missing TRACE_EXITs | Jasper Lievisse Adriaanse | |
ok matthieu@ | |||
2008-01-14 | - tweak and clean up comments | Jasper Lievisse Adriaanse | |
ok matthieu@ | |||
2008-01-04 | Teach wsfb about WSDISPLAY_TYPE_GBE. | Joel Sing | |
ok matthieu@ | |||
2007-03-18 | regen with automake 1.9.6p2 | Matthieu Herrb | |
2007-03-03 | merge X.Org version 0.2.1 | Matthieu Herrb | |
2007-01-02 | Revert some bits of previous commit that leaked in by accident. | Matthieu Herrb | |
2007-01-02 | Fix shadowfb initialisation again, from X.Org -current. | Matthieu Herrb | |
2006-12-08 | Remove a debugging printf | Matthieu Herrb | |
2006-12-03 | lost one _X_EXPORT from X.Org in local changes merge. | Matthieu Herrb | |
2006-12-03 | Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRec | Matthieu Herrb | |
(From Alan Coopersmith via X.Org git repository). | |||
2006-12-03 | Adapt wsfb to shadowfb changes in X.Org 7.2. | Matthieu Herrb | |
2006-11-29 | Add support for vesafb to the wsfb driver. This makes it possible to | Matthieu Herrb | |
run an unaccelerated and unprivileged X server with machdep.allowaperture=0 on i386. | |||
2006-11-28 | Sync with XF4 | Matthieu Herrb | |
2006-11-26 | Importing xf86-video-wsfb 0.2.0 | Matthieu Herrb | |