summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-08Bump to 6.6.0 and release. This module's versioning is completely screwed,ati-6_6_0XORG-7_1Adam Jackson2-1/+8
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner4-7/+20
2006-04-04Bug #5632: Fix up ati.4 to explain that it is a wrapper driver for theEric Anholt3-14/+34
2006-04-02Add missing .cvsignore lines.Eric Anholt2-0/+8
2006-04-01- Fix dpi when switching from clone to dualhead with MergedFB.Alex Deucher5-109/+233
2006-03-27Fix a regression of my latest fix that broke color tiling on some setups.Benjamin Herrenschmidt2-37/+41
2006-03-23commit the actual changes instead of just the Changelog...Roland Scheidegger2-43/+35
2006-03-23Use programmable tap coefficients for (hopefully) better video imageRoland Scheidegger1-0/+11
2006-03-23Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers()Benjamin Herrenschmidt2-5/+21
2006-03-23Add atipciids.h.Kristian Høgsberg2-1/+4
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg36-46/+121
2006-03-18Clear the offsets when updating the memory map instead of when enabling theBenjamin Herrenschmidt3-33/+58
2006-03-17Fix various small cosmetic issues. Change a driver message, get the orderRoland Scheidegger5-15/+27
2006-03-16Add missing return statement (the driver would not start randomly), addBenjamin Herrenschmidt2-3/+15
2006-03-16Fix incorrect CRTC2_OFFSET values when using old-style dual head (notBenjamin Herrenschmidt2-7/+15
2006-03-16Add various workarounds that seem to fix some remaning lockup scenarios I'mBenjamin Herrenschmidt3-37/+162
2006-03-15Fix various issues with DRI & server recycle by putting DRICloseSreen inBenjamin Herrenschmidt4-22/+55
2006-03-15Add some autoconf to keep this driver from building EXA when a slightlyLuc Verhaegen4-3/+57
2006-03-13Fix typo in the function setting the color space transformation factors forBenjamin Herrenschmidt2-1/+7
2006-03-13Earliest fix introduced a bug due to another chicken & egg problem in cardBenjamin Herrenschmidt2-92/+115
2006-03-12Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we needBenjamin Herrenschmidt11-13/+321
2006-03-11Add #ifdef XF86DRI guards around references to info->allowPageFlip andAlan Coopersmith2-2/+14
2006-03-10Use "FBTexPercent" option for XAA too (only for increasing memory reservedRoland Scheidegger3-17/+47
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt4-226/+320
2006-03-09RN50: Skip modes that exceed memory bandwidth.Michel Daenzer2-3/+30
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt4-47/+63
2006-03-03Add Option "FBTexPercent" to override the amount of video RAM reserved forMichel Daenzer4-8/+50
2006-03-02Fix the fix ... I didn't interpret PciInfo->size properly and forgot thatBenjamin Herrenschmidt2-6/+13
2006-03-01Extend the alignement workaround to post-rv280 chips as well (thanks Hui)Benjamin Herrenschmidt2-10/+27
2006-02-28Workaround for rv280 bug which needs the framebuffer memory mapping to beBenjamin Herrenschmidt2-1/+27
2006-02-28Add the newly added (and tons of previously forgotten ones) pci ids to theRoland Scheidegger4-7/+82
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt4-8/+39
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger5-15/+46
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt9-297/+624
2006-02-15The engine setup would trigger a bogus line write before the properBenjamin Herrenschmidt2-10/+18
2006-02-13Fix EXA acceleration of textures with byteswap or tiling From John ClemensBenjamin Herrenschmidt2-10/+16
2006-02-07Fix a copy'n'paste-o in the EXA render implementation that resulted inEric Anholt2-2/+9
2006-01-19Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =Daniel Stone2-2/+8
2006-01-13XF86_VERSION_CURRENT -> XORG_VERSION_CURRENTAlan Coopersmith3-2/+8
2006-01-13When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing itAlan Coopersmith2-0/+9
2006-01-08Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)Adam Jackson2-4/+9
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-19Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith3-11/+32
2005-12-15Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> PatchAlan Coopersmith2-3/+12
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E Martin4-3/+11
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson5-12/+48
2005-12-09Bug #3869: Don\'t walk off the end of an array in connector detection.MODULAR_COPYAdam Jackson1-2/+8
2005-12-09Bug #1106: Fix memory allocation for Render. (Michel Daenzer)Adam Jackson1-1/+7
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin2-0/+7