summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
AgeCommit message (Expand)Author
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie
2010-10-07fix the non-kms buildAlex Deucher
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher
2010-06-29Remove HDP_SOFT_RESET function, there is no need to reset HDP block.Cooper Yuan
2010-04-22r3xx: fix gb pipe setup for SE cardsAlex Deucher
2010-04-16r1xx texvid: deal with large numbers of vertsAlex Deucher
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner
2010-02-15Use memcpy instead of memove for RADEONSwapCopy.Pauli Nieminen
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-06Revert "KMS CS fixes."Dave Airlie
2009-07-05KMS CS fixes.Michel Dänzer
2009-07-02radeon: add KMS support (still disabled)Dave Airlie
2009-06-30Warning fixes.Michel Dänzer
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-05-03r3xx-r5xx: switch to 1/12 subpixel precisionAlex Deucher
2009-04-28RV410: SE variants only have 1 quad pipeAlex Deucher
2009-03-15Fix fallout from r6xx/r7xx EXA merge in IB handlingAlex Deucher
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