index
:
xorg/driver/xf86-video-wsfb
master
X.org xf86-video-wsfb driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-23
fix warning on shadowed global symbol
HEAD
master
Enrico Weigelt, metux IT consult
1
-3
/
+3
2024-06-18
fix warning on const constraint
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-23
drop compat for ancient xserver versions
Enrico Weigelt, metux IT consult
2
-51
/
+0
2024-05-14
bump minimal xorg version to 1.18
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-03
Nintendo Wii (YUY2 framebuffer) support from Jared D. McNeill
nia
1
-0
/
+129
2024-01-16
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+1
2023-03-26
Don't call xf86DisableRandR() on newer X.org Servers.
Izumi Tsutsui
1
-0
/
+2
2023-03-19
Add missing newlines in xf86DrvMsg() messages.
Izumi Tsutsui
1
-4
/
+4
2022-09-11
Use consistent indent and style.
Izumi Tsutsui
1
-36
/
+37
2022-01-30
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2022-01-30
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2018-12-07
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-18
Update README for gitlab migration
Alan Coopersmith
3
-20
/
+18
2017-01-24
Replace LoaderGetOS with ifdef
Adam Jackson
1
-12
/
+5
2014-11-12
wsfb: sync autogen.sh with everyone else
Dave Airlie
1
-1
/
+4
2014-07-13
Kill duplicate line
Matthieu Herrb
1
-2
/
+0
2014-07-13
Suppress a bunch of compiler warnings for using constant strings
Matthieu Herrb
1
-7
/
+7
2014-07-13
Sync configure.ac and src/Makefile.am with X.Org templates
Matthieu Herrb
2
-11
/
+14
2014-07-13
Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks,
Matthieu Herrb
2
-47
/
+2
2014-07-13
Remove unused variables
Matthieu Herrb
1
-2
/
+0
2014-07-13
Remove extra white space
Matthieu Herrb
1
-2
/
+0
2014-07-13
Remove calls to miInitializeBackingStore() and includes of mibstore.h
Matthieu Herrb
1
-3
/
+1
2014-05-21
Use own thunk functions instead of shadow*Weak
Adam Jackson
1
-1
/
+13
2012-09-09
xf86-video-wsfb 0.4.1
xf86-video-wsfb-0.4.1
Matthieu Herrb
1
-1
/
+1
2012-09-09
Add compat-api.h for compatibility with xserver 1.13
Matthieu Herrb
3
-42
/
+142
2012-01-01
xf86-video-wsfb 0.4.0
xf86-video-wsfb-0.4.0
Matthieu Herrb
1
-1
/
+1
2012-01-01
Constify argument of wsfb_open()
Matthieu Herrb
1
-5
/
+5
2012-01-01
Add missing headers for ioctl() and getpagesize() prototypes
Matthieu Herrb
1
-0
/
+2
2012-01-01
Bump copyright year.
Matthieu Herrb
1
-13
/
+13
2012-01-01
Fix white space
Matthieu Herrb
1
-1
/
+1
2012-01-01
Remove RCS Ids.
Matthieu Herrb
2
-2
/
+0
2012-01-01
Reference xorg.conf(5) in comments an manual pages.
Matthieu Herrb
1
-2
/
+2
2012-01-01
man: document "rotate" option.
Matthieu Herrb
1
-0
/
+7
2012-01-01
man: update the list of OpenBSD architectures using this driver.
Matthieu Herrb
1
-2
/
+2
2012-01-01
White space fix
Matthieu Herrb
1
-1
/
+1
2012-01-01
Replace deprecated xalloc/xfree with malloc/free.
Matthieu Herrb
1
-13
/
+14
2012-01-01
unifdef XFree86LOADER, this isn't optional anymore.
Matthieu Herrb
1
-4
/
+0
2012-01-01
Sync OpenBSD CVS rcs id.
Matthieu Herrb
1
-1
/
+1
2010-08-29
Do not call shawdowRemove() if shadow fb was disabled.
Matthieu Herrb
1
-1
/
+2
2010-08-29
Correctly handle off-screen memory in 1bpp and 4bpp modes.
Miod Vallat
1
-2
/
+2
2010-08-29
Fix allocation size of th shadow framebuffer.Use byes, not bits.
Matthieu Herrb
1
-1
/
+1
2010-08-29
replace XF86Config -> xorg.conf in a comment.
Matthieu Herrb
1
-1
/
+1
2010-07-22
config: add comments for main statements
Gaetan Nadon
1
-6
/
+6
2010-07-21
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
1
-4
/
+5
2010-07-21
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Gaetan Nadon
1
-1
/
+1
2010-07-21
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon
1
-1
/
+1
2010-07-21
config: complete AC_INIT m4 quoting
Gaetan Nadon
1
-2
/
+2
2010-07-20
config: remove unrequired AC_SUBST([XORG_CFLAGS])
Gaetan Nadon
1
-1
/
+0
2010-07-20
config: remove unrequired AC_HEADER_STDC
Gaetan Nadon
1
-2
/
+0
[next]