summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
AgeCommit message (Expand)Author
2009-02-19R6xx/R7xx: add wait for idle MMIO pathAlex Deucher
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2009-01-23Make sure gb_num_pipes is initialized when DRI is disabledMaciej Cencora
2008-12-15r600: don't idle engineDave Airlie
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
2008-08-25Move DRI to a separate structAlex Deucher
2008-08-25Cleanups from rhd portEgbert Eich
2008-08-25Move accel state to a separate structAlex Deucher
2008-08-25Move CP into a separate structAlex Deucher
2008-08-13Remove reset of 3D scissor registers when using the CP in the ddxAlex Deucher
2008-07-03radeon: drop all use of CPMode.Dave Airlie
2008-06-26RADEON: fix copy/paste error in accel codeBrad Smith
2008-06-17radeon: X_ERROR -> X_WARNING for num gb pipesAlex Deucher
2008-06-11R3xx: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher
2008-06-03RADEON: minor cleanupsAlex Deucher
2008-05-27R3/4/5xx: use get_param to get the num_gb_pipes from the drmAlex Deucher
2008-05-14Add RS600 supportAlex Deucher
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
2008-04-27RADEON: remove duplicate register defineAlex Deucher
2008-04-12R3xx+: more fixes to 2D/3D engine initAlex Deucher
2008-04-10R3xx+: use the right register for engine flushAlex Deucher
2008-04-10R3xx+: EXA/textured video fixesAlex Deucher
2008-02-27R300+: update RADEONCP_REFRESH() to reflect new location of scissor regsAlex Deucher
2007-12-21RADEON: more re-org. move XAA Mem init to radeon_accel.cAlex Deucher
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie
2007-12-18RADEON: driver cleanups, warning fixesArkadiusz Miskiewicz
2007-12-10Merge branch 'zaphod-lolz' of git://git.freedesktop.org/git/xorg/driver/xf86-...Dave Airlie
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie
2007-11-20r600: block r600 startup due to lack of memory controller infoDave Airlie
2007-11-06First round of avivo supportAlex Deucher
2007-10-04radeon: Fix for pci-rework.Michel Dänzer
2007-05-21radeon: Suppress debugging output by default.Michel Dänzer
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-07-03Build and warning fixes for !defined(USE_XAA).Michel Dänzer
2006-06-15Fix some more cosmetic warnings.Michel Dänzer
2006-06-15fix more printf formatsDave Airlie
2006-06-15fix some more unused variables and bad parameter passingDave Airlie
2006-05-01Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> PatchMichel Daenzer
2006-04-28Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_*Eric Anholt
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
2006-02-15The engine setup would trigger a bogus line write before the properBenjamin Herrenschmidt
2005-11-08bugzilla #988 (https://bugs.freedesktop.org/show_bug.cgi?id=988) Fix typoMichel Daenzer
2005-09-14Bug #2573: Remove the disabling of automatic cache flushing on non-r300Eric Anholt
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-03-24- radeon PLL access errata workarounds (Benjamin Herrenschmidt, acked byAlex Deucher
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling.Roland Scheidegger
2004-12-17- Add VGAAccess option to r128 driver. Based on Benh's radeon patch. r128Alex Deucher
2004-12-17Modified:Vladimir Dergachev