index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
/
out
/
opengl
/
context_wayland.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "wayland_gl: wait until resize to create egl_window"
Dudemanguy
2023-07-13
1
-32
/
+37
*
wayland: add wp-fractional-scale-v1 support
Dudemanguy
2023-01-24
1
-0
/
+2
*
wayland: rewrite geometry and scaling handling
Dudemanguy
2023-01-24
1
-4
/
+4
*
wayland: make vo_wayland_reconfig a bool
Dudemanguy
2023-01-08
1
-4
/
+1
*
wayland: cleanup on vo_wayland_init error
Dudemanguy
2023-01-08
1
-4
/
+1
*
wayland: correctly handle non-CLOCK_MONOTONIC clocks
Dudemanguy
2022-10-06
1
-2
/
+2
*
vo: move wayland presentation to separate files
Dudemanguy
2022-06-19
1
-6
/
+4
*
wayland_gl: fix a typo
Dudemanguy
2022-06-11
1
-1
/
+1
*
wayland_gl: wait until resize to create egl_window
Dudemanguy
2022-06-10
1
-34
/
+32
*
wayland_gl: use wl->scaling when creating egl_window
Dudemanguy
2022-06-07
1
-2
/
+3
*
wayland: unify visibility checking code
Dudemanguy
2022-04-11
1
-16
/
+6
*
wayland: ensure read and draw buffers are assigned
Kurt Kartaltepe
2021-12-04
1
-0
/
+7
*
context_{wayland,x11egl}: use mpegl_create_window_surface() too
sfan5
2021-11-17
1
-2
/
+6
*
wayland: fix wl_surface_set_buffer_scale usage
Dudemanguy
2021-06-27
1
-2
/
+0
*
wayland: always be sure to initially try to render
Dudemanguy
2021-06-27
1
-1
/
+1
*
wayland: remove unused includes
Dudemanguy
2021-06-27
1
-3
/
+0
*
wayland: reorganize wayland common code
Dudemanguy
2021-06-26
1
-1
/
+1
*
wayland: shuffle around the render loop again
Dudemanguy
2021-05-24
1
-5
/
+5
*
wayland: simplify render loop
Dudemanguy
2021-05-22
1
-12
/
+6
*
wayland: unify frame/presentation callback code
Dudemanguy
2020-12-14
1
-76
/
+0
*
Revert "wayland: conditionally commit surface on resize"
Dudemanguy
2020-11-08
1
-2
/
+0
*
wayland: update opaque region on runtime
Dudemanguy
2020-10-15
1
-17
/
+19
*
wayland: be less strict about when to render
Dudemanguy
2020-10-15
1
-1
/
+1
*
wayland: set an opaque region
Dudemanguy
2020-10-01
1
-0
/
+7
*
wayland: only render if we have frame callback
Dudemanguy
2020-09-21
1
-9
/
+26
*
wayland: conditionally commit surface on resize
Dudemanguy
2020-08-20
1
-0
/
+2
*
wayland: don't rely on presentation discarded
Dudemanguy
2020-08-16
1
-3
/
+0
*
wayland: refactor presentation time
Dudemanguy
2020-08-16
1
-30
/
+34
*
wayland: fix build
wm4
2020-06-04
1
-1
/
+1
*
wayland: use mp_time deltas for presentation time
Dudemanguy
2020-04-20
1
-2
/
+1
*
wayland: remove wayland-frame-wait-offset option
dudemanguy
2020-01-31
1
-1
/
+1
*
vo_gpu: opengl: make it work with EGL 1.4
wm4
2019-12-16
1
-2
/
+5
*
wayland: use eglGetPlatformDisplay()
Dudemanguy
2019-11-16
1
-1
/
+2
*
wayland: fix presentation time
Dudemanguy911
2019-10-20
1
-1
/
+1
*
wayland: add various render-related options
dudemanguy
2019-10-20
1
-1
/
+2
*
wayland: add presentation time
dudemanguy
2019-10-20
1
-2
/
+78
*
wayland: use callback flag + poll for buffer swap
dudemanguy
2019-10-10
1
-0
/
+26
*
wayland opengl: actually call uninit if init fails
dudemanguy
2019-10-03
1
-1
/
+3
*
opengl/context_wayland: Fix crash on configure before initial reconfig
Michael Forney
2019-07-08
1
-1
/
+3
*
client API: add a new way to pass X11 Display etc. to render API
wm4
2018-03-26
1
-2
/
+2
*
wayland_common: implement output tracking, cleanups and bugfixes
Rostislav Pehlivanov
2017-10-09
1
-5
/
+1
*
wayland_common: rewrite from scratch
Rostislav Pehlivanov
2017-10-03
1
-110
/
+83
*
vo_opengl: refactor into vo_gpu
Niklas Haas
2017-09-21
1
-33
/
+41
*
vo_opengl: add a generic EGL function loader function
wm4
2017-04-06
1
-5
/
+1
*
context_wayland: do not call vo_wayland_request_frame() upon bufferswap
Rostislav Pehlivanov
2017-01-07
1
-3
/
+0
*
vo_opengl: wayland: use new EGL context creation code
wm4
2016-09-14
1
-49
/
+8
*
wayland_common: fix fullscreen image switching bug
Rostislav Pehlivanov
2016-07-30
1
-2
/
+0
*
wayland: port to the new wakeup/wait_events framework
Rostislav Pehlivanov
2016-07-21
1
-2
/
+13
*
wayland: implement HIDPI support
Rostislav Pehlivanov
2016-05-30
1
-3
/
+8
*
vo_opengl: wayland: don't destroy NULL wl_egl_window
wm4
2016-03-03
1
-1
/
+2
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-7
/
+7
*
vo_opengl: prefix per-backend source files with context_
wm4
2015-12-19
1
-0
/
+237