summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-12radeon: drop redundant radeon_drm.h includesAndreas Boll1-1/+0
2013-07-10Always go through DFS/UTS when byte swapping is needed.Mark Kettenis1-1/+1
2013-03-22glamor: Initial PRIME pixmap sharing hooks.Michel Dänzer1-56/+7
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer1-20/+7
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie1-1/+74
2012-07-10Initial glamor support.Michel Dänzer1-32/+0
2012-07-05EXA: Factor out pixmap BO allocation into a helper function.Michel Dänzer1-154/+6
2012-06-15radeon: drop radeonGetPixmapOffsetDave Airlie1-3/+2
2012-06-15radeon: move macros into radeon.hDave Airlie1-1/+0
2012-06-15radeon: drop more wrapper macros.Dave Airlie1-4/+0
2012-06-15radeon: further macro cleanups.Dave Airlie1-7/+0
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie1-3/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-323/+2
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-5/+5
2012-04-05r6xx-r9xx: force 1D tiling for buffer with height < 64Jerome Glisse1-0/+7
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse1-5/+79
2011-12-06radeon: refine always tiled depth checkDave Airlie1-1/+1
2011-12-05radeon: r200 depth buffers are always tiledDave Airlie1-0/+3
2011-04-20EXA/Xv: used cached bo tiling flags for accel setup on 6xx+Alex Deucher1-0/+7
2011-04-05EXA: Cache BO tiling flags.Michel Dänzer1-8/+14
2011-03-16radeon/exa: correct function nameDave Airlie1-1/+1
2011-03-16radeon/exa: fix scaling checkDave Airlie1-1/+1
2011-03-15radeon: exa shaders don't handle scaling either.Dave Airlie1-1/+2
2011-02-01kms/pre-6xx: fix pageflipping with tilingAlex Deucher1-10/+8
2011-01-10Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf8...Alex Deucher1-0/+11
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher1-0/+12
2010-12-01radeon/kms: allow tiled front buffer on 6xx/7xxAlex Deucher1-0/+11
2010-11-17radeon/kms: fix buffer base alignment for tilingAlex Deucher1-3/+4
2010-10-27drm/radeon: unify fb bo alignment harderAlex Deucher1-6/+4
2010-10-27kms/radeon: unify fb bo alignment handlingAlex Deucher1-24/+4
2010-10-19r600: for 2d tiles we need to align to channels no banks.Dave Airlie1-1/+1
2010-09-20RADEONPrepareAccess_CS: fallback to DFS when pixmap is in VRAMKarl Tomlinson1-3/+33
2010-09-20FinishAccess_CS: set bo_mapped to FALSE on unmapKarl Tomlinson1-0/+1
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher1-5/+21
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie1-32/+1
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-5/+5
2010-05-18rs740: follow macro-switch tooMarek Olšák1-1/+1
2010-05-04r3xx-r5xx: fix texturing with small macrotiled pixmapsMarek Olšák1-0/+41
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-5/+5
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner1-3/+3
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher1-28/+0
2009-12-21radeon: use new libdrm apiDave Airlie1-1/+2
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie1-2/+2
2009-11-23radeon: surround mixed pixmaps usage with ifdef check for old serversDave Airlie1-0/+4
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie1-1/+13
2009-10-03Fix KMS on big endian machines.Michel Dänzer1-2/+11
2009-09-25radeon: fix vline handling for kmsAlex Deucher1-4/+5
2009-09-08Merge branch 'r6xx-cs'Dave Airlie1-4/+4
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer1-2/+0
2009-08-27EXA: Allocate pixmap BOs in VRAM.Michel Dänzer1-4/+4