summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
AgeCommit message (Expand)Author
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-26Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/x...Alex Deucher
2009-02-24EXA: Adapt to EXA changes in xserver Git.Michel Dänzer
2009-02-12EXA: If making a pixmap offscreen fails, return ~0ULL as texture offset.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-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2008-12-04First pass at tear-free accelAlex Deucher
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher
2008-12-02Don't mix 2D and 3D in the same IBDave Airlie
2008-08-26radeon: fix powerpc buildDave Airlie
2008-08-25Switch EXA path back to static cursor allocationAlex Deucher
2008-08-25Switch cursors over to generic allocatorAlex 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-08-25match textured video macro names with other accel codeAlex Deucher
2008-07-11Make sure cursor offsets are properly aligned when using EXAAlex Deucher
2008-06-25RADEON: adjustments to Jerome's last commitAlex Deucher
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
2008-05-07radeon: fix zaphod EXA with texture videoDave Airlie
2008-05-07radeon: fix EXA pixmap offset on zaphodDave Airlie
2008-03-19Enable BSR in Log2 functionsMatt Turner
2008-02-26R300: fix cordinate clamping in render codeAlex Deucher
2008-02-23RADEON: add textured video support for r1xx-r4xx radeonsAlex Deucher
2008-01-16R300: First pass at render accelAlex Deucher
2007-12-12RADEON: fix cursors when using rotationAlex Deucher
2007-09-27radeon: EXA pitch fixes.Michel Dänzer
2007-05-22radeon: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-03-04radeon: add option to set pci aperture size from config fileDave Airlie
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