summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-20Documented the AccelMethod option (copied from Radeon's man page).exaTilman Sauerbeck1-0/+11
2006-09-20Removed the DFS stub.Tilman Sauerbeck1-8/+0
2006-09-20Fall back to software rendering for A8 add A8.Tilman Sauerbeck1-0/+7
2006-09-16Enable the BYPASS332 and NODITHER flags when writing to 8 bpp dests.Tilman Sauerbeck2-1/+3
2006-09-15More DUALSTAGE0 fixes related to A8 writes.Tilman Sauerbeck1-10/+15
2006-09-15Reworked DUALSTAGE0 setup.Tilman Sauerbeck1-45/+25
2006-09-13Only use the source texture's alpha channel if it actually has one.Tilman Sauerbeck1-3/+9
2006-09-11Support masks without alpha.Tilman Sauerbeck1-5/+9
2006-09-10Fixed the remaining MGAAllocateMemory() issues.Tilman Sauerbeck1-5/+3
2006-09-10Fixed the engine sync needed for TexturedVideo.Tilman Sauerbeck1-5/+2
2006-09-10The XAA path in MGA_SYNC() now only syncs the engine if NeedToSync is set.Tilman Sauerbeck1-1/+1
2006-09-09Dont't multiply the retval of MGAAllocateMemory() by cpp again.Tilman Sauerbeck1-2/+2
2006-09-09Make use of MGA_MARK_SYNC.Tilman Sauerbeck1-22/+3
2006-09-09XV works with EXA now (dumb port of the Radeon code).Tilman Sauerbeck2-49/+167
2006-09-09Do A8->A8 ops in hardware.Tilman Sauerbeck1-21/+15
2006-09-09PrepareSourceTexture() cannot fail.Tilman Sauerbeck1-9/+5
2006-09-09Implemented pseudo-DMA based UTS.Tilman Sauerbeck1-7/+30
2006-09-07Refactored that texture format lookup code into mgaGetTexFormat().Tilman Sauerbeck1-31/+27
2006-09-07Use the right dithering mode for r5g5b5 textures.Tilman Sauerbeck2-18/+32
2006-09-07Enable composite hooks on G400/G450 only.Tilman Sauerbeck1-1/+1
2006-09-07Code cleanup/formatting fixes.Tilman Sauerbeck1-17/+21
2006-09-07Moved some FIXMEs.Tilman Sauerbeck1-1/+7
2006-09-07Put my name in mga_exa.cTilman Sauerbeck1-0/+1
2006-09-06Fixed the non-EXA build.Tilman Sauerbeck1-0/+4
2006-09-06Enabled alpha filtering.Tilman Sauerbeck2-4/+10
2006-09-06Code cleanup/formatting fixes.Tilman Sauerbeck1-24/+25
2006-09-06Don't set TAMASK in TEXCTL.Tilman Sauerbeck1-7/+1
2006-09-06Rendering to (A)BGR isn't supported.Tilman Sauerbeck1-0/+5
2006-09-06Disabled color keying.Tilman Sauerbeck1-7/+8
2006-08-28Make this code a little more readable.Tilman Sauerbeck1-2/+2
2006-08-27Minor code cleanup.Tilman Sauerbeck1-6/+4
2006-08-27Fixed a typo.Tilman Sauerbeck1-1/+1
2006-08-27Documented the mgaBlendOp array.Tilman Sauerbeck1-13/+26
2006-08-27Cleaned up the XAA code a bit.Tilman Sauerbeck2-15/+44
2006-08-26Enable composite hooks on G400 or greater.Tilman Sauerbeck1-4/+3
2006-08-26Added missing mgaSetup() call to the PrepareComposite hook.Tilman Sauerbeck1-2/+1
2006-08-26Added a couple of missing newlines.Tilman Sauerbeck1-4/+4
2006-08-26The texture mapping opcode is 6, not 5.Tilman Sauerbeck1-1/+1
2006-08-26Removed ajax' comments on the Copy code, it seems to work well.Tilman Sauerbeck1-3/+0
2006-08-26Clean up color/planemask replicating.Tilman Sauerbeck1-8/+5
2006-08-26Fixed alignment values (taken from kdrive).Tilman Sauerbeck1-2/+8
2006-08-25Fixed corruption on copy, by copying kdrive's waitmarker code.Tilman Sauerbeck2-2/+8
2006-08-25MGASelectBuffer() is only need for XAA.Tilman Sauerbeck1-0/+2
2006-08-10Switched the MACCESS code to the stuff from mga_storm.c.Tilman Sauerbeck1-19/+13
2006-08-10Call exaMarkSync() where we'd set the NeedToSync flag for XAA.Tilman Sauerbeck1-2/+11
2006-08-10Removed XAA specific code from MGAGetQuiescence.Tilman Sauerbeck1-3/+4
2006-08-10Added another chunk of kdrive code to mgaPrepareSolid().Tilman Sauerbeck1-0/+17
2006-08-10Added mgaSetup() from kdrive code.Tilman Sauerbeck1-2/+39
2006-08-10Disable composite hooks for now, to reduce breakage.Tilman Sauerbeck1-1/+1
2006-08-10Wait until the DMA engine is idle in mgaWaitMarker.Tilman Sauerbeck1-0/+4