summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-16radeon: add initial rv730 pciids.Dave Airlie6-0/+18
2008-12-16DCE32: add support for DCE3.2 digital outputs.Dave Airlie4-86/+216
2008-12-16radeon: fixes from Alex for some output enginesDave Airlie1-125/+58
2008-12-15R3xx-R5xx: switch back to quad rendering for XvAlex Deucher1-63/+32
2008-12-15Remove remnants of unused DDCMode optionAlex Deucher2-2/+0
2008-12-15Remove mention of MergedFB from server logAlex Deucher1-2/+2
2008-12-15Remove duplicate ATI in some device namesFabio2-14/+14
2008-12-15r600: don't idle engineDave Airlie2-0/+8
2008-12-11Add more eMac modes, fix crash in last patchJoseph Adams1-26/+45
2008-12-10Add support for Apple eMacsAlex Deucher3-2/+79
2008-12-10Add another AGP quirkAlex Deucher1-0/+2
2008-12-10Add randr 1.3 panning supportAlex Deucher3-20/+85
2008-12-10[PATCH] xf86misc extension has been removed, update driver to reflect itBenjamin Close2-5/+0
2008-12-09radeon: memset the pll setting functionDave Airlie1-0/+1
2008-12-08Add another AGP quirkAdrian Friedli1-0/+2
2008-12-05Fix scissor setup for XvPierre Ossman1-32/+32
2008-12-05R200: Remove scissor setup from init3d()Alex Deucher1-9/+0
2008-12-05set coherent mode consistently (enabled for now)Alex Deucher1-1/+1
2008-12-05radeon: damn you bios, HDMI cannot have DACs.Dave Airlie1-0/+6
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher8-11/+47
2008-12-05Optimise RADEONWaitForVLinePierre Ossman8-45/+55
2008-12-04Improve tearing avoidance for Xvideo in two stepsPierre Ossman6-54/+124
2008-12-04First pass at tear-free accelAlex Deucher12-4/+150
2008-12-04Switch r200 Xv to use rect lists rather than quads to avoid tearingPierre Ossman1-12/+18
2008-12-04Fix up US setup after r3xx bicubic mergeAlex Deucher3-42/+41
2008-12-04Merge branch 'bicubic' of git://git.infradead.org/users/drzeus/xf86-video-atiAlex Deucher4-183/+568
2008-12-04radeon: apply atom quirks to object tableDave Airlie1-43/+47
2008-12-03Make sure 3D state is emited when switching to 3D IBAlex Deucher3-13/+6
2008-12-03Change the XV_BICUBIC attribute to a tristate, where the third statePierre Ossman2-5/+20
2008-12-03Make the R300 bicubic shader program a bit easier to understand byPierre Ossman1-10/+16
2008-12-03Now that we have a bicubic code path that messes up the pixel shader,Pierre Ossman1-2/+10
2008-12-03Fix macros so that they are safe to use with expressions as parameters.Pierre Ossman1-100/+100
2008-12-03Fix node setup on R300 bicubic pixel shader. It was backwards and usedPierre Ossman1-9/+10
2008-12-03Only flush IB when direct rendering is enabledAlex Deucher1-2/+2
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher4-58/+64
2008-12-02Don't mix 2D and 3D in the same IBDave Airlie1-12/+13
2008-12-02Stability fixes from radeon-gem-csDave Airlie2-23/+21
2008-12-03radeon: fix HDMI having DACs in some BIOSesDave Airlie1-0/+5
2008-12-02Add another AGP quirkBryce Harrington1-0/+2
2008-12-01Add quirk for r200 card with the primary dac wired to both portsAlex Deucher4-14/+44
2008-12-01Fix comments for R500 fragment shader to reflect the code.Pierre Ossman1-6/+6
2008-12-01Fix indentation on IS_R300_3D Xv code.Corbin Simpson1-68/+61
2008-12-01r3xx: Various Xv fixes.Corbin Simpson2-10/+5
2008-12-01Switch to Mesa-style 24-bit float packing.Corbin Simpson2-41/+28
2008-12-01Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but loo...Maciej Cencora1-2/+2
2008-12-01Add r3xx-specific bicubic filtering code. FP, RS, mostly, everything else is ...Maciej Cencora1-1/+381
2008-11-30radeon_drm.h: remove kernel definesDave Airlie1-13/+13
2008-11-27r100/r200: EXA misrenders dst == a8 + dst alpha use.Dave Airlie1-0/+6
2008-11-25Catch unsubstituted macro for PCI region base accessEygene Ryabinkin2-15/+21
2008-11-25[PATCH] radeon: Fix PCI usage of 32-bit driver on 64-bit platformBenjamin Herrenschmidt2-10/+12