summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-17R3xx: some progressAlex Deucher
2008-03-17R3xx: fix errant wAlex Deucher
2008-03-14R3xx: odds and ends...Alex Deucher
still not working. - swizzle US output for BGR formats - no need to write to temps in ALU ops, write to output only - flush the PVS before updating
2008-03-14R3xx: theoretical support for component alphaAlex Deucher
masks are still broken so...
2008-03-14R3xx: VS WIPAlex Deucher
2008-03-14R3xx/R5xx: enable VS for mask textureAlex Deucher
2008-03-14R3xx/R5xx: Fix magic numbers in vertex shadersAlex Deucher
2008-03-13R3xx: make sure to set the FS code size correctlyAlex Deucher
2008-03-13R3xx: attempt to setup the rasterizer properly for mask textureAlex Deucher
Not working yet
2008-03-13R3xx: more mask workAlex Deucher
2008-03-13R3xx: enable composite for non-mask casesAlex Deucher
2008-03-13R3xx: add basic mask supportAlex Deucher
2008-03-13R300: setup source selects and output swizzlingAlex Deucher
2008-03-13R3xx: set the texture id and add some register infoAlex Deucher
2008-03-13R3xx/R5xx: enable blendingAlex Deucher
2008-03-13xv: fixup XAA on r500 textured videoDave Airlie
the XAA area should never end up tiled. This may break with nooffscreen pixmaps
2008-03-11Properly fix uninitialized variables warningsMatt Turner
According to commit 9fd13e6773371c82b9799a5bda7c96ffa5cafe8c to xf86-video-intel by Kristian Høgsberg, there is a better way to fix the possibly initialized variables warnings. This patch will use Kristian's fix.
2008-03-11RADEON: enable output attributes that require a modeset immediatelyAlex Deucher
This should fix bug 14915
2008-03-11RADEON: fix vblank interrupts after VT switch or suspend/resumeAlex Deucher
2008-03-11[PATCH] Fix a few warningsMatt Turner
2008-03-11DCE3: add support for PCIEPHY (untested)Alex Deucher
2008-03-11ATOM: remove some cruftAlex Deucher
2008-03-11DCE3: enable DPMS on DIG portsAlex Deucher
2008-03-11DCE3: adjust PLL for DCE3 chipsAlex Deucher
this fixes stability issues on digital outputs and certain modes.
2008-03-11ATOMBIOS: enable load detection by default on both DACsAlex Deucher
Load detection is reliable with atom, so enable it by default on both DACA and DACB, rather than just DACA.
2008-03-11DCE3: add output attribute to enable/disable coherent modeAlex Deucher
Enabled by default. The TMDS transmitter can be programmed slightly differently depending on the chips in the panel. If you have problems with tmds on a particular panel, try disabling it.
2008-03-10RV550: MC setup is like RV515 not RV530Alex Deucher
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2008-03-07AVIVO: clean up some unused variablesAlex Deucher
2008-03-07RADEON: Fix crash in last commitAlex Deucher
2008-03-06RADEON: fix tiling/interlaced interaction with randr 1.2Dave Airlie
2008-03-06DCE3: Ignore outputs with DIN connectors for nowAlex Deucher
2008-03-06AVIVO: fix typo from a previous commitAlex Deucher
Leave tv dpms hook disabled or you may get bad interactions with the shared DAC
2008-03-06AVIVO: don't add outputs for invalid connectorsAlex Deucher
2008-03-06Merge branch 'master' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-03-06AVIVO: fix up memsize detection for IGP chipsAlex Deucher
2008-03-06Bug #14826: Fix a bogus check around xf86SetOperatingState.Doug Chapman
2008-03-06Merge branch 'master' of ↵Adam Jackson
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-03-06DCE3.0: add support for crtc memreq tableAlex Deucher
2008-03-06RADEON: take 2 on proper pragma pack support for bsdsAlex Deucher
See bug 14594. Based on suggestion by Henry Zhao
2008-03-06DCE3.0: Minor fixupsAlex Deucher
2008-03-06RADEON: option to override TVDAC adj values from bios with driver defaultsAlex Deucher
If you have a washed out image on the tv dac, try this option. Option "DefaultTVDACAdj" "TRUE"
2008-03-05AVIVO: Initial support for DCE 3.0 using atombiosAlex Deucher
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues.
2008-03-05RADEON: fix fetching of dac2 adj values from newer bios tablesAlex Deucher
2008-03-03ATOMBIOS: fix atombios parser support on *bsdAlex Deucher
bsd requires a different pragma pack than Linux. See bug 14594.
2008-03-02[PATCH] Ensure symbols used by other modules are visible.Paulo Cesar Pereira de Andrade
The xf86-video-ati drivers are one of the cases where LoaderSymbol is widely used in some obscure ways. This patch fixes the problem, and allows compiling with -fvisibility=hidden.
2008-03-01RS6xx: change isIGP checks to CHIP_FAMILY_RS690Alex Deucher
these paths are only relevant on RS6xx chips
2008-03-01RADEON: use xf86SetDesiredModes() in screeninit and enterVTAlex Deucher
this should restore the proper output state on VT switches
2008-03-01RADEON: remove driver rec copies of mc info, use save rec directlyMaciej Cencora
info->mc_* were used and the immediately copied into info->ModeReg ones. Just use the ModeReg copies directly.
2008-03-01RADEON: memmap rework 1Alex Deucher
Don't restore memmap regs on every mode switch. Just do memmap save/restore/setup on server start and VT switch.