diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
commit | 245466d4ef8ea4012242a3fa21a217e767f4eac4 (patch) | |
tree | a6423ce83c5cf20e02c949578350532ea7d34a9c /ChangeLog | |
parent | 24d5661d2c703582e44ce140d0eb7251433e1ad0 (diff) |
Add the normal trappings of the Xorg modular build system.
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for
modular build Strip ^M out of ast_accel.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,5 +1,27 @@ 2006-03-14 Alan Coopersmith <alan.coopersmith@sun.com> + * COPYING: + * autogen.sh: + * configure.ac: + * Makefile.am: + * src/Makefile.am: + * .cvsignore: + * src/.cvsignore: + Add the normal trappings of the Xorg modular build system. + + * ast_2dtool.c: + * ast_accel.c: + * ast_cursor.c: + * ast_driver.c: + * ast_mode.c: + * ast_tool.c: + * ast_vgatool.c: + Replace "Xv.h" with <X11/extensions/Xv.h> and add + #include "config.h" for modular build + Strip ^M out of ast_accel.c + +2006-03-14 Alan Coopersmith <alan.coopersmith@sun.com> + * src/ast.h: * src/ast_2dtool.c: * src/ast_2dtool.h: @@ -7,7 +29,7 @@ * src/ast_driver.c: * src/ast_vgatool.c: Version 0.80 from ASPEED Technology Inc. - (Fixed get video buffer size incorrect issue) + (Fixed abnormal display if set 2D Acceleration Option as MMIO mode) Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4932 <https://bugs.freedesktop.org/attachment.cgi?id=4932> |