index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
present
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-28
present: Add exported init function of window flip mode
Roman Gilg
2
-1
/
+24
2018-03-28
present: Add cleanups for window flip mode
Roman Gilg
2
-1
/
+34
2018-03-28
present: In window flip mode report damage on flip to driver
Roman Gilg
2
-12
/
+15
2018-03-28
present: Add window flip mode
Roman Gilg
5
-1
/
+719
2018-03-28
present: Add driver facing window flip mode hooks
Roman Gilg
2
-0
/
+44
2018-03-28
present: Adapt flip mode API hooks for window flip mode
Roman Gilg
5
-8
/
+16
2018-03-28
present: Add flip_idler vblank property
Roman Gilg
2
-0
/
+2
2018-03-28
present: Add present_window_priv properties for window flip mode
Roman Gilg
2
-0
/
+16
2018-03-28
present: Refactor present_screen_init
Roman Gilg
1
-13
/
+33
2018-03-28
present: Add more hooks to internal flip mode API
Roman Gilg
4
-34
/
+71
2018-03-28
present: Move timings adjustment in common part of flip mode API
Roman Gilg
3
-29
/
+50
2018-03-28
present: Add flip mode API hook for present_can_window_flip
Roman Gilg
3
-2
/
+14
2018-03-28
present: Add flip mode API hook for present_pixmap
Roman Gilg
3
-60
/
+119
2018-03-28
present: Refactor execute in separate file
Roman Gilg
5
-64
/
+140
2018-03-28
present: Add flip mode API hooks for several functions
Roman Gilg
2
-0
/
+15
2018-03-28
present: Move vblank functionality in seperate file
Roman Gilg
5
-143
/
+261
2018-03-28
present: Preliminary internal flip mode API
Roman Gilg
3
-6
/
+45
2018-03-28
present: Move screen flip functionality in separate file
Roman Gilg
5
-1068
/
+1123
2018-03-19
present: cap the version returned to the client
Emil Velikov
1
-1
/
+13
2018-03-05
glamor: Implement GetSupportedModifiers
Louis-Francis Ratté-Boulianne
2
-0
/
+41
2018-03-05
present: Send PresentCompleteModeSuboptimalCopy appropriately
Louis-Francis Ratté-Boulianne
4
-18
/
+48
2018-01-24
Revert "present: Only send PresentCompleteNotify events to the presenting cli...
Michel Dänzer
4
-15
/
+7
2017-11-23
present: Only send PresentCompleteNotify events to the presenting client
Michel Dänzer
4
-7
/
+15
2017-10-04
present: Check the whole exec queue on event
Louis-Francis Ratté-Boulianne
1
-4
/
+0
2017-09-20
sync: Convert from "CARD64" to int64_t.
Eric Anholt
1
-1
/
+1
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+19
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-6
/
+6
2017-02-08
present: Allow flipping with PRIME slave outputs
Michel Dänzer
1
-16
/
+0
2017-02-01
present: disable page flip only when a slave crtc is active
Qiang Yu
1
-1
/
+13
2017-01-10
present: Only call present_flip_notify if vblank->queued == FALSE
Michel Dänzer
1
-1
/
+4
2016-08-15
present: Free the fake_present OsTimerPtr
Olivier Fourdan
1
-1
/
+2
2016-08-15
present: Call set_abort_flip / restore_screen_pixmap in clear_window_flip
Michel Dänzer
3
-4
/
+12
2016-08-15
present: Make present_restore_screen_pixmap handle screen->root == NULL
Michel Dänzer
1
-2
/
+3
2016-07-30
present: Handle event mask updates as specified v2
Michel Dänzer
2
-5
/
+26
2016-07-28
present: Only call restore_screen_pixmap once from set_abort_flip
Michel Dänzer
1
-3
/
+4
2016-06-17
xrandrprovider: Do not use separate lists for unbound / source / offload slaves
Hans de Goede
1
-1
/
+1
2016-06-17
present: Fix presentation of flips out of order
Chris Wilson
1
-3
/
+6
2016-06-17
present: Improve scaling of vblank handler
Chris Wilson
1
-9
/
+15
2016-03-24
present: Only requeue for next MSC after flip failure
Michel Dänzer
1
-1
/
+1
2016-03-11
present: fail flipping if we have any slave outputs
Dave Airlie
1
-0
/
+4
2016-03-01
present: Call present_restore_screen_pixmap from present_set_abort_flip
Michel Dänzer
1
-14
/
+14
2016-03-01
present: Factor code for restoring screen pixmap out of present_unflip (v2)
Michel Dänzer
1
-16
/
+23
2016-03-01
present: Only update screen pixmap from flip pixmap once per unflip
Michel Dänzer
1
-7
/
+9
2016-02-25
present: Only requeue if target MSC is not reached after an unflip
Michel Dänzer
1
-4
/
+3
2016-02-25
present: Requeue if flip driver hook fails and target MSC not reached
Michel Dänzer
1
-0
/
+14
2016-02-25
present: Move msc_is_(equal_or_)after to the top of present.c
Michel Dänzer
1
-22
/
+22
2016-01-19
present: Handle wraparound when comparing MSC values
Michel Dänzer
1
-5
/
+27
2015-12-07
present: Do not replace Pixmaps on redirected Window on unflip
Chris Wilson
1
-9
/
+19
2015-12-07
present: When cancelling a pending synchronous flip, requeue it
Chris Wilson
2
-1
/
+16
2015-12-07
present: Requery pending flips with the right sync_flip mode
Chris Wilson
2
-2
/
+4
[next]