index
:
driver/xf86-video-ati
6.12-branch
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
agd5f-superpatch
ati-1-0-branch
ati-6.6-branch
ati-6.7-branch
import-1.1.3
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
mach64-pci
mach64-pci-1
master
obsd
obsd-6.12-branch
obsd-6.13.0
obsd-xf86-video-ati-6.9.0
pci-rework
randr-1.2
sco_port_update
ums
xf86-video-ati-6.14-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-09-25
Don't unreference FBs of pixmaps from different screens in LeaveVT
Michel Dänzer
2019-09-20
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Michel Dänzer
2019-07-18
Don't disable page flipping completely with SW cursor
Michel Dänzer
2019-06-25
present: Check that we can get a KMS FB for flipping
Michel Dänzer
2019-06-14
Remove dri2_drawable_crtc parameter consider_disabled
Michel Dänzer
2019-06-14
dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
Michel Dänzer
2019-06-14
dri2: reply to client for WaitMSC request in any case
Flora Cui
2019-05-09
dri3: Always flush glamor before sharing pixmap storage with clients
Michel Dänzer
2019-04-24
Retry get_fb_ptr in get_fb
Michel Dänzer
2019-03-15
modesetting: add tile property support
Dave Airlie
2019-03-14
Use radeon_finish in drmmode_crtc_scanout_update
Michel Dänzer
2019-03-08
Revert "glamor: Avoid glamor_create_pixmap for pixmaps backing windows"
Michel Dänzer
2019-03-04
dri2: Call drm_queue_handle_deferred in dri2_deferred_event
Michel Dänzer
2019-03-01
present: Check that flip and screen pixmap pitches match
Michel Dänzer
2019-02-11
Keep waiting for a pending flip if drm_handle_event returns 0
Michel Dänzer
2019-01-28
Call drmHandleEvent again if it was interrupted by a signal
Michel Dänzer
2019-01-28
Only update drmmode_crtc->flip_pending after actually submitting a flip
Michel Dänzer
2019-01-28
Don't allow TearFree scanout flips to complete in the same vblank period
Michel Dänzer
2019-01-28
glamor: Avoid glamor_create_pixmap for pixmaps backing windows
Michel Dänzer
2019-01-28
dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
Michel Dänzer
2019-01-28
dri3: Flush if necessary in dri3_fd_from_pixmap
Michel Dänzer
2019-01-09
Only call drmmode_validate_leases if RandR is enabled
Michel Dänzer
2019-01-09
Only call drmmode_uevent_init if RandR is enabled
Michel Dänzer
2018-12-28
Use two HW cursor buffers per CRTC
Michel Dänzer
2018-12-28
Update cursor position in drmmode_show_cursor if hotspot changed
Michel Dänzer
2018-12-28
Use drmIoctl in drmmode_show_cursor
Michel Dänzer
2018-12-28
Drop RADEONInfoRec::cursor_bo array
Michel Dänzer
2018-12-28
Automatically try re-enabling TearFree after a flip failed
Michel Dänzer
2018-12-28
Cancel pending scanout update in drmmode_crtc_scanout_update
Michel Dänzer
2018-12-28
Perform scanout buffer update immediately if drmmode_wait_vblank fails
Michel Dänzer
2018-12-28
Move deferred vblank events to separate drm_vblank_deferred list
Michel Dänzer
2018-12-28
Explicitly keep track of whether a DRM event is for a flip or not
Michel Dänzer
2018-12-28
Use drm_abort_one in drm_queue_handler
Michel Dänzer
2018-12-28
glamor: Can work at depth >= 15 with current xserver Git master
Michel Dänzer
2018-12-28
Skip gamma correction of cursor data if premultiplied R/G/B > alpha
Michel Dänzer
2018-12-20
Detect and fix up non-premultiplied cursor data
Michel Dänzer
2018-12-18
Fix crash when page flipping in multi-X-Screen/Zaphod mode
Mario Kleiner
2018-10-24
Allow up to six instances in Zaphod mode
Michel Dänzer
2018-10-24
Make wait_pending_flip / handle_deferred symmetric in set_mode_major
Michel Dänzer
2018-10-24
Handle pending scanout update in drmmode_crtc_scanout_free
Michel Dänzer
2018-10-15
dri3: Handle radeon_get_pixmap_bo returning NULL
Michel Dänzer
2018-09-11
Fix uninitialized use of local variable pitch in radeon_setup_kernel_mem
Michel Dänzer
2018-09-07
Bail early from drm_wait_pending_flip if there's no pending flip
Michel Dänzer
2018-09-05
Don't use xorg_list_for_each_entry_safe for signalled flips
Michel Dänzer
2018-09-05
Always delete entry from list in drm_queue_handler
Michel Dänzer
2018-08-29
glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backing
Michel Dänzer
2018-08-29
EXA: Handle ihandle == -1 in RADEONEXASharePixmapBacking
Michel Dänzer
2018-08-29
Handle ihandle == -1 in radeon_set_shared_pixmap_backing
Michel Dänzer
2018-08-29
EXA: Handle NULL BO pointer in radeon_set_pixmap_bo
Michel Dänzer
2018-08-17
Remove drmmode_crtc_private_rec::present_vblank_* related code
Michel Dänzer
[next]