summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-06Minor typofix that was causing configure to exit with a syntax errorDavid Nusinow
2006-10-27Bump version to 1.4.4.xf86-video-mga-1.4.4Ian Romanick
2006-10-27Convert tests of pMga->Chipset to tests of single bit flags.Ian Romanick
2006-10-26Fix bug #8666. git-bisect for the win!Ian Romanick
2006-10-13Bump to 1.4.3xf86-video-mga-1.4.3Adam Jackson
2006-10-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-09-28Make the DUALSTAGE0 code slightly easier to read.Tilman Sauerbeck
2006-09-20Minor manpage typofixes. Patch by A. Costa (see Debian bug #364558)David Nusinow
2006-09-20Unbreak the build: MGAStormSync() is required by mga_dga.c.Tilman Sauerbeck
2006-09-20Removed the XAA atype tables.Tilman Sauerbeck
2006-09-20Merge branch 'exa'Tilman Sauerbeck
2006-09-20Documented the AccelMethod option (copied from Radeon's man page).exaTilman Sauerbeck
2006-09-20Removed the DFS stub.Tilman Sauerbeck
2006-09-20Fall back to software rendering for A8 add A8.Tilman Sauerbeck
2006-09-18Bump version to 1.4.2. Bump required server version to 1.1.0 (X.org 7.1)xf86-video-mga-1.4.2Ian Romanick
2006-09-16Generate ChangeLog from git.Tilman Sauerbeck
2006-09-16Don't install stormdwg.Tilman Sauerbeck
2006-09-16Enable the BYPASS332 and NODITHER flags when writing to 8 bpp dests.Tilman Sauerbeck
2006-09-15More DUALSTAGE0 fixes related to A8 writes.Tilman Sauerbeck
2006-09-15Reworked DUALSTAGE0 setup.Tilman Sauerbeck
2006-09-13Only use the source texture's alpha channel if it actually has one.Tilman Sauerbeck
2006-09-11Support masks without alpha.Tilman Sauerbeck
2006-09-10Fixed the remaining MGAAllocateMemory() issues.Tilman Sauerbeck
2006-09-10Fixed the engine sync needed for TexturedVideo.Tilman Sauerbeck
2006-09-10The XAA path in MGA_SYNC() now only syncs the engine if NeedToSync is set.Tilman Sauerbeck
2006-09-09Dont't multiply the retval of MGAAllocateMemory() by cpp again.Tilman Sauerbeck
2006-09-09Make use of MGA_MARK_SYNC.Tilman Sauerbeck
2006-09-09XV works with EXA now (dumb port of the Radeon code).Tilman Sauerbeck
2006-09-09Do A8->A8 ops in hardware.Tilman Sauerbeck
2006-09-09PrepareSourceTexture() cannot fail.Tilman Sauerbeck
2006-09-09Implemented pseudo-DMA based UTS.Tilman Sauerbeck
2006-09-07Refactored that texture format lookup code into mgaGetTexFormat().Tilman Sauerbeck
2006-09-07Use the right dithering mode for r5g5b5 textures.Tilman Sauerbeck
2006-09-07Enable composite hooks on G400/G450 only.Tilman Sauerbeck
2006-09-07Code cleanup/formatting fixes.Tilman Sauerbeck
2006-09-07Moved some FIXMEs.Tilman Sauerbeck
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