summaryrefslogtreecommitdiff
path: root/src/wsfb_driver.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08use XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-1/+1
2024-05-03Nintendo Wii (YUY2 framebuffer) support from Jared D. McNeillnia1-0/+129
2023-03-26Don't call xf86DisableRandR() on newer X.org Servers.Izumi Tsutsui1-0/+2
2023-03-19Add missing newlines in xf86DrvMsg() messages.Izumi Tsutsui1-4/+4
2022-09-11Use consistent indent and style.Izumi Tsutsui1-36/+37
2022-01-30Fix spelling/wording issuesAlan Coopersmith1-1/+1
2017-01-24Replace LoaderGetOS with ifdefAdam Jackson1-12/+5
2014-07-13Suppress a bunch of compiler warnings for using constant stringsMatthieu Herrb1-7/+7
2014-07-13Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks,Matthieu Herrb1-41/+2
2014-07-13Remove unused variablesMatthieu Herrb1-2/+0
2014-07-13Remove calls to miInitializeBackingStore() and includes of mibstore.hMatthieu Herrb1-3/+1
2014-05-21Use own thunk functions instead of shadow*WeakAdam Jackson1-1/+13
2012-09-09Add compat-api.h for compatibility with xserver 1.13Matthieu Herrb1-41/+42
2012-01-01Constify argument of wsfb_open()Matthieu Herrb1-5/+5
2012-01-01Add missing headers for ioctl() and getpagesize() prototypesMatthieu Herrb1-0/+2
2012-01-01Bump copyright year.Matthieu Herrb1-13/+13
2012-01-01Fix white spaceMatthieu Herrb1-1/+1
2012-01-01Remove RCS Ids.Matthieu Herrb1-1/+0
2012-01-01Replace deprecated xalloc/xfree with malloc/free.Matthieu Herrb1-13/+14
2012-01-01unifdef XFree86LOADER, this isn't optional anymore.Matthieu Herrb1-4/+0
2012-01-01Sync OpenBSD CVS rcs id.Matthieu Herrb1-1/+1
2010-08-29Do not call shawdowRemove() if shadow fb was disabled.Matthieu Herrb1-1/+2
2010-08-29Correctly handle off-screen memory in 1bpp and 4bpp modes.Miod Vallat1-2/+2
2010-08-29Fix allocation size of th shadow framebuffer.Use byes, not bits.Matthieu Herrb1-1/+1
2010-08-29replace XF86Config -> xorg.conf in a comment.Matthieu Herrb1-1/+1
2009-09-13Call shadowRemove() in wsfbCloseScreen().Matthieu Herrb1-1/+6
2009-09-13wsfb: update for resources/RAC API removalMatthieu Herrb1-1/+5
2009-06-01add some missing TRACE_EXITs, tweak and clean up comments.Jasper Lievisse Adriaanse1-57/+70
2009-05-28Remove useless loader symbol lists.Adam Jackson1-25/+0
2009-01-13Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)Alan Coopersmith1-2/+14
2008-09-30Remove old libc wrapper stuff. now works with xserver 1.5.Matthieu Herrb1-7/+2
2007-01-26If using shadowfb, allocate shadow area before fbScreenInitAlan Coopersmith1-0/+11
2007-01-02Use PACKAGE_VERSION_* macros provided by xorg-macros.Matthieu Herrb1-3/+3
2007-01-02Fix shadow framebuffer, and by extension rotation.Matthieu Herrb1-39/+56
2006-12-21"framebuffer size is linebytes * height, not linebytes * height *Jeremy C. Reed1-2/+1
2006-12-03Pull code from OpenBSD 4.0 version.Matthieu Herrb1-35/+199
2006-12-01Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRecAlan Coopersmith1-1/+1
2006-09-17Add a driverfunc to indicate that this driver doesn't need hw access.Matthieu Herrb1-2/+22
2006-06-01Fix for dlopen() -based module loader.Matthieu Herrb1-2/+2
2006-05-27Added autoconf related files. Copied from other driver so keeping sameJeremy C. Reed1-2/+2
2006-05-26NetBSD uses /dev/ttyE?. (Already that way inJeremy C. Reed1-0/+4
2006-05-18Fix ShadowFB support to work with recent miext/shadow changes from bugXORG-7_1Kevin E Martin1-14/+1
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_99_99_902XORG-6_99_99_901XORG-6_99_99_900XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-2/+2
2004-12-04Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn1-1/+1
2004-11-09Bugs #1807 & #1808: make wsfb driver work on NetBSD (Nathan J. Williams).Matthieu Herrb1-2/+4
2004-10-24- don't pretend to support 24bpp or 32bpp framebuffers if probed depth isMatthieu Herrb1-2/+12
2004-09-26Hook the wsfb driver and resynchonize with OpenBSD's version.Matthieu Herrb1-0/+1141