index
:
xf86-video-ati-frc
debian-lenny-with-frc-patches
upstream-lenny-with-frc-patches
FRC (Frame Rate Control) patches for the XOrg ATI / Radeon driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
radeon_exa.c
Age
Commit message (
Expand
)
Author
2008-08-02
Make sure cursor offsets are properly aligned when using EXA
Alex Deucher
2008-06-25
RADEON: adjustments to Jerome's last commit
Alex Deucher
2008-05-12
Replace CARD{8,16,32} with uint{8,16,32}_t
Matt Turner
2008-05-07
radeon: fix zaphod EXA with texture video
Dave Airlie
2008-05-07
radeon: fix EXA pixmap offset on zaphod
Dave Airlie
2008-03-19
Enable BSR in Log2 functions
Matt Turner
2008-02-26
R300: fix cordinate clamping in render code
Alex Deucher
2008-02-23
RADEON: add textured video support for r1xx-r4xx radeons
Alex Deucher
2008-01-16
R300: First pass at render accel
Alex Deucher
2007-12-12
RADEON: fix cursors when using rotation
Alex Deucher
2007-09-27
radeon: EXA pitch fixes.
Michel Dänzer
2007-05-22
radeon: Provide new DRI texOffsetStart hook when available with EXA.
Michel Dänzer
2007-03-04
radeon: add option to set pci aperture size from config file
Dave Airlie
2006-11-28
fixup EXA after previous commit
airlied
2006-11-28
radeon: initial move framebuffer away from zero prep.
airlied
2006-09-30
radeon: Add support for page flipping with EXA.
Michel Dänzer
2006-07-13
Move variable declarations before statements to be C89 compatible
Tilman Sauerbeck
2006-07-03
Do even less cache flushing when the previous engine mode is known.
Michel Dänzer
2006-07-03
Bug #6762: Remove gratuitous cache flushing.
Eric Anholt
2006-07-03
Reserve HW cursor memory statically instead of from EXA offscreen.
Michel Dänzer
2006-06-21
Bug #7283: Build fixes for !defined(XF86DRI).
Michel Dänzer
2006-06-18
Add Option "DepthBits".
Michel Dänzer
2006-06-15
Remove another unused variable.
Michel Dänzer
2006-03-09
Update drivers that support EXA for the new EXA ABI. This consists of
Eric Anholt
2006-03-03
Add Option "FBTexPercent" to override the amount of video RAM reserved for
Michel Daenzer
2005-10-09
Secure the Radeon PCIE GART tables in framebuffer memory by not allowing
Dave Airlie
2005-09-27
Fix Radeon MMIO Render acceleration with EXA by writing out floating- point
Eric Anholt
2005-09-20
Only 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 using
Eric Anholt
2005-09-17
Switch radeon driver to using a card type rather than having a IsPCI flag,
Dave Airlie
2005-09-12
Fix Radeon EXA for when RENDER isn't defined
Dave Airlie
2005-09-11
Add support for EXA to the radeon driver. Building EXA and XAA support is
Eric Anholt