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_glamor.c
Age
Commit message (
Expand
)
Author
2017-06-08
Improve AMDGPUPreInitAccel_KMS log messages
Michel Dänzer
2017-05-17
Use plain glamor_egl_create_textured_screen().
Eric Anholt
2017-03-07
glamor: Use glamor_finish when available
Michel Dänzer
2016-09-09
Use EventCallback to avoid flushing every time in the FlushCallback
Michel Dänzer
2016-06-16
glamor: Fix leak of pixmap private when replacing BO
Michel Dänzer
2016-06-15
glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*
Michel Dänzer
2016-06-14
glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIME
Michel Dänzer
2016-06-14
Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2
Michel Dänzer
2016-06-08
glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULL
Michel Dänzer
2016-03-25
Require xserver 1.9 or newer
Michel Dänzer
2016-01-28
glamor: Return NullPixmap on failure to create shareable pixmap
jimqu
2016-01-28
Move amdgpu_glamor_destroy_pixmap before amdgpu_glamor_create_pixmap
jimqu
2015-11-20
glamor: Deal with glamor_egl_destroy_textured_pixmap being removed
Michel Dänzer
2015-11-19
glamor: Restore all ScreenRec hooks during CloseScreen
Michel Dänzer
2015-10-30
Remove info->dri2.drm_fd and info->drmmode->fd
Michel Dänzer
2015-08-11
glamor: Add amdgpu_glamor_finish to wait for glamor rendering to finish
Michel Dänzer
2015-06-15
glamor: Remove the stride member of struct radeon_pixmap
Michel Dänzer
2015-06-15
glamor: Add Option "ShadowPrimary"
Michel Dänzer
2015-06-15
Factor out amdgpu_bo_get_handle helper
Michel Dänzer
2015-06-15
glamor: Add wrappers for the X server rendering hooks
Michel Dänzer
2015-06-15
glamor: Remove unused function radeon_glamor_pixmap_is_offscreen
Michel Dänzer
2015-06-08
glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmap
Michel Dänzer
2015-05-15
glamor: Deal with glamor_glyphs_init being removed from xserver
Michel Dänzer
2015-04-24
glamor: Handle GLAMOR_* flags removed from xserver
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