summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
AgeCommit message (Expand)Author
2018-07-12Replace 'foo == NULL' with '!foo'Michel Dänzer
2018-07-09Add struct radeon_bufferMichel Dänzer
2018-07-09EXA: Remove old RADEONEXACreatePixmap hookMichel Dänzer
2017-08-30Require xserver >= 1.13Michel Dänzer
2014-01-07radeon/exa: Always use a scratch surface for UTS to vramAlex Deucher
2013-06-03radeon: use direct mapping for fast fb access.Samuel Li
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie
2012-09-03radeon: add shared support to pixmaps.Dave Airlie
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie
2012-06-15radeon: drop more wrapper macros.Dave Airlie
2012-06-15radeon: further macro cleanups.Dave Airlie
2012-06-15radeon: make exa copy funcs static.Dave Airlie
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave 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
2011-10-27EXA < R6xx: Make sure 2D state is re-emitted after running out of CS space.Michel Dänzer
2011-08-10Change my e-mail address to something that still works, and always will, I hope.Michel Dänzer
2011-04-05EXA: Cache BO tiling flags.Michel Dänzer
2011-02-01kms/pre-6xx: fix pageflipping with tilingAlex Deucher
2010-09-20radeon: complete UTS and DFS even when a scratch BO is not necessaryKarl Tomlinson
2010-09-20radeon: complete big endian UTS and DFS even when scratch allocation fails.Karl Tomlinson
2010-09-20RADEONDownloadFromScreenCS: flush CS writes before mapping BO for readKarl Tomlinson
2010-09-20DownloadFromScreenCS: download via a scratch BO if pixmap domain is unknownKarl Tomlinson
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
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-15EXA: Fix order of coordinates passed to radeon_pick_best_crtc().Michel Dänzer
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher
2009-12-21radeon: use new libdrm apiDave Airlie
2009-11-05radeon: properly fix unused label warningsAlex Deucher
2009-11-05Revert "Fix warning about unused defined labels in radeon_exa_funcs.c."Alex Deucher
2009-11-05Fix warning about unused defined labels in radeon_exa_funcs.c.Tomáš Chvátal
2009-10-03Fix KMS on big endian machines.Michel Dänzer
2009-10-03EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.Michel Dänzer
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer
2009-08-27KMS: Don't use a blit for UploadToScreen if the pixmap BO will be idle anyway.Michel Dänzer
2009-08-27KMS: DownloadFromScreen improvements.Michel Dänzer
2009-08-22exa/cs: add DFS from GTT optimisationDave Airlie
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie
2009-08-07Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.Michel Dänzer
2009-08-07Add support for EXA_MIXED_PIXMAPS in xserver master.Michel Dänzer
2009-08-07Minor fixes for KMS EXA DownloadFromScreen hook.Michel Dänzer
2009-08-07Add KMS EXA UploadToScreen hook.Alex Deucher
2009-08-04radeon: fix compile with !kmsAlex Deucher
2009-08-04radeon/kms: add simple DownloadFromScreen implementationJerome Glisse
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer
2009-07-08Fix the build for the !XF86DRM_MODE caseAlex Deucher