summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-27drop radeon, theatreGeorge Sapountzis1-2216/+0
2008-01-29Seems the default is more reliable... we can't win.Alex Deucher1-3/+12
2007-12-17Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/...Alex Deucher1-12/+3
2007-12-15radeon: Default to 1x again with non-v3 AGP cards.Michel Dänzer1-12/+3
2007-12-12Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/...Alex Deucher1-0/+3
2007-12-12RADEON: only enable vblanks if we want themAlex Deucher1-0/+3
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie1-2/+2
2007-12-02Fix build against xserver master.Michel Dänzer1-13/+13
2007-11-13ignore sometime bogus agp_mode bit from chip (bug #13190)Roland Scheidegger1-1/+3
2007-10-04radeon: Fix for pci-rework.Michel Dänzer1-11/+11
2007-08-23radeon: Sync pages when enabling page flipping with EXA as well.Michel Dänzer1-22/+25
2007-08-23radeon: Don't synchronize DRI windows between pages when possible.Michel Dänzer1-2/+52
2007-08-23radeon: Don't call RADEONDRIRefreshArea when the damaged region is empty.Michel Dänzer1-3/+3
2007-08-23Merge branch 'master' into randr-mergeDave Airlie1-24/+20
2007-08-09AGPFastWrite risk reduction.Luc Verhaegen1-24/+20
2007-06-03radeon: disable irqs at server start until 3D app startsDave Airlie1-0/+4
2007-06-03radeon: disable irqs at server start until 3D app startsDave Airlie1-0/+4
2007-06-03radeon: disable vbl interrupts when no 3d is running on a new enough drmDave Airlie1-0/+25
2007-06-03randr-1.2: add support for vblank on both headsDave Airlie1-0/+29
2007-05-22radeon: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer1-0/+16
2007-05-21radeon: Suppress debugging output by default.Michel Dänzer1-2/+4
2007-03-20Fix advertised minimum minor version of the DRI module.Michel Dänzer1-2/+2
2007-03-20radeon: Unify code to release the CP.Michel Dänzer1-14/+2
2007-03-04radeon: add option to set pci aperture size from config fileDave Airlie1-1/+33
2007-01-04radeon: fixup fastwrites to be always offDave Airlie1-3/+5
2006-12-19radeon: Default to leaving AGP transfer mode and fast writes unchanged.Michel Dänzer1-15/+52
2006-12-07radeon: Make cache flushing for R300 series less invasive.Michel Dänzer1-43/+3
2006-11-28radeon: initial move framebuffer away from zero prep.airlied1-1/+1
2006-11-19radeon: Bug #8989: Fix page flipping artifacts with XAA.Michel Dänzer1-0/+8
2006-10-15radeon: Track screen damage all the time for page flipping.Michel Dänzer1-32/+17
2006-10-14radeon: Don't try to synchronize pages when the CP isn't running.Michel Dänzer1-3/+3
2006-09-30radeon: Add support for page flipping with EXA.Michel Dänzer1-68/+102
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie1-1/+0
2006-08-24Disable DRI on RN50 in a more pleasant way.Adam Jackson1-5/+0
2006-07-03Do even less cache flushing when the previous engine mode is known.Michel Dänzer1-0/+4
2006-07-03Build and warning fixes for !defined(USE_XAA).Michel Dänzer1-5/+16
2006-07-02Bug #6939: Disable 3D acceleration on RN50 by setting invalid ClientDriverName.Weixing Zhang1-0/+5
2006-06-18Prefer visuals with stencil when it's hardware acclerated.Michel Dänzer1-3/+6
2006-06-18Add Option "DepthBits".Michel Dänzer1-7/+8
2006-06-15Fix semantic glitches pointed out by gcc -Wall.Michel Dänzer1-8/+8
2006-06-15remove all printf specifier warnings on LinuxDave Airlie1-3/+3
2006-06-15some more unused variable cleanupsDave Airlie1-2/+0
2006-06-08Bug #5678: Fix setting of transfer mode for AGPv3 devices (TilmanMichel Daenzer1-1/+2
2006-05-09Drop support for radeon DRM <= 1.7. The 2.4 kernel has version 1.7, andMichel Daenzer1-21/+12
2006-04-29Fix tests for (un)forcing HW cursor. The broken tests caused problems whenMichel Daenzer1-2/+2
2006-04-29Prefer double-buffered visuals. As a consequence, the root window's visualMichel Daenzer1-2/+2
2006-04-26Make the ATI driver use the PCI BAR size to determine the MMIO registerDave Airlie1-1/+1
2006-04-21Add support for backing up the PCIE GART table on VT switch. This makesDave Airlie1-0/+13
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg1-0/+2
2006-03-17Fix various small cosmetic issues. Change a driver message, get the orderRoland Scheidegger1-4/+4