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