summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie1-0/+4
2012-09-03radeon: add shared support to pixmaps.Dave Airlie1-3/+6
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie1-5/+0
2012-06-15radeon: drop more wrapper macros.Dave Airlie1-9/+9
2012-06-15radeon: further macro cleanups.Dave Airlie1-32/+32
2012-06-15radeon: make exa copy funcs static.Dave Airlie1-2/+2
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave Airlie1-59/+50
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie1-7/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-263/+40
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-1/+1
2011-10-27EXA < R6xx: Make sure 2D state is re-emitted after running out of CS space.Michel Dänzer1-4/+12
2011-08-10Change my e-mail address to something that still works, and always will, I hope.Michel Dänzer1-1/+1
2011-04-05EXA: Cache BO tiling flags.Michel Dänzer1-12/+2
2011-02-01kms/pre-6xx: fix pageflipping with tilingAlex Deucher1-17/+29
2010-09-20radeon: complete UTS and DFS even when a scratch BO is not necessaryKarl Tomlinson1-63/+9
2010-09-20radeon: complete big endian UTS and DFS even when scratch allocation fails.Karl Tomlinson1-36/+84
2010-09-20RADEONDownloadFromScreenCS: flush CS writes before mapping BO for readKarl Tomlinson1-2/+12
2010-09-20DownloadFromScreenCS: download via a scratch BO if pixmap domain is unknownKarl Tomlinson1-1/+1
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-1/+1
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-3/+3
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner1-1/+1
2010-02-15EXA: Fix order of coordinates passed to radeon_pick_best_crtc().Michel Dänzer1-3/+3
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher1-3/+9
2009-12-21radeon: use new libdrm apiDave Airlie1-6/+3
2009-11-05radeon: properly fix unused label warningsAlex Deucher1-0/+4
2009-11-05Revert "Fix warning about unused defined labels in radeon_exa_funcs.c."Alex Deucher1-12/+5
2009-11-05Fix warning about unused defined labels in radeon_exa_funcs.c.Tomáš Chvátal1-5/+12
2009-10-03Fix KMS on big endian machines.Michel Dänzer1-15/+76
2009-10-03EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.Michel Dänzer1-9/+9
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer1-1/+0
2009-08-27KMS: Don't use a blit for UploadToScreen if the pixmap BO will be idle anyway.Michel Dänzer1-0/+6
2009-08-27KMS: DownloadFromScreen improvements.Michel Dänzer1-34/+17
2009-08-22exa/cs: add DFS from GTT optimisationDave Airlie1-0/+35
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie1-0/+3
2009-08-07Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.Michel Dänzer1-2/+0
2009-08-07Add support for EXA_MIXED_PIXMAPS in xserver master.Michel Dänzer1-1/+5
2009-08-07Minor fixes for KMS EXA DownloadFromScreen hook.Michel Dänzer1-4/+4
2009-08-07Add KMS EXA UploadToScreen hook.Alex Deucher1-2/+63
2009-08-04radeon: fix compile with !kmsAlex Deucher1-1/+6
2009-08-04radeon/kms: add simple DownloadFromScreen implementationJerome Glisse1-8/+86
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer1-21/+16
2009-07-08Fix the build for the !XF86DRM_MODE caseAlex Deucher1-2/+10
2009-07-08Don't set EXA UploadTo/DownloadFromScreen hooks when they'd always return FALSE.Michel Dänzer1-9/+5
2009-07-08KMS CS fixes, take two.Michel Dänzer1-16/+35
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-43/+16
2009-07-06Revert "KMS CS fixes."Dave Airlie1-26/+0
2009-07-05KMS CS fixes.Michel Dänzer1-0/+26
2009-07-02radeon: add KMS support (still disabled)Dave Airlie1-1/+4
2009-06-30EXA: fix the build on servers without EXA_HANDLES_PIXMAPSAlex Deucher1-2/+3
2009-06-30Warning fixes.Michel Dänzer1-2/+0