summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-08-22Explicit license statement.Adam Jackson
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-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-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.
2005-05-24Typo fix from bug #3163 commitAdam Jackson
2005-05-23Explicitely disable DPMS power states during close screen. Fix macro thatEgbert 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-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionXORG-6_8_99_8Adam 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-20programs/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_updateMatthieu Herrb
DoLoadableServer = NO systems.
2005-04-20Fix 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-17Added fifo_read and fifo_write in tge generic bus definitionBogdan Diaconescu
2005-04-17Added new options for the ATI driver: RageTheatreMicrocPath andBogdan Diaconescu
RageTheatreMicrocType
2005-04-17Addeded support for FI1216ME (PAL) version of the tuner, detection ofBogdan Diaconescu
UDA1380 sound processor
2005-04-17Use the theatre_detect to determine the chip ID and then load theBogdan Diaconescu
coresponding theatre module
2005-04-17Added functions that access the FIFO on RT200Bogdan Diaconescu
2005-04-17Added RT200 registersBogdan Diaconescu
2005-04-17This is the theatre chip detection moduleBogdan Diaconescu
2005-04-17Now the detection of the theatre chip is in other module calledBogdan Diaconescu
theatre_detect
2005-04-17Added the RageTheatre200 video demodulator supportBogdan Diaconescu
2005-04-04Release SDA/SDL I2C lines from an asserted-low state after a DDC probe,XORG-6_8_99_3XORG-6_8_99_2Daniel 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_1Alex Deucher
2005-03-31Modified: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-29bugzilla #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.