summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Initial glamor support.Michel Dänzer1-1/+6
2012-06-15radeon: more unused stuffDave Airlie1-26/+0
2012-06-15radeon: drop radeonGetPixmapOffsetDave Airlie1-5/+0
2012-06-15radeon: move macros into radeon.hDave Airlie1-1/+0
2012-06-15radeon: make exa copy funcs static.Dave Airlie1-1/+1
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave Airlie1-4/+4
2012-06-15radeon: drop radeon_commonfuncs.Dave Airlie1-12/+775
2012-06-15radeon: misc cleanups.Dave Airlie1-2/+0
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie1-3/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-1228/+14
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-4/+4
2012-05-23radeon/xaa: drop scrnIndex parameter to some functionsDave Airlie1-18/+18
2012-04-16RADEONCopySwap: Fix RADEON_HOST_DATA_SWAP_16BIT case.Michel Dänzer1-3/+2
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie1-0/+1
2010-10-07fix the non-kms buildAlex Deucher1-1/+4
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher1-1/+4
2010-06-29Remove HDP_SOFT_RESET function, there is no need to reset HDP block.Cooper Yuan1-4/+0
2010-04-22r3xx: fix gb pipe setup for SE cardsAlex Deucher1-2/+4
2010-04-16r1xx texvid: deal with large numbers of vertsAlex Deucher1-0/+12
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-8/+8
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner1-15/+12
2010-02-15Use memcpy instead of memove for RADEONSwapCopy.Pauli Nieminen1-1/+1
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-12/+0
2009-07-06Revert "KMS CS fixes."Dave Airlie1-7/+0
2009-07-05KMS CS fixes.Michel Dänzer1-0/+7
2009-07-02radeon: add KMS support (still disabled)Dave Airlie1-2/+4
2009-06-30Warning fixes.Michel Dänzer1-1/+1
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-61/+113
2009-05-03r3xx-r5xx: switch to 1/12 subpixel precisionAlex Deucher1-1/+1
2009-04-28RV410: SE variants only have 1 quad pipeAlex Deucher1-0/+7
2009-03-15Fix fallout from r6xx/r7xx EXA merge in IB handlingAlex Deucher1-10/+11
2009-02-19R6xx/R7xx: add wait for idle MMIO pathAlex Deucher1-1/+33
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-13/+74
2009-01-23Make sure gb_num_pipes is initialized when DRI is disabledMaciej Cencora1-0/+1
2008-12-15r600: don't idle engineDave Airlie1-0/+5
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher1-14/+12
2008-08-25Move DRI to a separate structAlex Deucher1-74/+74
2008-08-25Cleanups from rhd portEgbert Eich1-11/+7
2008-08-25Move accel state to a separate structAlex Deucher1-27/+27
2008-08-25Move CP into a separate structAlex Deucher1-10/+10
2008-08-13Remove reset of 3D scissor registers when using the CP in the ddxAlex Deucher1-17/+0
2008-07-03radeon: drop all use of CPMode.Dave Airlie1-12/+0
2008-06-26RADEON: fix copy/paste error in accel codeBrad Smith1-3/+3
2008-06-17radeon: X_ERROR -> X_WARNING for num gb pipesAlex Deucher1-1/+1
2008-06-11R3xx: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher1-3/+3
2008-06-03RADEON: minor cleanupsAlex Deucher1-1/+1
2008-05-27R3/4/5xx: use get_param to get the num_gb_pipes from the drmAlex Deucher1-5/+29
2008-05-14Add RS600 supportAlex Deucher1-0/+1
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher1-0/+1
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-24/+24