summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
AgeCommit message (Expand)Author
2009-02-24Only call RADEONWaitForVLine if it might actually do anything useful.Michel Dänzer
2009-02-11Revert "Radeon EXA: wait for the engine to be idle before sw access"Alex Deucher
2009-02-10Radeon EXA: wait for the engine to be idle before sw accessAlex Deucher
2009-01-24Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen hooks.Michel Dänzer
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-12-05Optimise RADEONWaitForVLinePierre Ossman
2008-12-04First pass at tear-free accelAlex Deucher
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
2008-08-25Move DRI to a separate structAlex Deucher
2008-08-25Move accel state to a separate structAlex Deucher
2008-06-25RADEON: adjustments to Jerome's last commitAlex Deucher
2008-06-25radeon: flush & wait for 2d & dma idle after 2d blitJerome Glisse
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
2008-05-09RADEON: fixup ifdef from last commitAlex Deucher
2008-05-08RADEON: disable MMIO paths for EXA composite/texvid on IGP/R5xxAlex Deucher
2008-04-14EXA: Don't wait for 3D idle after each Composite()Alex Deucher
2008-03-19RADEON: add new macros to distinguish between R3xx and R5xx 3DAlex Deucher
2008-03-05AVIVO: Initial support for DCE 3.0 using atombiosAlex Deucher
2008-03-01RS4xx: enable exa render accel and textured videoAlex Deucher
2008-02-28Handle EXA coordinate limits more cleverly.Michel Dänzer
2008-02-25fixup check for EXA composite pointed out by Alan SwansonDave Airlie
2008-02-24rs690: initial rs690 rotateDave Airlie
2008-02-23r500: initial rotate support - not fully working yet.Dave Airlie
2008-01-18RADEON: make sure EXA Composite is actually disabled on XPRESS chips.Alex Deucher
2008-01-16RADEON: add a message about render accel on newer cardsAlex Deucher
2008-01-16R300: only enable render accel on non-IGP r3xx/r4xx chips for nowAlex Deucher
2008-01-16R300: First pass at render accelAlex Deucher
2008-01-11radeon: remove stray includeGeorge Sapountzis
2007-12-19more endian related fixageDave Airlie
2007-09-27radeon: Fix build on little endian platforms.Michel Dänzer
2007-09-27radeon: EXA pitch fixes.Michel Dänzer
2007-09-27radeon: Don't use pixmap data pointer directly with EXA.Michel Dänzer
2007-03-20radeon: Only sync to hardware when really necessary with EXA.Michel Dänzer
2006-12-19radeon: Advertise 2D engine limits to EXA when we're not using the 3D engine.Michel Dänzer
2006-09-30radeon: Add support for page flipping with EXA.Michel Dänzer
2006-07-03Do even less cache flushing when the previous engine mode is known.Michel Dänzer
2006-06-24Bug #7274: Fix corruption with 'small' accelerated DownloadFromScreen transfers.Michel Dänzer
2006-06-18Implement accelerated EXA DownloadFromScreen hook.Michel Dänzer
2006-06-18Remove #include <fbdevhw.h>, not used here.Michel Dänzer
2006-05-01Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> PatchMichel Daenzer
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt
2005-09-18Break EXA ABI while we still can. Add coordinates to the UploadToScreenEric Anholt
2005-09-12Fix Radeon EXA for when RENDER isn't definedDave Airlie
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt