summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
AgeCommit message (Expand)Author
2009-07-02radeon: add KMS support (still disabled)Dave Airlie
2009-06-30EXA: fix the build on servers without EXA_HANDLES_PIXMAPSAlex Deucher
2009-06-30Warning fixes.Michel Dänzer
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-06-09Consolidate indentical RADEONDoneSolid/RADEONDoneCopy functionsAlex Deucher
2009-05-27radeon: remove dead codeAlex Deucher
2009-05-18EXA: Set new EXA_SUPPORTS_OFFSCREEN_OVERLAPS flag when we have a 2D engine.Michel Dänzer
2009-05-14Pre-R600 EXA: Fix coordinate limits off-by-one error.Michel Dänzer
2009-04-17r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...Roland Scheidegger
2009-02-27EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.Michel Dänzer
2009-02-27Revert "EXA: Adapt to EXA changes in xserver Git."Michel Dänzer
2009-02-24EXA: Adapt to EXA changes in xserver Git.Michel Dänzer
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