summaryrefslogtreecommitdiff
path: root/src/radeon_render.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-25Move accel state to a separate structAlex Deucher1-32/+33
2008-05-13Reinstate CARD* types that are part of external interfaces.Michel Dänzer1-22/+22
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-54/+54
2008-03-19Enable BSR in Log2 functionsMatt Turner1-1/+8
2007-12-19fix big endian build since zaphod fixupsDave Airlie1-2/+2
2007-11-22radeon: fix openoffice/render bug on r100 chipsAdam Jackson1-2/+2
2006-10-23radeon: Pitch doesn't matter when height == 1.Michel Dänzer1-2/+2
2006-10-22Bug #6756: Attempt to fix repeat picture acceleration.Michel Daenzer1-10/+21
2006-05-01Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> PatchMichel Daenzer1-13/+16
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg1-0/+2
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt1-9/+7
2005-12-09Bug #1106: Fix memory allocation for Render. (Michel Daenzer)Adam Jackson1-1/+7
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt1-93/+48
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+3
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling.Roland Scheidegger1-24/+49
2004-12-19- fix warnings (Ronny V. Vindenes)Alex Deucher1-4/+4
2004-12-12Modified:Vladimir Dergachev1-6/+8
2004-12-06When direct rendering is enabled, use hostdata blits to transfer data fromMichel Daenzer1-6/+60
2004-10-18Fixing one of the infamous 'control reaches end of non void functionEgbert Eich1-0/+1
2004-09-17Bugzilla #1170: Fix an overcounting of DMA in BEGIN_RING that wasn'tEric Anholt1-1/+1
2004-08-30Hotfix for Eric Anholt's fix for bug #1156 : Clear theXORG-6_7_99_904Michel Daenzer1-2/+3
2004-08-27Bug #1156: Fix the build on PPC by splitting the byte-order-setting codeEric Anholt1-51/+46
2004-08-12Fix context switching on Radeons and build problem when XF86DRI is notXORG-6_7_99_2Kevin E Martin1-12/+24
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-6/+24
2004-08-04Use info->ModeReg.surface_cntl to restore byte swapping for the framebufferMichel Daenzer1-0/+66
2004-08-04- Add two new XAA hooks, SetupForCPUToScreenTexture2 andEric Anholt1-72/+118
2004-07-16Bugzilla #803,804: Fix build in the !XF86DRI case after DRI and RadeonEric Anholt1-1/+1
2004-06-20Add file missed in last commit: Bug #748:Eric Anholt1-0/+854