summaryrefslogtreecommitdiff
path: root/src/mga_exa.c
AgeCommit message (Expand)Author
2018-11-29Write 8 bits instead of 32 to MGAREG_CACHEFLUSHHenry Zhao
2018-11-21mga_drv: fix image corruption due to memcpy reorderingMikulas Patocka
2015-08-24Composite fixupConnor Behan
2015-08-24Remove DownloadFromScreenConnor Behan
2013-10-31mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptrTormod Volden
2012-06-06mga: port to new compat API.Dave Airlie
2012-05-25Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.hAlan Coopersmith
2012-01-04Untangle XF86DRI from the driver-specific DRI definePeter Hutterer
2011-09-27Fix printf format specifier warningMatt Turner
2009-03-06Fall back to software for unsupported repeat modesThomas Jaeger
2007-10-30Don't build or call init_dri if XF86DRI is undefinedAlan Coopersmith
2007-08-08Fixed major blending and compositing breakage.Tilman Sauerbeck
2007-04-15Added memcpy-based DownloadFromScreen implementation.Tilman Sauerbeck
2007-04-15On G550, do A8 adds in hardware.Tilman Sauerbeck
2007-04-15Make DRI initialization work when using EXA.Tilman Sauerbeck
2007-03-30Removed the debug messages for solid and copy ops.Tilman Sauerbeck
2007-03-30Sync after UploadToScreen.Tilman Sauerbeck
2006-11-17Enabled the Exa composite hooks on G550.Tilman Sauerbeck
2006-09-28Make the DUALSTAGE0 code slightly easier to read.Tilman Sauerbeck
2006-09-20Removed the XAA atype tables.Tilman Sauerbeck
2006-09-20Removed the DFS stub.Tilman Sauerbeck
2006-09-20Fall back to software rendering for A8 add A8.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-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-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-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-26Removed ajax' comments on the Copy code, it seems to work well.Tilman Sauerbeck
2006-08-26Clean up color/planemask replicating.Tilman Sauerbeck