summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
AgeCommit message (Expand)Author
2012-06-15radeon: move macros into radeon.hDave Airlie
2012-06-15radeon: drop more wrapper macros.Dave Airlie
2012-06-15radeon: further macro cleanups.Dave Airlie
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-04-05r6xx-r9xx: force 1D tiling for buffer with height < 64Jerome Glisse
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse
2011-12-06radeon: refine always tiled depth checkDave Airlie
2011-12-05radeon: r200 depth buffers are always tiledDave Airlie
2011-04-20EXA/Xv: used cached bo tiling flags for accel setup on 6xx+Alex Deucher
2011-04-05EXA: Cache BO tiling flags.Michel Dänzer
2011-03-16radeon/exa: correct function nameDave Airlie
2011-03-16radeon/exa: fix scaling checkDave Airlie
2011-03-15radeon: exa shaders don't handle scaling either.Dave Airlie
2011-02-01kms/pre-6xx: fix pageflipping with tilingAlex Deucher
2011-01-10Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf8...Alex Deucher
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher
2010-12-01radeon/kms: allow tiled front buffer on 6xx/7xxAlex 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-19r600: for 2d tiles we need to align to channels no banks.Dave Airlie
2010-09-20RADEONPrepareAccess_CS: fallback to DFS when pixmap is in VRAMKarl Tomlinson
2010-09-20FinishAccess_CS: set bo_mapped to FALSE on unmapKarl Tomlinson
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-05-18rs740: follow macro-switch tooMarek Olšák
2010-05-04r3xx-r5xx: fix texturing with small macrotiled pixmapsMarek Olšák
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher
2009-12-21radeon: use new libdrm apiDave Airlie
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie
2009-11-23radeon: surround mixed pixmaps usage with ifdef check for old serversDave Airlie
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie
2009-10-03Fix KMS on big endian machines.Michel Dänzer
2009-09-25radeon: fix vline handling for kmsAlex Deucher
2009-09-08Merge branch 'r6xx-cs'Dave Airlie
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer
2009-08-27EXA: Allocate pixmap BOs in VRAM.Michel Dänzer
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher
2009-08-22radeon: don't spec any initial placement for pixmaps.Dave Airlie
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie
2009-07-27KMS: Explicitly specify VRAM and GTT domains when allocating BOs for pixmaps.Michel Dänzer
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-02Test BO pointer before passing it to radeon_bo_unref().Michel Dänzer
2009-07-02Warning fixes.Michel Dänzer