summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher1-4/+4
2009-08-22radeon: don't spec any initial placement for pixmaps.Dave Airlie1-2/+1
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie1-0/+54
2009-07-27KMS: Explicitly specify VRAM and GTT domains when allocating BOs for pixmaps.Michel Dänzer1-1/+2
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer1-0/+6
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-6/+4
2009-07-02Test BO pointer before passing it to radeon_bo_unref().Michel Dänzer1-1/+2
2009-07-02Warning fixes.Michel Dänzer1-8/+1
2009-07-02radeon: add KMS support (still disabled)Dave Airlie1-2/+5
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-4/+136
2009-02-27EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.Michel Dänzer1-1/+1
2009-02-27Revert "EXA: Adapt to EXA changes in xserver Git."Michel Dänzer1-1/+1
2009-02-26Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/x...Alex Deucher1-0/+1
2009-02-24EXA: Adapt to EXA changes in xserver Git.Michel Dänzer1-1/+1
2009-02-12EXA: If making a pixmap offscreen fails, return ~0ULL as texture offset.Michel Dänzer1-2/+8
2009-02-11Revert "Radeon EXA: wait for the engine to be idle before sw access"Alex Deucher1-9/+2
2009-02-10Radeon EXA: wait for the engine to be idle before sw accessAlex Deucher1-2/+9
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-0/+1
2008-12-04First pass at tear-free accelAlex Deucher1-0/+27
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher1-35/+0
2008-12-02Don't mix 2D and 3D in the same IBDave Airlie1-12/+13
2008-08-26radeon: fix powerpc buildDave Airlie1-2/+2
2008-08-25Switch EXA path back to static cursor allocationAlex Deucher1-0/+22