summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-24initial importradeon-vbosDave Airlie12-266/+543
2010-05-18r3xx-r5xx: enable color tiling by default on KMSMarek Olšák1-1/+5
2010-05-18rs740: follow macro-switch tooMarek Olšák1-1/+1
2010-05-18dri2: use radeon_pick_best_crtc()Alex Deucher2-9/+7
2010-05-17r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1Alex Deucher1-1/+1
2010-05-17r1xx/r2xx EXA: handle RepeatNone properly with transformsAlex Deucher1-6/+40
2010-05-10kms: add support for the MSC swap & sync APIJerome Glisse6-7/+526
2010-05-04r3xx-r5xx: fix texturing with small macrotiled pixmapsMarek Olšák1-0/+41
2010-05-04radeon: fix pll_out_min default for pre-avivoAlex Deucher1-3/+6
2010-04-23FB/MMIO_cnt should be ints, not pointers.Michel Dänzer1-2/+2
2010-04-22r3xx: fix gb pipe setup for SE cardsAlex Deucher1-2/+4
2010-04-22r3xx-r5xx: fix vertex unitsAlex Deucher1-7/+8
2010-04-21Reference count shared driver mappings.Owain Ainsworth2-4/+10
2010-04-21Make consistent use of fbOffset and share fb mappings.Owain G. Ainsworth3-15/+35
2010-04-21Kill per-context SAREA support.Owain G. Ainsworth3-68/+0
2010-04-21Remove remnants of the ShowCache option.Owain G. Ainsworth2-16/+0
2010-04-19radeon: add FireMV 2400 pci id.Dave Airlie6-0/+6
2010-04-16r5xx texvid: deal with large numbers of vertsAlex Deucher1-16/+30
2010-04-16r3xx texvid: deal with large numbers of vertsAlex Deucher1-21/+30
2010-04-16r2xx texvid: deal with large numbers of vertsAlex Deucher1-29/+88
2010-04-16r1xx texvid: deal with large numbers of vertsAlex Deucher3-30/+104
2010-04-16r5xx textured video: split into prepare and draw functionsAlex Deucher1-15/+29
2010-04-16r3xx textured video: split into prepare and draw functionsAlex Deucher1-15/+29
2010-04-16r2xx textured video: split into prepare and draw functionsAlex Deucher1-29/+39
2010-04-16r1xx textured video: split into prepare and draw functionsAlex Deucher1-26/+37
2010-04-16Xv: track vtx_count, is_planar in port privAlex Deucher2-49/+53
2010-04-16radeon/kms: fix possible crtc mask for evergreenAlex Deucher1-1/+1
2010-04-16radeon/kms: fix crash when using more than two headsAlex Deucher1-1/+1
2010-04-16kms: add uevent support.Dave Airlie5-1/+90
2010-04-13radeon: add support for pll algo selectionAlex Deucher5-30/+65
2010-04-12atom: disable TV encoder when VGA is in useAlex Deucher1-2/+6
2010-04-12Xv overlay: set scalerwidth to 1920 on r3xx/r4xx chipsAlex Deucher1-0/+4
2010-04-09radeon: add some new pci idsAlex Deucher6-6/+30
2010-04-08radeon: don't setup Xv on rn50Alex Deucher1-0/+4
2010-04-05change version post releaseAlex Deucher1-1/+1
2010-04-05bump version for releaseAlex Deucher1-1/+1
2010-04-01radeon: fix possible gpio i2c table overrunAlex Deucher1-3/+7
2010-04-01r600/exa: further cleanup, use the object struct in the accel state.Dave Airlie5-239/+196
2010-04-01r600: cleanup wasteful variables.Dave Airlie1-56/+36
2010-04-01r600: reduce function call overhead.Dave Airlie3-125/+233
2010-03-31r6xx+ EXA: fix swapped domains in kms UTSAlex Deucher1-2/+2
2010-03-30Add support for MacModel autodetection on OpenBSD.Owain G. Ainsworth1-0/+71
2010-03-26radeon: add support eDP connectors with and LCD device tagAlex Deucher1-1/+6
2010-03-26radeon: fix name string for eDPAlex Deucher1-1/+2
2010-03-23r6xx+ EXA/Xv: add a R600SetAccelState functionAlex Deucher3-405/+374
2010-03-23r6xx+ EXA: always use a temp surface for overlapping copiesAlex Deucher1-243/+29
2010-03-22r6xx+ EXA: always use the accel_state state in DoPrepareCopyAlex Deucher2-11/+16
2010-03-22r6xx EXA/Xv: track src/dst domainsAlex Deucher4-31/+89
2010-03-17XAA: disable render accelAlex Deucher1-0/+1
2010-03-18radeon: avoid using DRI1 init path on DRI2 driver.Dave Airlie3-29/+63