Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-10 | Initial commit of the Exa bits. | Tilman Sauerbeck | |
Based on ajax' mga-exa-2.patch with some straight forward fixes by myself. | |||
2006-08-09 | Bug #7265: Fix MGA DRI locking. | Tilman Sauerbeck | |
The server expects the driver to take the DRI lock in the wakeup handler, and release it in the block handler. The old locking scheme didn't work like this, which caused problems. We now no longer override wakeup/block handler and just use the ones provided by the server. This means the DRI lock will be taken "all the time" and not just when it's needed by the driver. MGADRISwapContext* are activated again, so the wakeup handler could be removed. I didn't notice any DRI performance drop, but I didn't do serious benchmarking either. | |||
2006-07-26 | Merged the various .cvsignores into .gitignore | Tilman Sauerbeck | |
2006-07-25 | Fixed some warnings | Tilman Sauerbeck | |
2006-07-10 | Add includes of <unistd.h> & <stdlib.h> to replace previously xf86wrapped ↵ | Alan Coopersmith | |
prototypes Fixes these warnings: make.out:"mga_dacG.c", line 195: warning: implicit function declaration: abs make.out:"mga_dacG.c", line 1117: warning: implicit function declaration: usleepmake.out:"mga_driver.c", line 692: warning: implicit function declaration: usleep | |||
2006-07-10 | Bug #7369: mga(4) manpage typo mutilates part of text | Peter Breitenlohner | |
Bugzilla #7369: <https://bugs.freedesktop.org/show_bug.cgi?id=7369> Patch #6079: <https://bugs.freedesktop.org/attachment.cgi?id=6079> | |||
2006-06-14 | Refactor AccelFlags setting and some other feature settings for various MGA | Ian Romanick | |
hardware. Eventually AccelFlags will be set from a table look-up, but that will come after the PCI rework is merged. | |||
2006-04-12 | Bug #6562: s/MAXSHORT/SHRT_MAX/ for POSIX. (Matthieu Herrb) | Adam Jackson | |
2006-04-08 | Bump to 1.4.1 for Xv changes.mga-1_4_1XORG-7_1 | Adam Jackson | |
2006-04-07 | Add a DrawablePtr argument to the XV functions to pave the way for | Aaron Plattner | |
redirected video. | |||
2006-04-07 | Unlibcwrap. Bump server version requirement. Bump to 1.4.0.mga-1_4_0 | Adam Jackson | |
2006-04-02 | Bug #6328: Add support for Matrox G200SE chips. (Matrox) | Adam Jackson | |
2006-03-20 | Bug #5587: Refactor mga_storm.c to only build once for all color depths. | Adam Jackson | |
(Ian Romanick) | |||
2006-03-15 | Coverity #1009: Check for NULL first before assigning to pMGADRI. | Adam Jackson | |
2006-03-15 | Coverity #92: Eliminate a dead code path. | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-19 | Typo fixes, mailing list & url updates, and other changes to prepare for | Alan Coopersmith | |
X11R6.9 & 7.0 releases. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |
2005-11-30 | Bump libdrm dep to 2.0. | Adam Jackson | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-11-09 | Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902 | Kevin E Martin | |
2005-11-09 | Update package version number for X11R7 RC2 release. | Kevin E Martin | |
2005-11-09 | Bug #4998: Add ';' and ',' as valid separators for MetaModes as well. | Matthias Hopf | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | |
2005-10-21 | Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1 | Adam Jackson | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro | Alan Coopersmith | |
substitutions to work better with BSD make | |||
2005-10-17 | More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead | Adam Jackson | |
of indirectly | |||
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | |
2005-09-27 | Update build system for apm, chips, cirrus, glint, i740, mga, neomagic, | Søren Sandmann Pedersen | |
newport to accomodate various new documentation and utility files. | |||
2005-09-09 | Clean up some warnings. Fix some '#ifdef USEMGAHAL' issues that had causedXORG-6_8_99_901 | Ian Romanick | |
the number of curl-braces to be unbalanced. | |||
2005-08-26 | Wrapping, escaped dashes, and other TeX syntax fixes throughout the | Daniel Stone | |
manpage. (Branden Robinson, Debian #047) | |||
2005-08-21 | Fix DRI header checks, bump to 1.1.2.2. | Daniel Stone | |
2005-08-21 | programs/Xserver/hw/xfree86/drivers/mga/mga_bios.c #include "Xmd.h" -> | Alan Coopersmith | |
<X11/Xmd.h> | |||
2005-08-18 | Update autogen.sh to one that does objdir != srcdir. | Daniel Stone | |
2005-08-15 | Egbert's 64bit fixes for mixed 32/64bit clients | Alan Hourihane | |
2005-08-14 | add mga_bios.c, bump version number. | Adam Jackson | |
2005-08-05 | I have resolved this by making all the "Direct rendering disabled" messages | Ian Romanick | |
X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P | |||
2005-08-05 | Now that Mesa has been merged into the tree, set the default value for | Ian Romanick | |
OldDmaInit to false. | |||
2005-07-31 | Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900 | Adam Jackson | |
- Disable building the gamma driver - Fix numerous Imakefiles to get header paths and subdirs right - Symlink client-side GLX lib source from Mesa - Add new shader subdirs to the Mesa core build - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, since they don't generate protocol, and it was breaking the build. | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-28 | Add missing backslash, patch from Donnie Berkholz | Søren Sandmann Pedersen | |
2005-07-27 | Add xf86driproto to dependencies for drivers with DRI support. Patch from | Søren Sandmann Pedersen | |
Donnie Berkholz | |||
2005-07-27 | Include binding.h to fix make distcheck | Kevin E Martin | |