summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
AgeCommit message (Expand)Author
2006-11-28fixup EXA after previous commitairlied
2006-11-28radeon: initial move framebuffer away from zero prep.airlied
2006-09-30radeon: Add support for page flipping with EXA.Michel Dänzer
2006-07-13Move variable declarations before statements to be C89 compatibleTilman Sauerbeck
2006-07-03Do even less cache flushing when the previous engine mode is known.Michel Dänzer
2006-07-03Bug #6762: Remove gratuitous cache flushing.Eric Anholt
2006-07-03Reserve HW cursor memory statically instead of from EXA offscreen.Michel Dänzer
2006-06-21Bug #7283: Build fixes for !defined(XF86DRI).Michel Dänzer
2006-06-18Add Option "DepthBits".Michel Dänzer
2006-06-15Remove another unused variable.Michel Dänzer
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt
2006-03-03Add Option "FBTexPercent" to override the amount of video RAM reserved forMichel Daenzer
2005-10-09Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901Dave Airlie
2005-09-27Fix Radeon MMIO Render acceleration with EXA by writing out floating- pointEric Anholt
2005-09-20Only include radeon_dri.h & radeon_sarea.h if XF86DRI is defined.Alan Coopersmith
2005-09-17- Don't try to upload 0 byte-per-pixel (PICT_a1) data usingEric Anholt
2005-09-17Switch radeon driver to using a card type rather than having a IsPCI flag,Dave Airlie
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