Matthieu Herrb
621057c6f9
Remove extra white space
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 15:38:17 +02:00
Matthieu Herrb
2993b33c46
Remove calls to miInitializeBackingStore() and includes of mibstore.h
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 12:07:54 +02:00
Adam Jackson
fa9aabe95a
Use own thunk functions instead of shadow*Weak
...
I plan to remove the Weak functions from a future server.
Signed-off-by: Adam Jackson <ajax@redhat.com >
2014-05-21 13:53:19 -04:00
Matthieu Herrb
f2b7c40843
xf86-video-wsfb 0.4.1
xf86-video-wsfb-0.4.1
2012-09-09 11:42:23 +02:00
Matthieu Herrb
586b722fb1
Add compat-api.h for compatibility with xserver 1.13
2012-09-09 11:41:58 +02:00
Matthieu Herrb
4a3eb3bf6b
xf86-video-wsfb 0.4.0
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
xf86-video-wsfb-0.4.0
2012-01-01 16:12:20 +01:00
Matthieu Herrb
79d4768795
Constify argument of wsfb_open()
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 16:10:57 +01:00
Matthieu Herrb
78bb956de1
Add missing headers for ioctl() and getpagesize() prototypes
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 16:05:40 +01:00
Matthieu Herrb
2ad009debf
Bump copyright year.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:42:17 +01:00
Matthieu Herrb
547d37a273
Fix white space
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:33:45 +01:00
Matthieu Herrb
e77776cceb
Remove RCS Ids.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:33:13 +01:00
Matthieu Herrb
47a5c07688
Reference xorg.conf(5) in comments an manual pages.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:26:58 +01:00
Matthieu Herrb
1ced10fbe2
man: document "rotate" option.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:26:44 +01:00
Matthieu Herrb
1d7997ca89
man: update the list of OpenBSD architectures using this driver.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:26:26 +01:00
Matthieu Herrb
10e14a318c
White space fix
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:26:05 +01:00
Matthieu Herrb
fa39e25af3
Replace deprecated xalloc/xfree with malloc/free.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:25:05 +01:00
Matthieu Herrb
a040885587
unifdef XFree86LOADER, this isn't optional anymore.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:23:40 +01:00
Matthieu Herrb
48671091bb
Sync OpenBSD CVS rcs id.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 12:38:17 +01:00
Matthieu Herrb
fc03176721
Do not call shawdowRemove() if shadow fb was disabled.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2010-08-29 14:26:28 +02:00
Miod Vallat
06e673f8db
Correctly handle off-screen memory in 1bpp and 4bpp modes.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2010-08-29 14:25:13 +02:00
Matthieu Herrb
c6878a3e51
Fix allocation size of th shadow framebuffer.Use byes, not bits.
...
Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8
is always the correct amount of bytes.
Acked-by: Miod Vallat <miod@online.fr >
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2010-08-29 14:08:28 +02:00
Matthieu Herrb
9cfd9c2509
replace XF86Config -> xorg.conf in a comment.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2010-08-29 14:00:01 +02:00
Gaetan Nadon
87232d36fc
config: add comments for main statements
2010-07-22 20:24:42 -04:00
Gaetan Nadon
63020e786e
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 16:07:00 -04:00
Gaetan Nadon
8e6006c72b
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 14:37:42 -04:00
Gaetan Nadon
55fe28efa8
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 14:05:23 -04:00
Gaetan Nadon
96f25ab0ce
config: complete AC_INIT m4 quoting
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 09:27:42 -04:00
Gaetan Nadon
109fa3c2cf
config: remove unrequired AC_SUBST([XORG_CFLAGS])
...
This macro is called by PKG_CHECK_MODULES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 21:44:58 -04:00
Gaetan Nadon
c000c078ee
config: remove unrequired AC_HEADER_STDC
...
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 20:24:42 -04:00
Gaetan Nadon
3911059236
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
...
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 19:41:31 -04:00
Gaetan Nadon
7401695110
config: update AC_PREREQ statement to 2.60
...
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 18:45:19 -04:00
Gaetan Nadon
60ca72ea81
config: upgrade to util-macros 1.8 for additional man page support
...
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:38:00 -04:00
Alan Coopersmith
083c64abda
Update Sun license notices to current X.Org standard form
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2010-01-15 15:51:11 -08:00
Gaetan Nadon
0f97b1b9da
configure.ac: remove unused sdkdir=$(pkg-config...) statement
...
The sdkdir variable isn't use, so remove the statement.
Acked-by: Dan Nicholson <dbn.lists@gmail.com >
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2009-12-30 15:13:01 -05:00
Gaetan Nadon
c62ad2beb9
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
...
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:06 -05:00
Gaetan Nadon
bbb53cc050
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
2f60c9d03b
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:10 -04:00
Gaetan Nadon
7fa8c71840
Several driver modules do not have a ChangeLog target in Makefile.am #23814
...
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:23 -04:00
Gaetan Nadon
b3c841f663
.gitignore: use common defaults with custom section # 24239
...
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 12:34:18 -04:00
Matthieu Herrb
3bde5ad99c
wsfb: do not forget tiny.
xf86-video-wsfb-0.3.0
2009-09-13 22:43:42 +02:00
Matthieu Herrb
ae67e097db
wsfb: fix typo in previous bump
2009-09-13 22:40:24 +02:00
Matthieu Herrb
f056af63d7
wsfb: bump for release 0.3
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2009-09-13 22:30:03 +02:00
Matthieu Herrb
872c691cba
Call shadowRemove() in wsfbCloseScreen().
...
This fixes a free memory dereference on exit. Hint by Daniel Stone.
Thanks.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2009-09-13 22:25:35 +02:00
Matthieu Herrb
ffe84aa5f9
wsfb: update for resources/RAC API removal
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2009-09-13 22:25:28 +02:00
Gaetan Nadon
23ca8d8f9b
xf86-video-wsfb: Remove unused .cvsignore file #23776
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-09-08 10:50:55 +10:00
Gaetan Nadon
15b83219b5
wsfb: use XORG_CHANGELOG macro to create ChangeLog. #22611
...
Build break: Makefile.am: command not found: git-log
Adding the macro in configure.ac and use it in Makefile.am
Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-07-11 20:48:32 +10:00
Jasper Lievisse Adriaanse
ad757e0c29
add some missing TRACE_EXITs, tweak and clean up comments.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2009-06-01 14:35:37 -06:00
Adam Jackson
bce9fd2148
Remove useless loader symbol lists.
2009-05-28 15:28:20 -04:00
Alan Coopersmith
bb53781f1e
Add README with pointers to mailing list, bugzilla & git repos
2009-01-30 21:07:23 -08:00
Alan Coopersmith
f5540f76b1
Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)
2009-01-13 15:04:12 -08:00