summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Adapt to the interface change of amdgpu_bo_alloc v3Jammy Zhou1-4/+1
2015-07-15Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner3-12/+37
2015-07-14Adopt for new X server dirty tracking APIs.Dave Airlie2-1/+7
2015-07-09DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtcMichel Dänzer1-8/+1
2015-07-09Do not try to enable already enabled CRTCs in DPMS hookPiotr Redlewski1-1/+1
2015-06-29Enable/disable CRTCs in DPMS hookPiotr Redlewski1-1/+10
2015-06-16Handle CRTC DPMS from output DPMS hooksMichel Dänzer1-2/+15
2015-06-15Add Option "TearFree"Michel Dänzer4-70/+154
2015-06-15glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer4-16/+14
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer8-55/+345
2015-06-15Add AMDGPU_CREATE_PIXMAP_GTT flagMichel Dänzer2-2/+5
2015-06-15Factor out amdgpu_bo_get_handle helperMichel Dänzer4-30/+33
2015-06-15Set AMDGPU_BO_FLAGS_GBM for cursor buffers allocated from GBMMichel Dänzer1-0/+1
2015-06-15glamor: Add wrappers for the X server rendering hooksMichel Dänzer6-4/+1025
2015-06-15glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer2-8/+0
2015-06-15Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer2-3/+5
2015-06-15Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer3-68/+102
2015-06-15Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer2-4/+4
2015-06-08Add DRI3 supportMichel Dänzer4-5/+221
2015-06-08amdgpu_set_shared_pixmap_backing: Add support for GBM / glamor v2Michel Dänzer1-23/+79
2015-06-08glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer3-15/+13
2015-06-08Add support for the Present extensionMichel Dänzer4-2/+400
2015-06-08Add support for SYNC extension fencesMichel Dänzer4-1/+161
2015-06-08DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer3-23/+39
2015-06-08DRI2: Use helper functions for DRM event queue managementMichel Dänzer4-246/+165
2015-06-08DRI2: Move amdgpu_dri2_flip_event_handlerMichel Dänzer1-60/+60
2015-06-08DRI2: Remove superfluous assignments to *_info->frameMichel Dänzer1-6/+0
2015-06-08DRI2: Simplify blit fallback handling for scheduled swapsMichel Dänzer1-28/+20
2015-06-08Add DRM event queue helpersMichel Dänzer4-1/+244
2015-06-08Move xorg_list backwards compatibility to new amdgpu_list.h headerMichel Dänzer3-8/+41
2015-06-02Require at least xserver 1.8Michel Dänzer1-16/+0
2015-05-29Check GBM_BO_USE_LINEAR correctly v2Jammy Zhou2-2/+2
2015-05-18extend conditional group GBM_BO_USE_LINEAR over both usagesBrian Paterni1-1/+1
2015-05-15glamor: Deal with glamor_glyphs_init being removed from xserverMichel Dänzer1-0/+2
2015-05-13add some new tonga pci idsAlex Deucher6-12/+30
2015-05-13add new bonaire pci idAlex Deucher6-0/+6
2015-05-13Link against libgbmMichel Dänzer1-1/+2
2015-05-12Disable tiling for PRIME shared pixmapJammy Zhou1-1/+1
2015-05-12Use gbm_bo_get_fd to get DMA_BUF fdJammy Zhou1-1/+5
2015-05-07ddx: use amdgpu_query_crtc_from_idMarek Olšák1-9/+4
2015-05-07ddx: remove AMDGPUIsAccelWorkingMarek Olšák1-14/+1
2015-05-07ddx: enable acceleration by default on HawaiiMarek Olšák1-2/+1
2015-05-07Remove throttling from amdgpu_dri2_copy_region2Jammy Zhou1-19/+0
2015-04-24Fix build when gbm.h doesn't define GBM_BO_USE_LINEARMichel Dänzer2-1/+5
2015-04-24glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer2-7/+19
2015-04-24Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's neededMichel Dänzer7-6/+8
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher29-0/+7775