index
:
driver/xf86-video-mga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
exa
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
obsd
pci-rework
randr-1.2
sco_port_update
xprint_packagertest_20041125
xprint_packagertest_20041217
Matrox video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mga_exa.c
Age
Commit message (
Expand
)
Author
2009-03-06
Fall back to software for unsupported repeat modes
Thomas Jaeger
2007-10-30
Don't build or call init_dri if XF86DRI is undefined
Alan Coopersmith
2007-08-08
Fixed major blending and compositing breakage.
Tilman Sauerbeck
2007-04-15
Added memcpy-based DownloadFromScreen implementation.
Tilman Sauerbeck
2007-04-15
On G550, do A8 adds in hardware.
Tilman Sauerbeck
2007-04-15
Make DRI initialization work when using EXA.
Tilman Sauerbeck
2007-03-30
Removed the debug messages for solid and copy ops.
Tilman Sauerbeck
2007-03-30
Sync after UploadToScreen.
Tilman Sauerbeck
2006-11-17
Enabled the Exa composite hooks on G550.
Tilman Sauerbeck
2006-09-28
Make the DUALSTAGE0 code slightly easier to read.
Tilman Sauerbeck
2006-09-20
Removed the XAA atype tables.
Tilman Sauerbeck
2006-09-20
Removed the DFS stub.
Tilman Sauerbeck
2006-09-20
Fall back to software rendering for A8 add A8.
Tilman Sauerbeck
2006-09-16
Enable the BYPASS332 and NODITHER flags when writing to 8 bpp dests.
Tilman Sauerbeck
2006-09-15
More DUALSTAGE0 fixes related to A8 writes.
Tilman Sauerbeck
2006-09-15
Reworked DUALSTAGE0 setup.
Tilman Sauerbeck
2006-09-13
Only use the source texture's alpha channel if it actually has one.
Tilman Sauerbeck
2006-09-11
Support masks without alpha.
Tilman Sauerbeck
2006-09-09
Do A8->A8 ops in hardware.
Tilman Sauerbeck
2006-09-09
PrepareSourceTexture() cannot fail.
Tilman Sauerbeck
2006-09-09
Implemented pseudo-DMA based UTS.
Tilman Sauerbeck
2006-09-07
Refactored that texture format lookup code into mgaGetTexFormat().
Tilman Sauerbeck
2006-09-07
Use the right dithering mode for r5g5b5 textures.
Tilman Sauerbeck
2006-09-07
Enable composite hooks on G400/G450 only.
Tilman Sauerbeck
2006-09-07
Code cleanup/formatting fixes.
Tilman Sauerbeck
2006-09-07
Moved some FIXMEs.
Tilman Sauerbeck
2006-09-07
Put my name in mga_exa.c
Tilman Sauerbeck
2006-09-06
Enabled alpha filtering.
Tilman Sauerbeck
2006-09-06
Code cleanup/formatting fixes.
Tilman Sauerbeck
2006-09-06
Don't set TAMASK in TEXCTL.
Tilman Sauerbeck
2006-09-06
Rendering to (A)BGR isn't supported.
Tilman Sauerbeck
2006-09-06
Disabled color keying.
Tilman Sauerbeck
2006-08-28
Make this code a little more readable.
Tilman Sauerbeck
2006-08-27
Minor code cleanup.
Tilman Sauerbeck
2006-08-27
Fixed a typo.
Tilman Sauerbeck
2006-08-27
Documented the mgaBlendOp array.
Tilman Sauerbeck
2006-08-26
Enable composite hooks on G400 or greater.
Tilman Sauerbeck
2006-08-26
Added missing mgaSetup() call to the PrepareComposite hook.
Tilman Sauerbeck
2006-08-26
Added a couple of missing newlines.
Tilman Sauerbeck
2006-08-26
Removed ajax' comments on the Copy code, it seems to work well.
Tilman Sauerbeck
2006-08-26
Clean up color/planemask replicating.
Tilman Sauerbeck
2006-08-26
Fixed alignment values (taken from kdrive).
Tilman Sauerbeck
2006-08-25
Fixed corruption on copy, by copying kdrive's waitmarker code.
Tilman Sauerbeck
2006-08-10
Switched the MACCESS code to the stuff from mga_storm.c.
Tilman Sauerbeck
2006-08-10
Added another chunk of kdrive code to mgaPrepareSolid().
Tilman Sauerbeck
2006-08-10
Added mgaSetup() from kdrive code.
Tilman Sauerbeck
2006-08-10
Disable composite hooks for now, to reduce breakage.
Tilman Sauerbeck
2006-08-10
Wait until the DMA engine is idle in mgaWaitMarker.
Tilman Sauerbeck
2006-08-10
Initial commit of the Exa bits.
Tilman Sauerbeck