summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-07xgi: convert to new server compat APIDave Airlie11-73/+177
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-08-07xgi: fix for XAA removalDave Airlie4-3/+25
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-01-13Fix warning: control reaches end of non-void function.Johannes Obermayr1-9/+11
[Tormod: Remove unnecessary else and fix spelling in messages] Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-8/+2
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19Fix for new vgaHW ABIAdam Jackson1-0/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-01(xf86)LoaderReqSymLists is not longer supported/required.Stefan Dirsch1-157/+1
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-11-01Fix some serious compiler warnings.Stefan Dirsch4-3/+4
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-30Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston3-3/+3
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-29Use malloc/calloc/realloc/free directlyJeremy Huddleston1-5/+5
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-08-05Fix bAccessVGAPCIInfo to read when you tell it toAdam Jackson1-1/+1
I have no idea how this worked at all before. Probably it didn't. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-08-05s/\<alloc\>/malloc/gAdam Jackson3-9/+9
ac3d39b1 apparently thought that just chopping off the initial 'x' was okay. Nope! Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-06-22Don't include xf86Priv.hAdam Jackson2-2/+5
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-03-27Include <unistd.h> for usleep(3)Jeremy Huddleston1-0/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-03-27BuildFix for big endian machines (fixes incorrect macro in previous commit).Jeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-03-25Fix build on bigendianAdam Jackson3-15/+6
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-10-24Convert x+m/calloc/free to m/calloc/free.Trevor Woerner5-46/+46
Replace calls to deprecated dynamic memory wrapper functions in driver code. Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-06Purge cvs tags.Jesse Adkins2-3/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-10xf86-video-xgi 1.6.0xf86-video-xgi-1.6.0Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-08-07Modify search for drm include.Trevor Woerner1-1/+1
The build system already includes the location of the drm header file (using -I) so the source doesn't need to hard-code the relative path. Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2010-07-22config: add comments for main statementsGaetan Nadon1-3/+0
2010-07-21config: add comments for main statementsGaetan Nadon1-3/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
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 Nadon1-1/+0
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 Nadon1-1/+1
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-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-18/+5
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-07-09Purge macro NEED_REPLIESFernando Carrijo1-1/+0
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-26xgi: Compile fix: XSERVER_LIBPCIACCESS guardsChris Ball1-0/+8
2010-06-26xgi: Compile fix: f2b97df.. incorrectly removed micmap.h instead of mibank.hChris Ball1-1/+1
2010-06-26xgi: Compile fix: guard XF86_VERSION_CURRENT with ifdefChris Ball1-0/+2
2010-06-23XGI: Remove mibank.h referencexgi00071-1/+0
2010-06-23XGI: Fixed compile issues for current version of xorg-xserverxgi000741-0/+0
2010-06-23XGI: Fixed compile issues for new versions of xorg-serverroot6-17/+32
2010-06-13COPYING: add file with actual Copyright notices.Gaetan Nadon1-0/+168
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-18Remove mibank.h referenceAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-06XGI:Unify driver for x86/PowerPC/ARM, Add EXA, I2c EDID, Custom Modes, Bugs ↵xgi000721-30425/+30425
fixed, ...
2010-05-06XGI:suport ARM, add EXA, I2c EDID, Custom Modes, Bugs fixed, ...xgi000728-439/+6722
2010-03-25man: complete the makefile to build the man pagesGaetan Nadon2-28/+13
Using the common sed method to build the man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Acked-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
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-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-7/+5
Pre-req for generating INSTALL file
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.