summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-17Always allow DRI2 page flipping with TearFreeMichel Dänzer
2017-08-17Always allow Present page flipping with TearFreeMichel Dänzer
2017-08-17Pass extents to radeon_scanout_do_updateMichel Dänzer
2017-08-17Add source drawable parameter to radeon_scanout_do_updateMichel Dänzer
2017-08-17Handle multiple "pending" Present flipsMichel Dänzer
2017-08-17Wait for pending flips synchronously before turning off a CRTCMichel Dänzer
2017-08-17Create drmmode_crtc_wait_pending_event helper macroMichel Dänzer
2017-08-17Create drmmode_wait_vblank helperMichel Dänzer
2017-08-17Pass reference CRTC to radeon_do_pageflip directlyMichel Dänzer
2017-08-15Remove drmmode_crtc->scanout_destroy[] arrayMichel Dänzer
2017-08-15Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrMichel Dänzer
2017-08-02Allow DRI page flipping when some CRTCs use separate scanout buffersMichel Dänzer
2017-08-02Add drmmode_crtc_can_flip helperMichel Dänzer
2017-07-28Use root window (pixmap) instead of screen pixmap for scanout updatesMichel Dänzer
2017-07-28autogen.sh: Pass -f to autoreconfMichel Dänzer
2017-07-28Makefile.am: Set ACLOCAL_AMFLAGS = -I m4Michel Dänzer
2017-07-27Add AC_CONFIG_MACRO_DIRS([m4]) to configure.acMichel Dänzer
2017-07-26Only handle reflection in the driver with Xorg < 1.16Michel Dänzer
2017-07-13If a TearFree flip fails, fall back to non-TearFree operationMichel Dänzer
2017-07-11Use drmmode_crtc->scanout_id instead of 0 to check for scanout bufferMichel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-06-30Improve drmmode_fb_reference debugging codeMichel Dänzer
2017-06-27Increase reference count of FB assigned to drmmode_crtc->flip_pendingMichel Dänzer
2017-06-27Only call drmmode_scanout_free for non-GPU screens in LeaveVTMichel Dänzer
2017-06-26Include xf86Pci.h for DRICreatePCIBusID with xserver Git masterMichel Dänzer
2017-06-15modesetting: Validate the atom for enum propertiesAdam Jackson
2017-05-18Update URLsMichel Dänzer
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt
2017-05-11Remove unused struct members from drmmode_display.hMichel Dänzer
2017-05-11Simplify tracking of PRIME scanout pixmapMichel Dänzer
2017-05-11Use reference counting for tracking KMS framebuffer lifetimesMichel Dänzer
2017-05-11Pass pixmap instead of handle to radeon_do_pageflipMichel Dänzer
2017-05-09Apply gamma correction to HW cursorMichel Dänzer
2017-04-17Don't set modes before RADEONWindowExposures_oneshot is calledMichel Dänzer
2017-04-10Set correct DRM event context versionDaniel Stone
2017-03-23manpage: Don't put "'" at the beginning of a lineMichel Dänzer
2017-03-23Post-release version bumpMichel Dänzer
2017-03-16Bump version for 7.9.0 releasexf86-video-ati-7.9.0Michel Dänzer
2017-03-09Pass TRUE to drmmode_set_desired_modes the first time for GPU screensMichel Dänzer
2017-03-08Skip some initialization steps for GPU screensMichel Dänzer
2017-03-06Fix build for XServer 1.13Jochen Rollwagen
2017-03-02Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fbMichel Dänzer
2017-03-02Move DPMS check from radeon_scanout_do_update to radeon_scanout_flipMichel Dänzer
2017-03-02Call drmmode_set_desired_modes from a WindowExposures hookMichel Dänzer
2017-03-02Fix bogus indentationMichel Dänzer
2017-03-01present: Flush before flippingMichel Dänzer
2017-03-01present: Use async flip for unflip if possibleMichel Dänzer
2017-03-01present: Also flush before using a flip to unflipMichel Dänzer
2017-03-01Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer
2017-03-01Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer