summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
AgeCommit message (Expand)Author
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
2006-03-15Fix various issues with DRI & server recycle by putting DRICloseSreen inBenjamin Herrenschmidt
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt
2005-10-21Bug #4829: Remove some useless DRI symbol checks.Adam Jackson
2005-10-09Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901Dave Airlie
2005-09-27Move the RADEONEnablePageFlip/RADEONChangeSurfaces calls back to the end ofRoland Scheidegger
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson
2005-09-17Switch radeon driver to using a card type rather than having a IsPCI flag,Dave Airlie
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt