summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-16Update to my latest code (also includes some of Henry's fixes)agd5f-superpatchAlex Deucher5-423/+704
2006-09-15radeon: add back fix for my 7500Dave Airlie1-2/+2
2006-09-15radeon: commit updated superpatchDave Airlie6-2530/+3122
2006-09-12radeon: this stops mergedfb working on my ATI M7 development boardDave Airlie1-1/+2
2006-09-10Revert "* [ Bug 6966 ] large negative refresh rates reported"Michel Dänzer3-433/+212
2006-09-03Removed the warning re. the r300 DRI driver status.Tilman Sauerbeck1-9/+0
2006-08-31* [ Bug 6966 ] large negative refresh rates reportedHenry Zhao3-212/+433
2006-08-25and of course it takes two commits to do a simple commitati-6_6_2Dave Airlie1-1/+1
2006-08-25add changelog hook from nv driverDave Airlie1-1/+8
2006-08-24Enable CPIO in the atimisc driver on ia64 platforms.Adam Jackson1-1/+1
2006-08-24Disable DRI on xpress 200{,m} since we know it's broken.Adam Jackson1-0/+13
2006-08-24Disable DRI on RN50 in a more pleasant way.Adam Jackson2-5/+7
2006-08-25update version numbers for releaseDave Airlie2-2/+2
2006-08-25make colortiling default to on all cardsDave Airlie1-5/+2
2006-08-12[mach64] RENDER support: drop caching DP_WRITE_MASK.George Sapountzis2-4/+0
2006-08-12[mach64] RENDER support: save/restore, cache texture registers.George Sapountzis3-2/+78
2006-08-12[mach64] RENDER support (bug #6877).George Sapountzis8-1/+1094
2006-08-12radeon: make some local data staticDave Airlie1-3/+3
2006-08-05[mach64] Halve max w/h for hardware-accelerated operations.George Sapountzis2-9/+25
2006-08-05[mach64] EXA: add memcpy-based UTS/DFS.George Sapountzis1-0/+62
2006-08-05[mach64] XAA: minor refactoring of memory manager setup.George Sapountzis2-200/+239
2006-08-05[mach64] EXA support.George Sapountzis18-59/+1071
2006-07-29Bug #6623: Fix I2C bus Mach64 initialisation failure.Samuel Thibault1-6/+25
2006-07-29Fix warnings for Option:1 bit fields.Marc Aurele La France1-13/+13
2006-07-29Bug #807: copy throttling.Marc Aurele La France1-0/+12
2006-07-29Bug #807: invalidate read-back cache.Marc Aurele La France4-5/+37
2006-07-29Bug #807: split out TestRegisterCaching block for DP regs.George Sapountzis1-104/+62
2006-07-29Bug #807: split out TestRegisterCaching block for DP regs.George Sapountzis1-34/+44
2006-07-23Bug #6819: Fix broken rendering with *8b8g8r8 source formats.Michel Dänzer2-21/+15
2006-07-13Move variable declarations before statements to be C89 compatibleTilman Sauerbeck1-2/+2
2006-07-03Bug #6872: Disable digital output while reading ROM with Radeon 7000.Alex Williamson1-0/+19
2006-07-03Do even less cache flushing when the previous engine mode is known.Michel Dänzer3-11/+26
2006-07-03Bug #6762: Remove gratuitous cache flushing.Eric Anholt1-4/+2
2006-07-03Build and warning fixes for !defined(USE_XAA).Michel Dänzer4-7/+24
2006-07-03Reserve HW cursor memory statically instead of from EXA offscreen.Michel Dänzer4-136/+83
2006-07-02Clean up some redundant code.Michel Dänzer1-16/+2
2006-07-02Bug #6548: Fix playback of interlaced video with more than 1023 lines.Michel Dänzer1-1/+1
2006-07-02Bug #6939: Disable RENDER acceleration by default on RN50.Michel Dänzer1-2/+3
2006-07-02Bug #6939: Disable 3D acceleration on RN50 by setting invalid ClientDriverName.Weixing Zhang1-0/+5
2006-06-29Fix build for !defined(USE_EXA).Frank Gevaerts1-0/+2
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