summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-15fixed bug #39235ast-0.93.9root
2011-07-13xf86-video-ast-0.93.09Y.C. Chen
2010-11-11xf86-video-ast-v.0.92.02Y.C. Chen
2010-11-10xf86-video-ast-0.92.02Y.C. Chen
2010-11-10xf86-video-ast-0.92.02Y.C. Chen
2010-08-10xf86-video-ast 0.91.10xf86-video-ast-0.91.10Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
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 AC_HELP_STRING with AS_HELP_STRINGGaetan 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_SUBST([XORG_CFLAGS])Gaetan Nadon
This macro is called by PKG_CHECK_MODULES 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-06-24 modified: autogen.shY.C. Chen
2010-06-22 modified: autogen.shY.C. Chen
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.c modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
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-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-07INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-11-07INSTALL, 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-07Several 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-07.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-07.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-06chmod +x autogen.shMatt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2009-11-06Use usleep instead of xf86UDelayMatt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2009-07-30ast: bump for release 0.89.9xf86-video-ast-0.89.9Dave Airlie
2009-07-28ast: change to using ABI version checkDave Airlie
2009-07-28ast: update for resources/RAC API removalDave Airlie
2009-07-28ast: remove unneeded includes for RAC/resourceDave Airlie
2009-06-04xf86-video-ast-v.0.89.8Y.C. Chen
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-04-13xf86-video-ast-0.89.0xf86-video-ast-0.89.0Y.C. Chen
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
2009-01-16Fixed the support mode issue on Solaris 10 x86xf86-video-ast-0.88.8Y.C. Chen
2009-01-08Support AST2200/2150xf86-video-ast-0.88.7Y.C. Chen
2009-01-08Support AST2200/2150Y.C. Chen
2008-08-22Support AST1100/2050/2100xf86-video-ast-0.87.0Y.C. Chen
2008-08-15Remove dead code.Adam Jackson
2008-07-21Fixed the incorrect settings of Graphics registersY.C. Chen
2008-03-19ast 0.85.0xf86-video-ast-0.85.0Adam Jackson
2008-03-19Fix distcheck.Adam Jackson
2008-03-18compiler warning fixedY.C. Chen
2008-03-18Compile warning fixes.Paulo Cesar Pereira de Andrade
Declare ulGetCMDQLength as static, and don't declare a variable if XSERVER_LIBPCIACCESS is defined. There is a lot of prototypes defined in some c files, that would be better to be moved to the appropriate header, to make sure definition matches prototype, but not done for now. Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
2008-03-10ast: pciaccess conversionDave Airlie
2008-03-01Make sure used symbols are of public visibilityroot
2007-09-03Merge branch 'master' of ↵James Cloos
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ast
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos
2007-08-24 modified: ChangeLogroot
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_cursor.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2007-08-23Rename .cvsignore to .gitignoreJames Cloos