Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-22 | Explicit license statement. | Adam Jackson | |
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 | 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-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. | |||
2005-05-24 | Typo fix from bug #3163 commit | Adam Jackson | |
2005-05-23 | Explicitely disable DPMS power states during close screen. Fix macro that | Egbert Eich | |
takes a value and a mask of bits to modify to be behave evquvalently if the bits that should remain unchanged are set or unset in the value (Bugzilla #3369). | |||
2005-05-18 | Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionXORG-6_8_99_8 | Adam Jackson | |
number of the DRIInfoRec, disambiguating it from the XF86DRI protocol version number. Modify DRIQueryVersion to return the libdri version number, which all DDXes were requesting implicitly. Fix the DDXes to check for the DRIINFO version they were compiled against. | |||
2005-04-20 | programs/Xserver/hw/xfree86/drivers/ati/theatre.h Build fix forsco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4sco_port_update | Matthieu Herrb | |
DoLoadableServer = NO systems. | |||
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||
2005-04-17 | Added fifo_read and fifo_write in tge generic bus definition | Bogdan Diaconescu | |
2005-04-17 | Added new options for the ATI driver: RageTheatreMicrocPath and | Bogdan Diaconescu | |
RageTheatreMicrocType | |||
2005-04-17 | Addeded support for FI1216ME (PAL) version of the tuner, detection of | Bogdan Diaconescu | |
UDA1380 sound processor | |||
2005-04-17 | Use the theatre_detect to determine the chip ID and then load the | Bogdan Diaconescu | |
coresponding theatre module | |||
2005-04-17 | Added functions that access the FIFO on RT200 | Bogdan Diaconescu | |
2005-04-17 | Added RT200 registers | Bogdan Diaconescu | |
2005-04-17 | This is the theatre chip detection module | Bogdan Diaconescu | |
2005-04-17 | Now the detection of the theatre chip is in other module called | Bogdan Diaconescu | |
theatre_detect | |||
2005-04-17 | Added the RageTheatre200 video demodulator support | Bogdan Diaconescu | |
2005-04-04 | Release SDA/SDL I2C lines from an asserted-low state after a DDC probe,XORG-6_8_99_3XORG-6_8_99_2 | Daniel Stone | |
which caused Apple Studio Display monitors to shut off after a second or so (Ben Herrenschmidt). | |||
2005-03-31 | - Add new Radeon pci ids (ATI devrel), bug 2827XORG-6_8_99_1 | Alex Deucher | |
2005-03-31 | Modified: | Vladimir Dergachev | |
programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Patch from Antti Ajanki - provide VBI capture support for PAL and SECAM (You need GATOS km module to actually get at the data, the change merely configures the hardware to handle it correctly). | |||
2005-03-29 | bugzilla #2844 (https://bugs.freedesktop.org/show_bug.cgi?id=2844) | Michel Daenzer | |
attachment #2230 (http://bugs.freedesktop.org/attachment.cgi?id=2230) Wait for idle before uploading HW cursor data to the framebuffer to avoid lockups when moving the mouse on some machines. |