summaryrefslogtreecommitdiff
path: root/src/radeon.h
AgeCommit message (Expand)Author
2017-08-17Pass extents to radeon_scanout_do_updateMichel Dänzer
2017-08-17Add source drawable parameter to radeon_scanout_do_updateMichel Dänzer
2017-08-17Create drmmode_wait_vblank helperMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-05-11Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-04-17Don't set modes before RADEONWindowExposures_oneshot is calledMichel Dänzer
2017-03-08Skip some initialization steps for GPU screensMichel Dänzer
2017-03-02Call drmmode_set_desired_modes from a WindowExposures hookMichel Dänzer
2017-02-22Allow toggling TearFree at runtime via output propertyMichel Dänzer
2016-12-05Calculate log base 2 in radeon.h based on clz for all platformsJochen Rollwagen
2016-11-29Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-25Add radeon_is_gpu_screen helperMichel Dänzer
2016-10-27Require xserver 1.10 or newerMichel Dänzer
2016-09-21Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULLMichel Dänzer
2016-09-21Propagate failure from radeon_set_pixmap_boMichel Dänzer
2016-09-20Use local implementation of RegionDuplicate for older xserverMichel Dänzer
2016-08-17Keep track of damage event related flushes per-client v2Michel Dänzer
2016-08-01Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer
2016-05-12Explicitly set the fbcon pixmap pitch againMichel Dänzer
2016-03-31Update pixmap pitch in radeon_set_pixmap_boMichel Dänzer
2016-03-24Require xserver 1.9 or newerMichel Dänzer
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer
2015-08-11Make selection between DRI2 and DRI3 consistent with other drivers. (v2)Mario Kleiner
2015-07-28radeon: cleanup the entity recDave Airlie
2015-05-20Replace SyncFence typedef with declaration of struct _SyncFenceMichel Dänzer
2015-04-23On screen resize, clear the new buffer before displaying itMichel Dänzer
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 drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel 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-03Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer
2015-03-25glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2Michel Dänzer
2015-03-19EXA: Return NULL from radeon_get_pixmap_bo if there is no driver privateMichel 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-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2014-12-17Remove dead accelDFS flagAdam Jackson
2014-11-11radeon: add support for DP 1.2 display hotplug (v2)Dave Airlie
2014-08-12radeon: move RADEON_TILING_{MASK, LINEAR} from radeon_drm.h to radeon.hAndreas Boll
2014-06-04Rename Option "NoAccel" to "Accel"Michel Dänzer
2014-04-14glamor: Fix test for creating shared pixmapsMichel Dänzer
2014-04-14dri2: Fix conflicting CreatePixmap usage flag definitionsMichel Dänzer