index
:
driver/xf86-video-amdgpu
master
AMD/ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amdgpu_drv.h
Age
Commit message (
Expand
)
Author
2017-08-30
Create amdgpu_master_screen helper
Michel Dänzer
2017-08-22
Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtr
Michel Dänzer
2017-08-22
Pass extents to amdgpu_scanout_do_update
Michel Dänzer
2017-08-22
Add source drawable parameter to amdgpu_scanout_do_update
Michel Dänzer
2017-08-22
Create drmmode_wait_vblank helper
Michel Dänzer
2017-08-15
Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
Michel Dänzer
2017-04-17
Don't set modes before AMDGPUWindowExposures_oneshot is called
Michel Dänzer
2017-03-09
Skip some initialization steps for GPU screens
Michel Dänzer
2017-03-07
Use local implementation of RegionDuplicate for older xserver
Michel Dänzer
2017-03-07
Call drmmode_set_desired_modes from a WindowExposures hook
Michel Dänzer
2017-03-03
Allow toggling TearFree at runtime via output property
Michel Dänzer
2016-11-30
Take current scanout_id into account everywhere involved with TearFree
Michel Dänzer
2016-11-28
Add amdgpu_is_gpu_screen helper
Michel Dänzer
2016-11-21
Remove amdpciids.h
Michel Dänzer
2016-11-21
Use family information from libdrm_amdgpu / kernel
Michel Dänzer
2016-11-02
Require xserver 1.10 or newer
Michel Dänzer
2016-09-09
Keep track of damage event related flushes per-client
Michel Dänzer
2016-09-09
Use EventCallback to avoid flushing every time in the FlushCallback
Michel Dänzer
2016-03-25
Don't try DRI2/Present flipping while the HW cursor can't be used
Michel Dänzer
2016-03-23
Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based
Michel Dänzer
2015-11-19
glamor: Restore all ScreenRec hooks during CloseScreen
Michel Dänzer
2015-11-19
Rename Option "NoAccel" to "Accel"
Michel Dänzer
2015-10-06
cleanup the entity rec
Tom St Denis
2015-10-05
add support for DP 1.2 display hotplug
Tom St Denis
2015-08-11
Make selection between DRI2 and DRI3 consistent with other drivers. (v2)
Mario Kleiner
2015-08-07
On screen resize, clear the new buffer before displaying it
Michel Dänzer
2015-08-07
Make drmmode_copy_fb() work with glamor
Michel Dänzer
2015-08-07
Update scanout pixmap contents before setting a mode with it
Michel Dänzer
2015-08-07
Defer initial drmmode_copy_fb call until root window creation
Michel Dänzer
2015-06-15
Add Option "TearFree"
Michel Dänzer
2015-06-15
glamor: Add Option "ShadowPrimary"
Michel Dänzer
2015-06-15
glamor: Add wrappers for the X server rendering hooks
Michel Dänzer
2015-06-08
Add DRI3 support
Michel Dänzer
2015-06-08
Add support for the Present extension
Michel Dänzer
2015-06-08
Add support for SYNC extension fences
Michel Dänzer
2015-04-24
Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's needed
Michel Dänzer
2015-04-20
amdgpu: add the xf86-video-amdgpu driver
Alex Deucher