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_render.c
Age
Commit message (
Expand
)
Author
2008-05-13
Reinstate CARD* types that are part of external interfaces.
Michel Dänzer
2008-05-12
Replace CARD{8,16,32} with uint{8,16,32}_t
Matt Turner
2008-03-19
Enable BSR in Log2 functions
Matt Turner
2007-12-19
fix big endian build since zaphod fixups
Dave Airlie
2007-11-22
radeon: fix openoffice/render bug on r100 chips
Adam Jackson
2006-10-23
radeon: Pitch doesn't matter when height == 1.
Michel Dänzer
2006-10-22
Bug #6756: Attempt to fix repeat picture acceleration.
Michel Daenzer
2006-05-01
Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> Patch
Michel Daenzer
2006-03-22
Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc
Kristian Høgsberg
2006-02-16
Memory map and misc fixes. This completely reworks the way the driver
Benjamin Herrenschmidt
2005-12-09
Bug #1106: Fix memory allocation for Render. (Michel Daenzer)
Adam Jackson
2005-09-11
Add support for EXA to the radeon driver. Building EXA and XAA support is
Eric Anholt
2005-07-11
Prep for modular builds by adding guarded #include "config.h" everywhere.
Adam Jackson
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling.
Roland Scheidegger
2004-12-19
- fix warnings (Ronny V. Vindenes)
Alex Deucher
2004-12-12
Modified:
Vladimir Dergachev
2004-12-06
When direct rendering is enabled, use hostdata blits to transfer data from
Michel Daenzer
2004-10-18
Fixing one of the infamous 'control reaches end of non void function
Egbert Eich
2004-09-17
Bugzilla #1170: Fix an overcounting of DMA in BEGIN_RING that wasn't
Eric Anholt
2004-08-30
Hotfix for Eric Anholt's fix for bug #1156 : Clear the
Michel Daenzer
2004-08-27
Bug #1156: Fix the build on PPC by splitting the byte-order-setting code
Eric Anholt
2004-08-12
Fix context switching on Radeons and build problem when XF86DRI is not
Kevin E Martin
2004-08-09
Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,
Kevin E Martin
2004-08-04
Use info->ModeReg.surface_cntl to restore byte swapping for the framebuffer
Michel Daenzer
2004-08-04
- Add two new XAA hooks, SetupForCPUToScreenTexture2 and
Eric Anholt
2004-07-16
Bugzilla #803,804: Fix build in the !XF86DRI case after DRI and Radeon
Eric Anholt
2004-06-20
Add file missed in last commit: Bug #748:
Eric Anholt