Jonathan Dahan

Results 201 comments of Jonathan Dahan

yeah high sierra, but I forgot how long I've noticed this for, its been a long while. I can try a git bisect especially if you give a decently recent...

Small update... this is bisect-able, almost done bisecting

Hmm bisect says first bad commit is 5009566ea5c46a85fa243b18ce4b7fe8e0b89b62 which seems weird, gonna investigate more.

@unphased can you try checking out 4e9b1c5 and see if the issue is gone? Maybe it has to do with a similar bug as described in https://github.com/emoon/rust_minifb/issues/28 ? No idea...

@unphased actually, even easier. This fixes resizing for me: ```diff diff --git a/src/window.rs b/src/window.rs index aec4b76..69c54a9 100644 --- a/src/window.rs +++ b/src/window.rs @@ -196,7 +196,7 @@ impl Window { Window::platform_window_init(); let...

From https://lists.apple.com/archives/quartz-dev/2008/Feb/msg00049.html >It looks like we found the problem. Our Transform matrix had non- integer values in it for the translations. Obviously the Transform matrix is floating point, but if...

Yeah that didn't help. Whats weird is native fullscreen the transition is smooth

It's a good question @schmittner I could see the case for keys in CONFIG or DATA.

What debugging steps would you like. My machine is exhibiting the same behavior.

I wonder if `arch -x86_64 mpv —no-config —fs somefile` exhibits the same behavior on M1