summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
AgeCommit message (Expand)Author
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
2009-07-08Don't set EXA UploadTo/DownloadFromScreen hooks when they'd always return FALSE.Michel Dänzer
2009-07-08KMS CS fixes, take two.Michel Dänzer
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-06Revert "KMS CS fixes."Dave Airlie
2009-07-05KMS CS fixes.Michel Dänzer
2009-07-02radeon: add KMS support (still disabled)Dave Airlie
2009-06-30EXA: fix the build on servers without EXA_HANDLES_PIXMAPSAlex Deucher
2009-06-30Warning fixes.Michel Dänzer
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-06-09Consolidate indentical RADEONDoneSolid/RADEONDoneCopy functionsAlex Deucher
2009-05-27radeon: remove dead codeAlex Deucher
2009-05-18EXA: Set new EXA_SUPPORTS_OFFSCREEN_OVERLAPS flag when we have a 2D engine.Michel Dänzer
2009-05-14Pre-R600 EXA: Fix coordinate limits off-by-one error.Michel Dänzer
2009-04-17r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...Roland Scheidegger
2009-02-27EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.Michel Dänzer
2009-02-27Revert "EXA: Adapt to EXA changes in xserver Git."Michel Dänzer
2009-02-24EXA: Adapt to EXA changes in xserver Git.Michel Dänzer