summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer
2016-03-31Update pixmap pitch in radeon_set_pixmap_boMichel Dänzer
2016-03-28DRI3: Refuse to open DRM file descriptor for ssh clients (v2)Michel Dänzer
2016-03-25Revert "Use render node for DRI3 if available"Michel Dänzer
2016-03-24Call RADEONBlockHandler_KMS before setting initial modesMichel Dänzer
2016-03-24Require xserver 1.9 or newerMichel Dänzer
2016-03-24Fix build against older versions of xserverMichel Dänzer
2016-03-24Use radeon_alloc_pixmap_bo for allocating scanout BOsMichel Dänzer
2016-03-24DRI3 only works with accelerationMichel Dänzer
2016-03-23TearFree can only work with accelerationMichel Dänzer
2016-03-23Check for xf86CursorResetCursorMichel Dänzer
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-23Factor out HW cursor checking code into drmmode_can_use_hw_cursorMichel Dänzer
2016-03-23Use correct tiling in drmmode_create_bo_pixmapRyan Kennedy
2016-03-10present: Return rotated CRTCs from radeon_present_get_crtcMichel Dänzer
2016-03-09present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer
2016-03-09Make Option "TearFree" effective for rotated/reflected outputs as well (v2)Michel Dänzer
2016-03-09Consolidate pScreen usage in drmmode_set_mode_majorMichel Dänzer
2016-03-08Remove check for XF86_CRTC_VERSION 3Michel Dänzer
2016-03-01Deal with modesets and page flips crossing on a CRTCMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-02-27DRI2: Also clear dri2_flipping when client disconnects before eventMichel Dänzer
2016-02-27Remove radeon_scanout_flip_handlerMichel Dänzer
2016-02-25drm_queue: Don't abort events immediately from radeon_drm_abort_clientMichel Dänzer
2016-02-17glamor: Return NullPixmap on failure to create shareable pixmapjimqu
2016-02-17Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmapjimqu
2016-02-17Remove pci_dev test from radeon_get_scrninfoMichel Dänzer
2016-02-17Initialize drmmode_crtc dpms_mode to DPMSModeOffMykola Lysenko
2016-02-17sync: Check if miSyncShmScreenInit symbol is resolved at runtimeMichel Dänzer
2016-02-16Use render node for DRI3 if availableJammy Zhou
2016-01-20Set RADEON_GEM_NO_CPU_ACCESS flag for BOs which don't need CPU accessMichel Dänzer
2016-01-18Fix RandR CRTC transformsMichel Dänzer
2016-01-14Set the RandR primary output on startup if Xorg hasn'tMichel Dänzer
2015-12-25Build RandR 1.4 provider name from chipset name and bus IDMichel Dänzer
2015-12-24HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsMichel Dänzer
2015-12-01Load fb module before glamoregl/shadow modulesMichel Dänzer
2015-11-20Don't advertise any PRIME offloading capabilities without accelerationMichel Dänzer
2015-11-17glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer
2015-11-12Remove duplicate free(output_ids) callMichel Dänzer
2015-11-12Clean up radeon_dri2_create_buffer2()Tom St Denis
2015-11-12Properly handle drmModeAddFB failure in drmmode_crtc_scanout_allocateMichel Dänzer
2015-11-12Eliminate redundant data parameter from drmmode_crtc_scanout_createMichel Dänzer
2015-11-12Don't advertise rotation support without hardware acceleration v2Michel Dänzer
2015-11-12Simplify drmmode_set_mode_major() and avoid leaking memory.Tom St Denis
2015-11-12Clean up allocation in RADEONInitVideo()Tom St Denis
2015-11-12Simplify pick best crtc to fold two loops into oneTom St Denis
2015-11-11dri2: Avoid calculation with undefined msc valueTom St Denis
2015-10-26Handle failures in setting a CRTC to a DRM mode properlyStephen Chandler Paul
2015-10-16Call xf86CrtcRotate from initial drmmode_set_desired_modes callMichel Dänzer