- 30 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
They were removed by xorg/xserver@5a945f54, breaking the build of this driver. Patch by @rjbrown99 from #2 Fixes: #2 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 29 Jan, 2022 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 1 commit
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
- 25 Sep, 2012 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 17 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 16 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 07 Jun, 2012 2 commits
-
-
Dave Airlie authored
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 02 Nov, 2011 1 commit
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 19 Oct, 2011 2 commits
-
-
Jeremy Huddleston Sequoia authored
tseng_cursor.c:163:1: warning: no previous prototype for 'TsengLoadCursorImage' [-Wmissing-prototypes] Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
ABI Version 12 removes support for multiple PCI domains. If you need to use this driver on a system with more than one PCI domain, you should either port this driver to using libpciaccess directly or stick with an older server. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 11 Jun, 2011 1 commit
-
-
Due to a typo in TsengGetFbAddress it is unable to get framebuffer base address and thus fails to load with an error message saying "No valid Framebuffer address in PCI config space" although previously it does print the correct framebuffer address. Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 24 Oct, 2010 1 commit
-
-
Reviewed-by:
Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 07 Oct, 2010 1 commit
-
-
Signed-off-by:
Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Jul, 2010 1 commit
-
-
Gaetan Nadon authored
-
- 21 Jul, 2010 6 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This macro is called by PKG_CHECK_MODULES Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
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>
-
- 20 Jul, 2010 3 commits
-
-
Gaetan Nadon authored
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>
-
Gaetan Nadon authored
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>
-
Gaetan Nadon authored
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
-
- 05 Jul, 2010 1 commit
-
-
Dave Airlie authored
-
- 13 Jun, 2010 2 commits
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
These are available using --enable-strict-compilation Use same configure option as all x.org modules Only GCC was covered, not SUNCC or INTELCC Introduced in commit 85397a4e Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 18 May, 2010 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 06 May, 2010 1 commit
-
-
Tiago Vignatti authored
On new X servers this function is dummy. Similar functionality is now in place using lock/unlock mechanism of the VGA arbitration, triggered inside the server. Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com>
-
- 15 Jan, 2010 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@sun.com>
-
- 30 Dec, 2009 1 commit
-
-
Gaetan Nadon authored
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>
-
- 23 Nov, 2009 1 commit
-
-
Gaetan Nadon authored
Now that the INSTALL file is generated. Allows running make maintainer-clean.
-
- 28 Oct, 2009 2 commits
-
-
Gaetan Nadon authored
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
-
Gaetan Nadon authored
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.
-
- 26 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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
-
- 22 Oct, 2009 1 commit
-
-
Gaetan Nadon authored
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.
-