summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-12Move GART offset/size outside XAADave Airlie
2005-09-12Define USE_XAA and USE_EXA for the time being.Daniel Stone
2005-09-11Attempt to fix up the modular pieces for EXA support. (untested)Eric Anholt
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt
controlled at compile time, plus the runtime option of Option "AccelMethod" "EXA" or "XAA". The XAA support appears to remain as before, while the EXA pieces need just a little more polishing. Notable features: - Render acceleration working on Radeon 100 and 200-series with DRI on. - DRI works with EXA Notable issues: - DGA disabled in the EXA case. - Backbuffer moves disabled in the EXA case. - No textured XVideo. - MMIO render acceleration is close but still has some issues. - Memory pressure while using Composite is really troublesome with DRI on. This patch is based on an initial patch by Zack Rusin, with significant work by Benjamin Herrenschmidt and myself.
2005-09-11Add support for allocating PCI GART table in framebuffer memory. This isDave Airlie
needed to support PCIE Radeons using a new DRM.
2005-09-06Handle VIP timeouts more gracefully -- impose a hard limit of 10ms onDave Airlie
waiting for VIP_BUSY so we don't lock up hard, spinning.
2005-08-28Bug #4148: Bump required DRM version for r300 to 1.17.Adam Jackson
2005-08-28Bug #1109: Fix VGA init on Rage Mobility 7500 (Marc Le France)Adam Jackson
2005-08-28Modified the licens type from GPL to a X/MIT oneBogdan Diaconescu
2005-08-26#include "extensions/dpms.h" -> <X11/extensions/dpms.h>Alan Coopersmith
2005-08-26Fix 'ugly' warning in r128. (Branden Robinson, Debian #069)Daniel Stone
2005-08-26Only use vgahw symbols if we're building vgahw for this architecture. TODO:Daniel Stone
Fix this for the modular tree (maybe an unconditional yes?). Define that we're using a DPMS server and include DPMS headers. (Debian #024b)
2005-08-26- fix pitch increment (Aapo Tahkola, Roland Scheidegger)Alex Deucher
2005-08-25Fix bug in Radeon connector table parsing -- parse all entries, not justDaniel Stone
the first. (Ben Herrenschmidt)
2005-08-25Blacklist Radeon M300 from multimedia I2C code. Handle I2C timeouts moreDaniel Stone
gracefully -- impose a hard limit of 10ms on waiting for I2C_GO so we don't lock up hard, spinning.
2005-08-22Explicit license statement.Adam Jackson
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone
2005-08-15Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane
2005-08-14Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, usingDaniel Stone
the same semantics as in drivers/ati/Imakefile.
2005-08-08- radeon XPRESS chips are actually RV3xx basedAlex Deucher
2005-08-07Modified:Vladimir Dergachev
programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Update warning about DRI support on R300 and later cards.
2005-08-07Modified:Vladimir Dergachev
programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Properly configure fbLocation and related registers for R300 cards. (Dave Airlie)
2005-08-06- missing line in mergedfb option parsing. Spotted by Christoph BauerAlex Deucher
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick
X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P
2005-07-31Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900Adam Jackson
- Disable building the gamma driver - Fix numerous Imakefiles to get header paths and subdirs right - Symlink client-side GLX lib source from Mesa - Add new shader subdirs to the Mesa core build - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, since they don't generate protocol, and it was breaking the build.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-29bugzilla #3911 (https://bugs.freedesktop.org/show_bug.cgi?id=3911)Michel Daenzer
attachment #3191 (http://bugs.freedesktop.org/attachment.cgi?id=3191) Disable bus mastering while updating MC_FB_LOCATION and friends to prevent the X server from hanging on startup every now and then under some circumstances. (ATI Technologies Inc.)
2005-07-15Install theathre drivers in @moduledir@/multimediaSøren Sandmann Pedersen
2005-07-15Fix filename typoKevin E Martin
2005-07-14Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacingKevin E Martin
CFLAGS.
2005-07-14Make compiling with DRI support configurable/autodetecable. Autodetect DRIKevin E Martin
sdk headers. Expand help string for xorg-module-dir option.
2005-07-14fuck you cvsSøren Sandmann Pedersen
2005-07-14Try adding build system for ATI driver again. Who knows, maybe CVS worksSøren Sandmann Pedersen
today.
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-04Bug #2604: Disable workaround for horrible flickering when scrollingRoland Scheidegger
vertically in a virtual screen when color tiling and page flip are both enabled, as it potentially does more harm than good. The flickering still needs fixing probably though.
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14Daniel Stone
2005-07-01- fix depth tiling for r3/4xx chips (Aapo Tahkola)Alex Deucher
- adjust limits for tiled surfaces on r3/4xx
2005-07-01- Fix Support for Philips FM1236/F tuner on ATI AIW 9600 XT (Jeff Smith)Alex Deucher
Bug 3401
2005-06-30- change back part of a comment I seem to have accidently changed.Alex Deucher
2005-06-30- small mergedfb fix from Thomas WinischhoferAlex Deucher
2005-06-30- add support for colortiling on r3/4xx hardware (disabled by default). InAlex Deucher
order for pageflipping to work on r3/4xx we will need to update the the sarea and drm so that the crtc1/2 xytiling regs get updated. Initially worked out by Aapo Tahkola.
2005-06-30- Increase the priority of display 0/1 in the memory controller for r3/4xxAlex Deucher
hardware when displaypriority is set to HIGH. Fixes display problems in high res modes. Originally reported by Aapo Tahkola.
2005-06-30- fix some OUTREGs that should be OUTPLLs in dynamicclocks codeAlex Deucher
2005-06-26Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13Adam Jackson
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.Adam Jackson
2005-06-22Add missing detection of the PCI ID for 0x5b62, Radeon X600 (VladimirEric Anholt
Kushnir).
2005-06-15Sync up radeon mergedfb with Thomas' latest sis mergedfb changes:XORG-6_8_99_12Alex Deucher
- non-rectangular mergedfb desktops - screen offsets
2005-06-04Sync with 6.8.2 branch: Bug #591XORG-6_8_99_11XORG-6_8_99_10Alan Coopersmith
(https://bugs.freedesktop.org/show_bug.cgi?id=591) attachment #308 (https://bugs.freedesktop.org/attachment.cgi?id=308): Fix video timing problems with Sony PCG-C1VN Vaio Picturebook notebook && co. Patch by Marc Aurele La France
2005-06-04Sync with 6.8.2 branch: Bugzilla #1306Alan Coopersmith
(https://bugs.freedesktop.org/show_bug.cgi?id=1306) attachment #1291 (https://bugs.freedesktop.org/attachment.cgi?id=1291): Fix SEGV in "radeon" driver. Patch by Kevin E. Martin <kem@freedesktop.org>
2005-05-27Fix for bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=3414 (patchXORG-6_8_99_9Felix Kuehling
https://bugs.freedesktop.org/attachment.cgi?id=2782): Don't use RMX if we are Dell Server.