summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-23Defer initial modeset until the first BlockHandler invocationMichel Dänzer
2015-04-23Defer initial drmmode_copy_fb call until root window creationMichel Dänzer
2015-04-23Only copy fbcon BO contents if bgNoneRoot is TRUEMichel Dänzer
2015-04-22DRI2: Clear old->devPrivate.ptr in fixup_glamorMichel Dänzer
2015-04-17Add Option "TearFree" v4Michel Dänzer
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add wrappers for the X server rendering hooksMichel Dänzer
2015-04-03glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer
2015-04-03glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer
2015-04-03Add RADEON_CREATE_PIXMAP_SCANOUT flagMichel Dänzer
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer
2015-04-03Rename scanout_pixmap_x field to prime_pixmap_xMichel Dänzer
2015-04-03present: Don't flip between BOs with different tiling parametersMichel Dänzer
2015-04-03Add radeon_get_pixmap_tiling_flags helperMichel Dänzer
2015-04-02Only enable SYNC extension fences and the Present extension along with DRI3Michel Dänzer
2015-03-30DRI2: Use radeon_get_pixmap_handleMichel Dänzer
2015-03-30Move get_pixmap_handle helper to radeon_bo_helper.cMichel Dänzer
2015-03-30Move radeon_drm_handler/abort_proc fields to drmmode_flipdata_recMichel Dänzer
2015-03-30Simplify radeon_do_pageflip() error handling slightly moreMichel Dänzer
2015-03-30Increase robustness against DRM page flip ioctl failures v3Michel Dänzer
2015-03-30glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer
2015-03-25glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2Michel Dänzer
2015-03-25Present: Add radeon_present_get_pixmap_handle helperMichel Dänzer
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer
2015-03-24Adapt radeon_sync.c for misyncshm.h vs misync.h as wellMichel Dänzer
2015-03-23configure.ac: Check for misyncshm.h againMichel Dänzer
2015-03-19EXA: Return NULL from radeon_get_pixmap_bo if there is no driver privateMichel Dänzer
2015-03-18dri3: Use screen->CreatePixmap instead of fbCreatePixmap directlyMichel Dänzer
2015-03-18glamor: Add glamor_fd_from_pixmap define for standalone glamor treeMichel Dänzer
2015-03-18Always include misync.h before other misync headersMichel Dänzer
2015-03-18DRI3: Use open hook instead of open_clientMichel Dänzer
2015-03-18Initialize boolean variable before calling xf86GetOptValBoolMichel Dänzer
2015-03-17Add xorg_list_for_each_entry_safe fallback in radeon_list.hMichel Dänzer
2015-03-17Simplify includes in radeon_{dri3,present}.cMichel Dänzer
2015-03-17Add DRI3 support v2Michel Dänzer
2015-03-17Handle tiling in radeon_set_shared_pixmap_backingDavid Heidelberger
2015-03-17Add support for the Present extension v2Michel Dänzer
2015-03-17Add support for SYNC extension fences v2Michel Dänzer
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2015-03-17DRI2: Split out helper for getting UST and MSC of a specific CRTCMichel Dänzer
2015-03-17DRI2: Use helper functions for DRM event queue management v3Michel Dänzer
2015-03-17DRI2: Move radeon_dri2_flip_event_handlerMichel Dänzer
2015-03-17DRI2: Remove superfluous assignments to *_info->frameMichel Dänzer
2015-03-17DRI2: Simplify blit fallback handling for scheduled swapsMichel Dänzer
2015-03-17Add DRM event queue helpers v2Michel Dänzer
2015-03-17Move xorg_list backwards compatibility to new radeon_list.h headerMichel Dänzer
2015-03-05Require at least xserver 1.8Michel Dänzer
2015-02-19Proper leak fix, previous leak fix was bogus.Jerome Glisse