summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-10Initial commit of the Exa bits.Tilman Sauerbeck
Based on ajax' mga-exa-2.patch with some straight forward fixes by myself.
2006-08-09Bug #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-26Merged the various .cvsignores into .gitignoreTilman Sauerbeck
2006-07-25Fixed some warningsTilman Sauerbeck
2006-07-10Add 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-10Bug #7369: mga(4) manpage typo mutilates part of textPeter Breitenlohner
Bugzilla #7369: <https://bugs.freedesktop.org/show_bug.cgi?id=7369> Patch #6079: <https://bugs.freedesktop.org/attachment.cgi?id=6079>
2006-06-14Refactor AccelFlags setting and some other feature settings for various MGAIan Romanick
hardware. Eventually AccelFlags will be set from a table look-up, but that will come after the PCI rework is merged.
2006-04-12Bug #6562: s/MAXSHORT/SHRT_MAX/ for POSIX. (Matthieu Herrb)Adam Jackson
2006-04-08Bump to 1.4.1 for Xv changes.mga-1_4_1XORG-7_1Adam Jackson
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner
redirected video.
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.4.0.mga-1_4_0Adam Jackson
2006-04-02Bug #6328: Add support for Matrox G200SE chips. (Matrox)Adam Jackson
2006-03-20Bug #5587: Refactor mga_storm.c to only build once for all color depths.Adam Jackson
(Ian Romanick)
2006-03-15Coverity #1009: Check for NULL first before assigning to pMGADRI.Adam Jackson
2006-03-15Coverity #92: Eliminate a dead code path.Adam Jackson
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-19Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith
X11R6.9 & 7.0 releases.
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin
2005-11-30Bump libdrm dep to 2.0.Adam Jackson
2005-11-29Only build dlloader modules by default.Adam Jackson
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-11-09Bug #4998: Add ';' and ',' as valid separators for MetaModes as well.Matthias Hopf
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin
2005-10-21Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1Adam Jackson
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith
substitutions to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson
of indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith
2005-09-27Update 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-09Clean up some warnings. Fix some '#ifdef USEMGAHAL' issues that had causedXORG-6_8_99_901Ian Romanick
the number of curl-braces to be unbalanced.
2005-08-26Wrapping, escaped dashes, and other TeX syntax fixes throughout theDaniel Stone
manpage. (Branden Robinson, Debian #047)
2005-08-21Fix DRI header checks, bump to 1.1.2.2.Daniel Stone
2005-08-21programs/Xserver/hw/xfree86/drivers/mga/mga_bios.c #include "Xmd.h" ->Alan Coopersmith
<X11/Xmd.h>
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone
2005-08-15Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane
2005-08-14add mga_bios.c, bump version number.Adam Jackson
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan 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-05Now that Mesa has been merged into the tree, set the default value forIan Romanick
OldDmaInit to false.
2005-07-31Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900Adam 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-29Various 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-28Add missing backslash, patch from Donnie BerkholzSøren Sandmann Pedersen
2005-07-27Add xf86driproto to dependencies for drivers with DRI support. Patch fromSøren Sandmann Pedersen
Donnie Berkholz
2005-07-27Include binding.h to fix make distcheckKevin E Martin