summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-12-15R3xx-R5xx: switch back to quad rendering for XvAlex Deucher
The large clipped triangle trick hits the guardband limits on large displays. This gets textured video working again until we sort out how to deal with the situation better. See bug 19046
2008-12-15Remove remnants of unused DDCMode optionAlex Deucher
2008-12-15Remove mention of MergedFB from server logAlex Deucher
noticed by Fabio, bug 19098
2008-12-15Remove duplicate ATI in some device namesFabio
from bug 19098
2008-12-15r600: don't idle engineDave Airlie
(cherry picked from commit b77729448e487d37707ce028d8edc59352d1cc2d)
2008-12-11Add more eMac modes, fix crash in last patchJoseph Adams
2008-12-10Add support for Apple eMacsAlex Deucher
Thanks to Joseph Adams for helping me sort this out. Verified on eMac G4/1.0 with radeon 7500 Later eMacs with radeon 9200 or 9600 chips may have different ddc setups. Need to verify.
2008-12-10Add another AGP quirkAlex Deucher
fixes bug 12544
2008-12-10Add randr 1.3 panning supportAlex Deucher
2008-12-10[PATCH] xf86misc extension has been removed, update driver to reflect itBenjamin Close
2008-12-09radeon: memset the pll setting functionDave Airlie
Thanks to Peter Zijlstra for making me debug this and providing feedback.
2008-12-08Add another AGP quirkAdrian Friedli
2008-12-05Fix scissor setup for XvPierre Ossman
We need to adjust the scissoring for each clip box, so move the setup to inside the while loop.
2008-12-05R200: Remove scissor setup from init3d()Alex Deucher
We aren't using them, so no need to set them up.
2008-12-05set coherent mode consistently (enabled for now)Alex Deucher
It's set to enabled in the output setup, but then was set to disabled when teh output properties were setup. Set it up consistently.
2008-12-05radeon: damn you bios, HDMI cannot have DACs.Dave Airlie
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-12-05Optimise RADEONWaitForVLinePierre Ossman
Only avoid the vlines we are rendering to, instead of the entire screen. This way we don't stall the card for longer than we absolutely have to. EXA calls fixed by Alex Deucher.
2008-12-04Improve tearing avoidance for Xvideo in two stepsPierre Ossman
- Fix up VLINE handling to trigger whenever scanout is outside the visible area. - Render the video as a scissored triangle as R300+ cannot render a quad in a single pass.
2008-12-04First pass at tear-free accelAlex Deucher
if the dest pixmap is the front buffer, stall the pipe until the vline is outside the active area. For EXA, pick crtc based on the larger mode area; ideally we'd have one pixmap per crtc. For Xv, use dst window area to determine crtc.
2008-12-04Switch r200 Xv to use rect lists rather than quads to avoid tearingPierre Ossman
Patch from Pierre with fixes from me.
2008-12-04Fix up US setup after r3xx bicubic mergeAlex Deucher
2008-12-04Merge branch 'bicubic' of git://git.infradead.org/users/drzeus/xf86-video-atiAlex Deucher
2008-12-04radeon: apply atom quirks to object tableDave Airlie
2008-12-03Make sure 3D state is emited when switching to 3D IBAlex Deucher
- fixes bug 18864
2008-12-03Change the XV_BICUBIC attribute to a tristate, where the third statePierre Ossman
automatically turns the filter on and off as appropriate.
2008-12-03Make the R300 bicubic shader program a bit easier to understand byPierre Ossman
having comments that describe the operation, not how it has to be implemented in the hardware.
2008-12-03Now that we have a bicubic code path that messes up the pixel shader,Pierre Ossman
we need to restore it in the non-bicubic code.
2008-12-03Fix macros so that they are safe to use with expressions as parameters.Pierre Ossman
2008-12-03Fix node setup on R300 bicubic pixel shader. It was backwards and usedPierre Ossman
the wrong base for sizes.
2008-12-03Only flush IB when direct rendering is enabledAlex Deucher
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher
2008-12-02Don't mix 2D and 3D in the same IBDave Airlie
fix from radeon-gem-cs
2008-12-02Stability fixes from radeon-gem-csDave Airlie
2008-12-03radeon: fix HDMI having DACs in some BIOSesDave Airlie
2008-12-02Add another AGP quirkBryce Harrington
2008-12-01Add quirk for r200 card with the primary dac wired to both portsAlex Deucher
refactor load detection setup as a byproduct should fix bug 18719
2008-12-01Fix comments for R500 fragment shader to reflect the code.Pierre Ossman
2008-12-01Fix indentation on IS_R300_3D Xv code.Corbin Simpson
2008-12-01r3xx: Various Xv fixes.Corbin Simpson
2008-12-01Switch to Mesa-style 24-bit float packing.Corbin Simpson
Seems like Mesa's got it right, so we should follow suit.
2008-12-01Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but ↵Maciej Cencora
looks pretty good.
2008-12-01Add r3xx-specific bicubic filtering code. FP, RS, mostly, everything else is ↵Maciej Cencora
shared with r5xx.
2008-11-30radeon_drm.h: remove kernel definesDave Airlie
remove these we should update from an installed kernel copy not from the original kernel copy.
2008-11-27r100/r200: EXA misrenders dst == a8 + dst alpha use.Dave Airlie
Fedora BZ#469556 I've played with various dst and texture formats and rewritten large parts of this to no avail, so I'm punting for now.
2008-11-25Catch unsubstituted macro for PCI region base accessEygene Ryabinkin
also fix up some warnings.
2008-11-25[PATCH] radeon: Fix PCI usage of 32-bit driver on 64-bit platformBenjamin Herrenschmidt
The radeon driver is storing PCI addresses in unsigned long's which won't work well on 32-bit platforms with 64-bit physical address space such as PowerPC 4xx. This fixes it by using unsigned long long instead.
2008-11-25Interlaced mode fixesRamon van der Stelt
see bug 12626
2008-11-25Additional AGP quirksBryce Harrington
bug 18693
2008-11-25radeon: fixup shared DDC lines for some rv610 cards.Alex Deucher
Some cards share DDC between a HDMI and VGA output, and expect the driver to use load detect or EDID to figure it out. airlied- shipped in RHEL5 Signed-off-by: Dave Airlie <airlied@redhat.com>