summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer
2015-03-18Initialize boolean variable before calling xf86GetOptValBoolMichel Dänzer
2015-03-17Add DRI3 support v2Michel Dänzer
2015-03-17Add support for the Present extension v2Michel Dänzer
2015-03-17Add support for SYNC extension fences v2Michel Dänzer
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2015-03-17Add DRM event queue helpers v2Michel Dänzer
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie
2014-11-11radeon: stop caching mode resourcesDave Airlie
2014-10-23PRIME: Don't advertise offload capabilities when acceleration is disabledMichel Dänzer
2014-10-15Remove duplicate OPTION_PAGE_FLIP entryMichel Dänzer
2014-09-11radeon: fix build warnings regarding const qualifierThomas DeRensis
2014-08-12radeon: fix warnings when building against older xserversAlex Deucher
2014-08-12radeon: enable hawaii accel conditionally (v3)Alex Deucher
2014-08-12radeon: remove definitions already present in radeon_drm.hAndreas Boll
2014-06-04Rename Option "NoAccel" to "Accel"Michel Dänzer
2014-05-21kms: Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson
2014-05-02radeon: enable tiling for mullinsAlex Deucher
2014-04-11Fix building on older servers without xf86platformBus.hHans de Goede
2014-03-17Add support for server managed fdsHans de Goede
2014-03-17Add radeon_get_drm_master_fd helper functionHans de Goede
2014-03-17radeon_open_drm_master get rid of unnecessary gotoHans de Goede
2014-03-11radeon: enable tiling by default on CIKAlex Deucher
2014-02-20return immediately in preinit when called with PROBE_DETECTMaarten Lankhorst
2013-12-24radeon: Set first parameter of drmOpen() to NULLRobert Millan
2013-11-13radeon: add support for HawaiiAlex Deucher
2013-11-04radeon: enable tiling on SI by default (v2)Alex Deucher
2013-09-30radeon: use glamor Xv support if present.Dave Airlie
2013-09-30Revert "radeon: add glamor Xv support (v2)"Alex Deucher
2013-09-27radeon: add glamor Xv support (v2)Alex Deucher
2013-09-27radeon: fix limit handling for cards with >4G of ramAlex Deucher
2013-08-22Fix shadowfb on big-endian machinesMark Kettenis
2013-08-05radeon: add support for reverse prime (v2)Dave Airlie
2013-06-28radeon: update cursor handling for CIKAlex Deucher
2013-06-03radeon: use direct mapping for fast fb access.Samuel Li
2013-04-18radeonsi: add 2d tiling supportJerome Glisse
2013-03-21Move fd cleanup to correct place.Maarten Lankhorst
2013-03-21radeon: add refcounts to fix up zaphod open/close.Maarten Lankhorst
2013-03-20Cleanup drmmode in CloseScreen.Maarten Lankhorst
2013-03-20Close drm_fd in CloseScreen.Maarten Lankhorst
2013-03-08Only parse Option "AccelMethod" if glamor was enabled at build timeMichel Dänzer
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer