Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | Move GART offset/size outside XAA | Dave Airlie | |
2005-09-12 | Define USE_XAA and USE_EXA for the time being. | Daniel Stone | |
2005-09-11 | Attempt to fix up the modular pieces for EXA support. (untested) | Eric Anholt | |
2005-09-11 | Add support for EXA to the radeon driver. Building EXA and XAA support is | Eric 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-11 | Add support for allocating PCI GART table in framebuffer memory. This is | Dave Airlie | |
needed to support PCIE Radeons using a new DRM. | |||
2005-09-06 | Handle VIP timeouts more gracefully -- impose a hard limit of 10ms on | Dave Airlie | |
waiting for VIP_BUSY so we don't lock up hard, spinning. | |||
2005-08-28 | Bug #4148: Bump required DRM version for r300 to 1.17. | Adam Jackson | |
2005-08-28 | Bug #1109: Fix VGA init on Rage Mobility 7500 (Marc Le France) | Adam Jackson | |
2005-08-28 | Modified the licens type from GPL to a X/MIT one | Bogdan Diaconescu | |
2005-08-26 | #include "extensions/dpms.h" -> <X11/extensions/dpms.h> | Alan Coopersmith | |
2005-08-26 | Fix 'ugly' warning in r128. (Branden Robinson, Debian #069) | Daniel Stone | |
2005-08-26 | Only 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-25 | Fix bug in Radeon connector table parsing -- parse all entries, not just | Daniel Stone | |
the first. (Ben Herrenschmidt) | |||
2005-08-25 | Blacklist Radeon M300 from multimedia I2C code. Handle I2C timeouts more | Daniel Stone | |
gracefully -- impose a hard limit of 10ms on waiting for I2C_GO so we don't lock up hard, spinning. | |||
2005-08-22 | Explicit license statement. | Adam Jackson | |
2005-08-18 | Update autogen.sh to one that does objdir != srcdir. | Daniel Stone | |
2005-08-15 | Egbert's 64bit fixes for mixed 32/64bit clients | Alan Hourihane | |
2005-08-14 | Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, using | Daniel Stone | |
the same semantics as in drivers/ati/Imakefile. | |||
2005-08-08 | - radeon XPRESS chips are actually RV3xx based | Alex Deucher | |
2005-08-07 | Modified: | Vladimir Dergachev | |
programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Update warning about DRI support on R300 and later cards. | |||
2005-08-07 | Modified: | 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 Bauer | Alex Deucher | |
2005-08-05 | I have resolved this by making all the "Direct rendering disabled" messages | Ian 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-31 | Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900 | Adam 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-29 | Various 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-29 | bugzilla #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-15 | Install theathre drivers in @moduledir@/multimedia | Søren Sandmann Pedersen | |
2005-07-15 | Fix filename typo | Kevin E Martin | |
2005-07-14 | Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacing | Kevin E Martin | |
CFLAGS. | |||
2005-07-14 | Make compiling with DRI support configurable/autodetecable. Autodetect DRI | Kevin E Martin | |
sdk headers. Expand help string for xorg-module-dir option. | |||
2005-07-14 | fuck you cvs | Søren Sandmann Pedersen | |
2005-07-14 | Try adding build system for ATI driver again. Who knows, maybe CVS works | Søren Sandmann Pedersen | |
today. | |||
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-07-04 | Bug #2604: Disable workaround for horrible flickering when scrolling | Roland 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-01 | Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14 | Daniel 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 Winischhofer | Alex Deucher | |
2005-06-30 | - add support for colortiling on r3/4xx hardware (disabled by default). In | Alex 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/4xx | Alex 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 code | Alex Deucher | |
2005-06-26 | Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13 | Adam Jackson | |
2005-06-25 | Bug #3626: _X_EXPORT tags for video and input drivers. | Adam Jackson | |
2005-06-22 | Add missing detection of the PCI ID for 0x5b62, Radeon X600 (Vladimir | Eric Anholt | |
Kushnir). | |||
2005-06-15 | Sync up radeon mergedfb with Thomas' latest sis mergedfb changes:XORG-6_8_99_12 | Alex Deucher | |
- non-rectangular mergedfb desktops - screen offsets | |||
2005-06-04 | Sync with 6.8.2 branch: Bug #591XORG-6_8_99_11XORG-6_8_99_10 | Alan 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-04 | Sync with 6.8.2 branch: Bugzilla #1306 | Alan 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-27 | Fix for bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=3414 (patchXORG-6_8_99_9 | Felix Kuehling | |
https://bugs.freedesktop.org/attachment.cgi?id=2782): Don't use RMX if we are Dell Server. |