summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-07Put my name in mga_exa.cTilman Sauerbeck
2006-09-06Fixed the non-EXA build.Tilman Sauerbeck
2006-09-06Enabled alpha filtering.Tilman Sauerbeck
2006-09-06Code cleanup/formatting fixes.Tilman Sauerbeck
2006-09-06Don't set TAMASK in TEXCTL.Tilman Sauerbeck
2006-09-06Rendering to (A)BGR isn't supported.Tilman Sauerbeck
2006-09-06Disabled color keying.Tilman Sauerbeck
2006-08-28Make this code a little more readable.Tilman Sauerbeck
2006-08-27Minor code cleanup.Tilman Sauerbeck
2006-08-27Fixed a typo.Tilman Sauerbeck
2006-08-27Documented the mgaBlendOp array.Tilman Sauerbeck
2006-08-27Cleaned up the XAA code a bit.Tilman Sauerbeck
2006-08-26Enable composite hooks on G400 or greater.Tilman Sauerbeck
2006-08-26Added missing mgaSetup() call to the PrepareComposite hook.Tilman Sauerbeck
2006-08-26Added a couple of missing newlines.Tilman Sauerbeck
2006-08-26The texture mapping opcode is 6, not 5.Tilman Sauerbeck
2006-08-26Removed ajax' comments on the Copy code, it seems to work well.Tilman Sauerbeck
2006-08-26Clean up color/planemask replicating.Tilman Sauerbeck
2006-08-26Fixed alignment values (taken from kdrive).Tilman Sauerbeck
2006-08-25Fixed corruption on copy, by copying kdrive's waitmarker code.Tilman Sauerbeck
2006-08-25MGASelectBuffer() is only need for XAA.Tilman Sauerbeck
2006-08-10Switched the MACCESS code to the stuff from mga_storm.c.Tilman Sauerbeck
2006-08-10Call exaMarkSync() where we'd set the NeedToSync flag for XAA.Tilman Sauerbeck
2006-08-10Removed XAA specific code from MGAGetQuiescence.Tilman Sauerbeck
2006-08-10Added another chunk of kdrive code to mgaPrepareSolid().Tilman Sauerbeck
2006-08-10Added mgaSetup() from kdrive code.Tilman Sauerbeck
2006-08-10Disable composite hooks for now, to reduce breakage.Tilman Sauerbeck
2006-08-10Wait until the DMA engine is idle in mgaWaitMarker.Tilman Sauerbeck
2006-08-10Initial commit of the Exa bits.Tilman Sauerbeck
2006-08-09Bug #7265: Fix MGA DRI locking.Tilman Sauerbeck
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 pro...Alan Coopersmith
2006-07-10Bug #7369: mga(4) manpage typo mutilates part of textPeter Breitenlohner
2006-06-14Refactor AccelFlags setting and some other feature settings for various MGAIan Romanick
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
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
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
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