summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-08RADEON: disable MMIO paths for EXA composite/texvid on IGP/R5xxAlex Deucher
The MMIO paths eventually lead to a hang on r5xx/IGP. I haven't been able to find out why yet.
2008-05-07radeon: fix zaphod EXA with texture videoDave Airlie
2008-05-07avivo: fix zaphod cursor in theoryDave Airlie
2008-05-07radeon: fix textured-xv on zaphodDave Airlie
2008-05-07radeon: zaphod: fix render accel for EXADave Airlie
2008-05-07radeon: fix EXA pixmap offset on zaphodDave Airlie
2008-05-07radeon: zaphod fixes for pciaccess not allowing multiple MMIO mapsDave Airlie
2008-05-07radeon: zaphod fix for cursor on second headDave Airlie
We don't need to add fbOffset here as the mmap we have of the framebuffer starts half way.
2008-05-02Add a test for __GLIBC__ to CD_Common_Types.h.Julien Cristau
Atombios redefines the standard types but the definitions conflict with the ones from glibc (causes build failures on GNU/Hurd and GNU/kFreeBSD).
2008-05-02ATOM: add support for DragonFlyBSDthegraze
2008-04-30RADEON: lock the cursors when updatingAlex Deucher
this should fix occasional corruption seen when updating the cursor.
2008-04-29RADEON: assorted fixesAlex Deucher
- free rotate pixmaps on VT switch - save crtc/output status so we only turn on crtcs/outputs if they are off - show/hide cursors when changing modes
2008-04-28R3xx+: further fix for IGP chipsStephan Wolf
see bug 15538
2008-04-27IGP: fix EXA composite corruptionAlex Deucher
2008-04-27RADEON: remove duplicate register defineAlex Deucher
Also add more bit defs to wait_until register
2008-04-27RADEON: decrease crtc/output verbosityAlex Deucher
2008-04-17Emulate repeats by drawing in tilesOwen Taylor
When we can't turn on hardware repeats, because the texture is non-power-of-two, or has padding at the ends of lines, try to draw the image in multiple tiles rather than falling back to software. (We can only do this when there is no transform.)
2008-04-17Turn on wrapping when repeating on R100 + R200Owen Taylor
Actually enable repeats for R100 and R200. This corresponds to a R300 change made in the patch in: http://bugs.freedesktop.org/show_bug.cgi?id=15333
2008-04-17R300+: move more common code into init3d()Alex Deucher
- pre-load r3xx tex instructions - setup RS instructions in init3d()
2008-04-17Radeon: Omit mask coordinatesOwen Taylor
Adapted from Owen's patch on bug 15546 This fixes the slowness with aatext on r300 and may speed up other chips marginally.
2008-04-15fix up some things from the last commitAlex Deucher
2008-04-14R300+: properly setup vap_cntlAlex Deucher
this fixes tcl/pvs on RV515 among other things
2008-04-14EXA: Don't wait for 3D idle after each Composite()Alex Deucher
wait in CompositeDone() instead
2008-04-14R300: move more common code to init3d()Alex Deucher
2008-04-14R3xx+: 3D engine documentation and minor cleanupsAlex Deucher
- document the R300 exa/textured video code - minor cleanups of textured video code to clarify meaning
2008-04-12R300+: consolidate some tcl/non-tcl pathsAlex Deucher
- Move more code to init3d() - MMIO textured video seems more reliable now on newer chips
2008-04-12R3xx+: fix XAA + textured video on non-TCL pathAlex Deucher
2008-04-12R3xx+: more fixes to 2D/3D engine initAlex Deucher
2008-04-11Fix exa glyph corruption on newer chipsAlex Deucher
2008-04-11R300+: pre-load vertex programs in init3D()Alex Deucher
2008-04-10R3xx+: consolidate more tcl codeAlex Deucher
2008-04-10R3xx+: consolidate some common 3D codeAlex Deucher
2008-04-10R3xx+: tcl wipAlex Deucher
2008-04-10R300+: textured video tcl cleanupAlex Deucher
2008-04-10RADEON: cleanupAlex Deucher
2008-04-10Revert "R3xx/R5xx: move more VAP, etc. state setup into common init3d() ↵Alex Deucher
function" This reverts commit 305a3310963a5dd07b3495015b06aa8c7c4e6b02. Conflicts: src/radeon_commonfuncs.c src/radeon_exa_render.c src/radeon_textured_videofuncs.c
2008-04-10RADEON: store tcl status in driver recAlex Deucher
2008-04-10R3xx+: use the right register for engine flushAlex Deucher
2008-04-10R3xx+: minor textured video fixesAlex Deucher
- set shader output swizzling correctly - flush the right cache register on r3xx+
2008-04-10R3xx+: EXA/textured video fixesAlex Deucher
- get pipe config based on GB_PIPE_SELECT where applicable (adapted from a similar patch from Dave) - only flush the dst cache after submitting vertices, freeing the cache lines stalls the pipe - no need to wait for 3D idle after submitting vertices - fix PURGE_CACHE() and PURGE_ZCACHE() for r3xx+ - fix depth 16 with EXA composite
2008-04-07Increase default CP timeout.Michel Dänzer
Helps avoid spurious timeouts causing problems, see http://bugs.freedesktop.org/show_bug.cgi?id=15203 .
2008-04-07Fix rendering of transformed sources for REPEAT_NONE with EXA on >= R300.Owen W. Taylor
Use the border color when possible, otherwise fall back to software.
2008-04-04ATOMBIOS: Add support for DynamicClocks optionAlex Deucher
This patch adds support for dynamic clock gating and static power management using the atom command tables. In some cases the bios may already set this up during post, so YMMV. I was only able to test on desktop cards, so I haven't tested to see how much (if any) power this saves or how it affects the thermal footprint.
2008-04-04RADEON: warning fixesAlex Deucher
2008-04-04RADEON: add some quirksAlex Deucher
2008-04-03Minor cleanupAlex Deucher
2008-04-03Revert "RADEON: memmap rework 1"Alex Deucher
This reverts commit dd8ee1b444f4b973a1e0fadca5f943f2162b5e94. Conflicts: src/radeon.h src/radeon_driver.c This rework seems to have caused more trouble than it was worth.
2008-04-03Revert "RADEON: remove driver rec copies of mc info, use save rec directly"Alex Deucher
This reverts commit be0858a84fbdf74c0b844f462933a221d48c707d. Conflicts: src/radeon_driver.c
2008-04-03R3xx/R5xx: Fix pitch and clamp mode for repeating texturesOwen W. Taylor
- We can always use TXPITCH on a R300 even when repeating, (previous check for pitch matching width was also wrong) - Fix clamp mode for repeating textures to be WRAP
2008-04-02atombios: fix the dual-head hopefully.Dave Airlie
tested on r600 with DVI and VGA