summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-13add new bonaire pci idAlex Deucher6-0/+6
2015-05-11present: Fix present notify timestamps and counts.Mario Kleiner1-2/+2
2015-05-11present: Move check for async flipsMario Kleiner1-3/+3
2015-04-28Skip disabled CRTCs in drmmode_set_desired_modes() even if set_hw == FALSEMichel Dänzer1-4/+7
2015-04-27Don't call radeon_get_pixmap_private() when using EXAMichel Dänzer2-7/+2
2015-04-23On screen resize, clear the new buffer before displaying itMichel Dänzer3-3/+30
2015-04-23Make drmmode_copy_fb() work with glamor as wellMichel Dänzer3-13/+44
2015-04-23Update scanout pixmap contents before setting a mode with itMichel Dänzer3-1/+7
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer3-34/+30
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer3-6/+43
2015-04-23Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer2-16/+13
2015-04-22DRI2: Clear old->devPrivate.ptr in fixup_glamorMichel Dänzer1-0/+1
2015-04-17Add Option "TearFree" v4Michel Dänzer5-73/+162
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer3-13/+9
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer10-22/+372
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer5-0/+1018
2015-04-03glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer3-13/+12
2015-04-03glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer2-10/+0
2015-04-03Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer2-1/+3
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer3-74/+107
2015-04-03Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer2-4/+4
2015-04-03present: Don't flip between BOs with different tiling parametersMichel Dänzer1-0/+24
2015-04-03Add radeon_get_pixmap_tiling_flags helperMichel Dänzer2-0/+36
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer1-8/+4
2015-03-30DRI2: Use radeon_get_pixmap_handleMichel Dänzer1-9/+26
2015-03-30Move get_pixmap_handle helper to radeon_bo_helper.cMichel Dänzer3-50/+55
2015-03-30Move radeon_drm_handler/abort_proc fields to drmmode_flipdata_recMichel Dänzer2-8/+8
2015-03-30Simplify radeon_do_pageflip() error handling slightly moreMichel Dänzer1-17/+16
2015-03-30Increase robustness against DRM page flip ioctl failures v3Michel Dänzer1-21/+25
2015-03-30glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer2-5/+14
2015-03-25glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2Michel Dänzer4-0/+51
2015-03-25Present: Add radeon_present_get_pixmap_handle helperMichel Dänzer1-8/+19
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer4-7/+8
2015-03-24Adapt radeon_sync.c for misyncshm.h vs misync.h as wellMichel Dänzer1-3/+3
2015-03-23configure.ac: Check for misyncshm.h againMichel Dänzer1-2/+2
2015-03-19EXA: Return NULL from radeon_get_pixmap_bo if there is no driver privateMichel Dänzer1-1/+1
2015-03-18dri3: Use screen->CreatePixmap instead of fbCreatePixmap directlyMichel Dänzer1-2/+3
2015-03-18glamor: Add glamor_fd_from_pixmap define for standalone glamor treeMichel Dänzer1-0/+4
2015-03-18Always include misync.h before other misync headersMichel Dänzer2-6/+7
2015-03-18DRI3: Use open hook instead of open_clientMichel Dänzer1-6/+3
2015-03-18Initialize boolean variable before calling xf86GetOptValBoolMichel Dänzer1-0/+1
2015-03-17Add xorg_list_for_each_entry_safe fallback in radeon_list.hMichel Dänzer1-0/+1
2015-03-17Simplify includes in radeon_{dri3,present}.cMichel Dänzer2-16/+2
2015-03-17Add DRI3 support v2Michel Dänzer6-3/+236
2015-03-17Handle tiling in radeon_set_shared_pixmap_backingDavid Heidelberger3-4/+41
2015-03-17Add support for the Present extension v2Michel Dänzer5-3/+431
2015-03-17Add support for SYNC extension fences v2Michel Dänzer5-2/+165
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer3-20/+11
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer8-35/+43
2015-03-17DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer3-20/+40