Age | Commit message (Expand) | Author |
2006-06-15 | Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v... | Michel Dänzer |
2006-06-15 | fix last ati*.[ch] format specifiers | Dave Airlie |
2006-06-15 | fix more printf formats | Dave Airlie |
2006-06-15 | some more unused variable cleanups | Dave Airlie |
2006-06-15 | Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v... | Michel Dänzer |
2006-06-15 | ati/r128: add includes to get C function decls | Dave Airlie |
2006-06-15 | fix some more unused variables and bad parameter passing | Dave Airlie |
2006-06-15 | ati: fix -Wall in atidri.c | Dave Airlie |
2006-06-15 | theatre: fix all -Wall warnings in theatre* | Dave Airlie |
2006-06-15 | Collapse .gitignore files into single toplevel file, sorted with LC_ALL=C. | Michel Dänzer |
2006-06-15 | Fix some implicit function declarations. | Michel Dänzer |
2006-06-15 | .cvsignore -> .gitignore | Michel Dänzer |
2006-06-08 | Bug #5678: Fix setting of transfer mode for AGPv3 devices (Tilman | Michel Daenzer |
2006-06-03 | Bug #1889: Stop the CCE before an engine reset. (Conn) | Daniel Stone |
2006-05-21 | Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order to | Michel Daenzer |
2006-05-09 | Drop support for radeon DRM <= 1.7. The 2.4 kernel has version 1.7, and | Michel Daenzer |
2006-05-08 | Bugzilla #4640 <https://bugs.freedesktop.org/show_bug.cgi?id=4640> Patch | Michel Daenzer |
2006-05-03 | Enable decoding of version 4 TMDS PLL config tables, they actually work, | Benjamin Herrenschmidt |
2006-05-01 | Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> Patch | Michel Daenzer |
2006-04-29 | Bugzilla #1992 <https://bugs.freedesktop.org/show_bug.cgi?id=1992> Patch | Michel Daenzer |
2006-04-29 | Properly de-initialize EXA driver data, so EXA can be initialized again in | Michel Daenzer |
2006-04-29 | Fix tests for (un)forcing HW cursor. The broken tests caused problems when | Michel Daenzer |
2006-04-29 | Prefer double-buffered visuals. As a consequence, the root window's visual | Michel Daenzer |
2006-04-28 | Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_* | Eric Anholt |
2006-04-26 | Make the ATI driver use the PCI BAR size to determine the MMIO register | Dave Airlie |
2006-04-26 | Add support for some component-alpha operations (InReverse, OutReverse) | Eric Anholt |
2006-04-24 | Fix enabling of external VGA output on some cards with dual entity setup | Benjamin Herrenschmidt |
2006-04-21 | Bugzilla 6672: fix interrupts on radeon since memmap changes | Dave Airlie |
2006-04-21 | Add support for backing up the PCIE GART table on VT switch. This makes | Dave Airlie |
2006-04-07 | Add a DrawablePtr argument to the XV functions to pave the way for | Aaron Plattner |
2006-04-01 | - Fix dpi when switching from clone to dualhead with MergedFB. | Alex Deucher |
2006-03-27 | Fix a regression of my latest fix that broke color tiling on some setups. | Benjamin Herrenschmidt |
2006-03-23 | commit the actual changes instead of just the Changelog... | Roland Scheidegger |
2006-03-23 | Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers() | Benjamin Herrenschmidt |
2006-03-23 | Add atipciids.h. | Kristian Høgsberg |
2006-03-22 | Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc | Kristian Høgsberg |
2006-03-18 | Clear the offsets when updating the memory map instead of when enabling the | Benjamin Herrenschmidt |
2006-03-17 | Fix various small cosmetic issues. Change a driver message, get the order | Roland Scheidegger |
2006-03-16 | Add missing return statement (the driver would not start randomly), add | Benjamin Herrenschmidt |
2006-03-16 | Fix incorrect CRTC2_OFFSET values when using old-style dual head (not | Benjamin Herrenschmidt |
2006-03-16 | Add various workarounds that seem to fix some remaning lockup scenarios I'm | Benjamin Herrenschmidt |
2006-03-15 | Fix various issues with DRI & server recycle by putting DRICloseSreen in | Benjamin Herrenschmidt |
2006-03-15 | Add some autoconf to keep this driver from building EXA when a slightly | Luc Verhaegen |
2006-03-13 | Fix typo in the function setting the color space transformation factors for | Benjamin Herrenschmidt |
2006-03-13 | Earliest fix introduced a bug due to another chicken & egg problem in card | Benjamin Herrenschmidt |
2006-03-12 | Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need | Benjamin Herrenschmidt |
2006-03-11 | Add #ifdef XF86DRI guards around references to info->allowPageFlip and | Alan Coopersmith |
2006-03-10 | Use "FBTexPercent" option for XAA too (only for increasing memory reserved | Roland Scheidegger |
2006-03-09 | More memory map fixes !!! This time, we add a way to get the DRM kernel | Benjamin Herrenschmidt |
2006-03-09 | RN50: Skip modes that exceed memory bandwidth. | Michel Daenzer |