summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-29Remove unused variables.Michel Dänzer1-2/+0
2006-06-29Don't declare unused variables on __powerpc__ and __alpha__.Michel Dänzer1-0/+2
2006-06-29Fix strict aliasing violation flagged by gcc -Wall.Michel Dänzer2-13/+13
2006-06-26radeon: force CP and VIP clocks on some r300 and rv100 chips.Dave Airlie1-0/+16
2006-06-24Bug #7274: Fix corruption with 'small' accelerated DownloadFromScreen transfers.Michel Dänzer1-3/+15
2006-06-23Remove obsolete FIXME.Tilman Sauerbeck1-7/+0
2006-06-23Use AC_CHECK_HEADER() to check for exa.hTilman Sauerbeck1-2/+6
2006-06-23Use AC_MSG_RESULT() instead of echo for check results.Tilman Sauerbeck1-9/+8
2006-06-23conditionally declare pPCI and PciReg, tooTilman Sauerbeck1-2/+5
2006-06-21Bug #7283: Build fixes for !defined(XF86DRI).Michel Dänzer4-30/+41
2006-06-18Implement accelerated EXA DownloadFromScreen hook.Michel Dänzer4-17/+187
2006-06-18Remove #include <fbdevhw.h>, not used here.Michel Dänzer1-2/+0
2006-06-18Prefer visuals with stencil when it's hardware acclerated.Michel Dänzer1-3/+6
2006-06-18Take part of the blame for the radeon driver.Michel Dänzer1-0/+1
2006-06-18Add Option "DepthBits".Michel Dänzer5-16/+54
2006-06-16[PATCH] move the declaration of pMach64 into the correct ifndef statementati-6_6_1Tilman Sauerbeck1-1/+4
2006-06-16ati: prepare for releaseDave Airlie3-5/+5
2006-06-15Some more ignores.Michel Dänzer1-0/+4
2006-06-15Fix semantic glitches pointed out by gcc -Wall.Michel Dänzer3-15/+14
2006-06-15Remove another unused variable.Michel Dänzer1-1/+1
2006-06-15Fix some more cosmetic warnings.Michel Dänzer4-13/+11
2006-06-15Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...Michel Dänzer3-36/+35
2006-06-15remove unused variableDave Airlie1-1/+0
2006-06-15remove all printf specifier warnings on LinuxDave Airlie3-35/+35
2006-06-15Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...Michel Dänzer8-17/+10
2006-06-15fix last ati*.[ch] format specifiersDave Airlie1-1/+1
2006-06-15fix more printf formatsDave Airlie3-4/+4
2006-06-15some more unused variable cleanupsDave Airlie4-12/+5
2006-06-15Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...Michel Dänzer14-80/+75
2006-06-15ati/r128: add includes to get C function declsDave Airlie5-1/+6
2006-06-15fix some more unused variables and bad parameter passingDave Airlie4-9/+7
2006-06-15ati: fix -Wall in atidri.cDave Airlie1-15/+10
2006-06-15theatre: fix all -Wall warnings in theatre*Dave Airlie4-55/+52
2006-06-15Collapse .gitignore files into single toplevel file, sorted with LC_ALL=C.Michel Dänzer3-16/+10
2006-06-15Fix some implicit function declarations.Michel Dänzer1-0/+3
2006-06-15.cvsignore -> .gitignoreMichel Dänzer3-0/+0
2006-06-15ati: remove Changelog from ATI driver.Dave Airlie1-607/+0
2006-06-08Bug #5678: Fix setting of transfer mode for AGPv3 devices (TilmanMichel Daenzer2-1/+8
2006-06-03Bug #1889: Stop the CCE before an engine reset. (Conn)Daniel Stone2-0/+8
2006-05-21Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order toMichel Daenzer3-7/+16
2006-05-10- remove obsolete option "OverlayOnCRT2" (bug 6488)Alex Deucher2-6/+5
2006-05-09Drop support for radeon DRM <= 1.7. The 2.4 kernel has version 1.7, andMichel Daenzer2-21/+19
2006-05-08Bugzilla #4640 <https://bugs.freedesktop.org/show_bug.cgi?id=4640> PatchMichel Daenzer2-0/+20
2006-05-03Enable decoding of version 4 TMDS PLL config tables, they actually work,Benjamin Herrenschmidt3-2/+23
2006-05-01Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> PatchMichel Daenzer6-59/+107
2006-04-29Bugzilla #1992 <https://bugs.freedesktop.org/show_bug.cgi?id=1992> PatchMichel Daenzer2-14/+20
2006-04-29Properly de-initialize EXA driver data, so EXA can be initialized again inMichel Daenzer2-2/+11
2006-04-29Fix tests for (un)forcing HW cursor. The broken tests caused problems whenMichel Daenzer2-2/+9
2006-04-29Prefer double-buffered visuals. As a consequence, the root window's visualMichel Daenzer2-2/+10
2006-04-28Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_*Eric Anholt2-7/+17