summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
2011-11-04Turn compile time check into runtime check.Michel Dänzer
2011-11-04check for xserver 1.9.4.901 to enable tiling by defaultAlex Deucher
2011-09-20Only call radeon_dri2_close_screen() if DRI2 was enabled.Michel Dänzer
2011-09-20Remove dead variable remain_size_bytes.Michel Dänzer
2011-09-20KMS Color Tiling requires xserver which supports EXA_MIXED_PIXMAPS.Michel Dänzer
2011-06-22evergreen: fix num_banks for 2D tiling configAlex Deucher
2011-06-13kms: enable ColorTiling by default on r6xx-cayman asicsAlex Deucher
2011-05-24kms/cayman: stub out exa supportAlex Deucher
2011-05-04fusion: fix tiling enable logicAlex Deucher
2011-05-04fusion: enable tiling if DFS worksAlex Deucher
2011-05-04radeon: add add hw DFS support for fusionDave Airlie
2011-03-15APU: no tiling yetAlex Deucher
2011-03-02kms: no accel yet for caymanAlex Deucher
2011-03-01kms: Fix warning XNFprintf is deprecated (v2)Sedat Dilek
2011-02-28kms: don't enable tiling if accel is offAlex Deucher
2011-02-26Revert "kms: Fix warning XNFprintf is deprecated"Michel Dänzer
2011-02-25kms: Fix warning XNFprintf is deprecatedSedat Dilek
2011-02-16kms: add tiling support for evergreen/NIAlex Deucher
2011-02-12kms: use worst case base/pitch align if we don't have drm tiling infoAlex Deucher
2011-02-12kms: always get the tiling info even if we aren't tilingAlex Deucher
2011-02-11kms/6xx+: endian swap cursor uploadsCédric Cano
2011-02-11kms: remove RADEON_TILING_SURFACE flag on front boAlex Deucher
2011-01-24vbo: always flush the cbuf bo in flush_indirect()Alex Deucher
2011-01-17radeon: add back flush in block handler.Dave Airlie
2010-12-01ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.Mario Kleiner
2010-12-01radeon/kms: add pageflip supportAlex Deucher
2010-12-01radeon/kms: allow tiled front buffer on 6xx/7xxAlex Deucher
2010-11-30evergreen: set default group_bytes to 256Alex Deucher
2010-11-22Add EXA/Xv acceleration support for Ontario Fusion APUsAlex Deucher
2010-11-22ontario: add UMS modesetting supportAlex Deucher
2010-11-17radeon/kms: fix buffer base alignment for tilingAlex Deucher
2010-10-27drm/radeon: unify fb bo alignment harderAlex Deucher
2010-10-27kms/radeon: unify fb bo alignment handlingAlex Deucher
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher
2010-08-25radeon: add correct flushing for direct renderedDave Airlie
2010-08-23evergreen: use vbo pool for constant buffersAlex Deucher
2010-08-23radeon: move vbo data to a separate structAlex Deucher
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
2010-06-21radeon: fix support for 1.9 server master.Dave Airlie
2010-06-11radeon: fixup last fix, use CURSOR_WIDTH not RADEON_CURSOR_WIDTH.Dave Airlie
2010-06-11radeon: set proper stride for cursor in tiling flags.Dave Airlie
2010-06-08radeon: fix rn50 cloning with kmsAlex Deucher
2010-06-08xv: fix Xv on M6/RV100 under KMS.Dave Airlie
2010-06-03evergreen: explicitly disable accel on evergreenAlex Deucher
2010-05-18r3xx-r5xx: enable color tiling by default on KMSMarek Olšák
2010-05-10kms: add support for the MSC swap & sync APIJerome Glisse
2010-04-16kms: add uevent support.Dave Airlie