summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-01dummy 0.3.5xf86-video-dummy-0.3.5Cyril Brulebois
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2011-09-14Add a configure option to disable dgaJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Jamey Sharp <jamey@minilop.net>
2011-09-14Use malloc/free instead of deprecated X versionsJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Jamey Sharp <jamey@minilop.net>
2011-09-14Dummy drivers don't need PCI.Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Jamey Sharp <jamey@minilop.net>
2011-05-25Port away from xalloc/xfreeAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-05-25Fix DGA includesAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-05-25Increase the maximum framebuffer size to 32767x32767Antoine Martin
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Antoine Martin <antoine@devloop.org.uk> Tested-by: Antoine Martin <antoine@devloop.org.uk>
2010-07-21config: add comments for main statementsGaetan Nadon
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon
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-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon
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-20config: update AC_PREREQ statement to 2.60Gaetan Nadon
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-05dummy 0.3.4xf86-video-dummy-0.3.4Dave Airlie
2010-06-22Use new server API to find the root window.Jamey Sharp
Signed-off-by: Jamey Sharp <jamey@minilop.net>
2010-06-12COPYING: replace stub file with actual Copyright noticeGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08config: move compiler flags from configure.ac to Makefile.amGaetan Nadon
CFLAGS is an automake defined variable that should not be set by the module. It should not be AC_SUBST either, it already is. Use AM_CFLAGS in Makefile.am. This will allow the user to override the flags as they will be in the right order. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08config: remove unrequired '-I$(top_srcdir)/src'Gaetan Nadon
The current dir is already included by default in the makefile top_builddir = .. DEFAULT_INCLUDES = -I. -I$(top_builddir) Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08config: remove unused INCLUDES='-I$(top_srcdir)/src'Gaetan Nadon
This statement is redundant and not used in the makefile Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-08config: remove unused variable XORG_INCSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-29configure.ac: sdkdir usage duplicates the sdk include dirGaetan Nadon
The sdkdir variable provides a duplicate copy of the include/xorg directory. The statement is removed as this was it's only used. In the Makefile, there is now only one instance of the -I sdkdir The sdkdir is provided in XORG_CFLAGS. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-10configure.ac: remove wrong include path. #24675Michael Olbrich
Don't use $(prefix)/include as include path. It can break things when cross-compiling with DESTDIR and prefix=/usr Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-01dummy 0.3.3xf86-video-dummy-0.3.3Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-12-01Don't try to make an INSTALL fileAdam Jackson
INSTALL_CMD is empty. This breaks make distcheck. I don't know why, but I also don't care. Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
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-11-19Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
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-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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-11-18Canonically re-wrap too.Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-11-18Compile fix.Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-11-17Add support for HW_SKIP_CONSOLEAdam Jackson
Acked-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-11-17Properly un/rewrap CreateWindowAdam Jackson
Acked-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-07-02dummy 0.3.2xf86-video-dummy-0.3.2Adam Jackson
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
2009-01-25dummy 0.3.1xf86-video-dummy-0.3.1Julien Cristau
2008-08-15Uninclude xf86Version.hAdam Jackson
2008-03-19dummy 0.3.0xf86-video-dummy-0.3.0Adam Jackson
2008-03-19Death to RCS tags.Adam Jackson
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos
2007-08-23Rename .cvsignore to .gitignoreJames Cloos
2007-08-07Define DUMMY_*_VERSION* using PACKAGE_VERSION_*Brice Goglin
2006-04-07VERSION -> DUMMY_VERSIONdummy-0_2_0XORG-7_1Adam Jackson
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.Adam Jackson
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin