klange changed the topic of #osdev to: Operating System Development || Don't ask to ask---just ask! || For 3+ LoC, use a pastebin (for example https://gist.github.com/) || Stats + Old logs: http://osdev-logs.qzx.com New Logs: https://libera.irclog.whitequark.org/osdev || Visit https://wiki.osdev.org and https://forum.osdev.org || Books: https://wiki.osdev.org/Books
<gorgonic-> the compiler must be doing something like this
<gorgonic-> because after adding some more code guff the problem is gone
<geist> hmm, actually guess mcmodel=kernel doesn't do anything on arm64
<gorgonic-> but i didn't actually *fix* it
<geist> yah sounds like you have a heisenbug. okay, another question: is the stack 16 byte aligned?
<geist> not sure why it'd result in this, but arm64 mandates 16 byte alignment
<gorgonic-> i think so. I need to provoke it to crash again, just a second
<gorgonic-> and now it won't do it
<gorgonic-> extremely disturbing, lol
<gorgonic-> okay there we go
<gorgonic-> stack is 16-byte aligned: ffffffc00014bc70
devcpu has quit [Ping timeout: 248 seconds]
devcpu has joined #osdev
isaacwoo1 has quit [Quit: WeeChat 3.2]
eltonpinto has quit [Quit: WeeChat 2.3]
devcpu has quit [Quit: leaving]
devcpu has joined #osdev
nanovad has quit [Ping timeout: 258 seconds]
tacco has quit []
flx- has joined #osdev
flx has quit [Ping timeout: 272 seconds]
rusty_ has joined #osdev
devcpu has quit [Ping timeout: 268 seconds]
archenoth has quit [Read error: Connection reset by peer]
rusty_ has quit [Quit: leaving]
devcpu has joined #osdev
<geist> hmm, yea dunno with what you have
ElectronApps has joined #osdev
flx-- has joined #osdev
flx- has quit [Ping timeout: 258 seconds]
sts-q has quit [Ping timeout: 268 seconds]
sts-q has joined #osdev
remexre has quit [Ping timeout: 250 seconds]
flx-- is now known as flx
froggey has quit [Ping timeout: 256 seconds]
remexre has joined #osdev
Izem has joined #osdev
ElectronApps has quit [Ping timeout: 268 seconds]
mahmutov has quit [Ping timeout: 268 seconds]
mctpyt has quit [Ping timeout: 268 seconds]
mctpyt has joined #osdev
dude12312414 has joined #osdev
dude12312414 has quit [Remote host closed the connection]
dude12312414 has joined #osdev
YuutaW has joined #osdev
dmj` has joined #osdev
<klange> I think all my window spawn animations are now visibly crisper since they're not happening at the same the application is still trying to draw.
<klange> Nice little change to the compositor, and only one app was missing an initial flip message - ironically, the windowing system test tool!
<klange> And I've turned off animations for normal dropdown menus, and everything looks great, even under TCG. No weird rendering glitches!
<klange> I should do that dwell time trick for menus, where there's a little delay before they switch so if you go diagonally from one menu to a submenu and cross a different menu entry it doesn't switch on you...
<klange> My menu library is such a hack. It's a reimplementation of one I wrote in Python in the beforetimes, and the way it tracks input across the different menu windows is _something_...
<Izem> klange: did you implement double buffering?
<klange> Nah, supporting server-side double buffering would be a pretty big change. The plumbing is there for it, I guess, as the resize flow basically does it, but making it work nicely as an exposed functionality for clients will take some work.
<Izem> I see
<klange> This was a much smaller change to defer window-open animations until the first 'damage' message (which is called "flip" in all the code, but that's a misnomer given how it actually works...)
<Izem> what component does the resize flow btw?
<klange> Resize is a handshake process between the client and the server, it can be initiated by either side.
nanovad has joined #osdev
<Izem> interesting
<Izem> that's cool
<klange> Visual resizing is either directly iniated by the server when a user does alt+middle-mouse, or is initiated by the client-side decorator library via 'yutani_window_resize_start'.
<klange> The window being resized is transformed by the common affine matrix bilinear scaler that also does rotations and animations, giving a somewhat-silly stretchy look to the "lazy resize".
<klange> When that stops, the actual handshake process begins with a server-to-client "RESIZE_OFFER" message, which the client can accept, ignore, or respond to with its own REQUEST. When the client gets an OFFER it agrees with and sends an ACCEPT, the server will prepare a new texture buffer.
thaumavorio has quit [Quit: ZNC 1.8.2 - https://znc.in]
<klange> Then the shared client lib takes care of receiving that, swapping around the client-side object, and binding the new texture. Then the client can draw into the new buffer, release the old buffer, and send a "DONE" message, at which point the server will swap to the new buffer, release its side of the old one, and now you've got a bigger or smaller window.
thaumavorio has joined #osdev
Izem has quit [Quit: Going offline, see ya! (www.adiirc.com)]
dude12312414 has quit [Quit: THE RAM IS TOO DAMN HIGH]
tacco has joined #osdev
wgrant has quit [Ping timeout: 268 seconds]
tacco has quit []
freakazoid333 has quit [Read error: Connection reset by peer]
srjek has quit [Ping timeout: 272 seconds]
wgrant has joined #osdev
Burgundy has joined #osdev
ElectronApps has joined #osdev
froggey has joined #osdev
wgrant has quit [Ping timeout: 272 seconds]
froggey has quit [Read error: Connection reset by peer]
froggey-2 has joined #osdev
wgrant has joined #osdev
tacco has joined #osdev
shlomif has joined #osdev
tacco has quit [Client Quit]
dennis95 has joined #osdev
nyah has quit [Quit: leaving]
sortie has joined #osdev
GeDaMo has joined #osdev
wgrant has quit [Ping timeout: 248 seconds]
silasfox has joined #osdev
wgrant has joined #osdev
silasfox has quit [Quit: Connection closed]
adachristine has joined #osdev
silasfox has joined #osdev
silasfox has quit [Quit: Connection closed]
silasfox has joined #osdev
dormito has quit [Ping timeout: 258 seconds]
froggey-2 has quit [Ping timeout: 272 seconds]
froggey has joined #osdev
renopt has joined #osdev
dormito has joined #osdev
adachristine has quit [Ping timeout: 276 seconds]
mctpyt has quit [Ping timeout: 248 seconds]
ElectronApps has quit [Read error: Connection reset by peer]
ElectronApps has joined #osdev
tacco has joined #osdev
ElectronApps has quit [Ping timeout: 272 seconds]
Arsen has quit [Quit: Quit.]
Arsen has joined #osdev
ElectronApps has joined #osdev
devcpu has quit [Quit: leaving]
mctpyt has joined #osdev
nyah has joined #osdev
ahalaney has joined #osdev
isaacwoods has joined #osdev
mctpyt has quit [Ping timeout: 268 seconds]
lockna has joined #osdev
Arthuria has joined #osdev
silasfox has quit [Quit: Connection closed]
ElectronApps has quit [Remote host closed the connection]
nismbu has quit [Ping timeout: 248 seconds]
nismbu has joined #osdev
drewlander has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
drewlander has joined #osdev
pi37 is now known as johnjay
srjek has joined #osdev
mctpyt has joined #osdev
elastic_dog has quit [Ping timeout: 258 seconds]
kuler has joined #osdev
elastic_dog has joined #osdev
shlomif has quit [Ping timeout: 248 seconds]
Izem has joined #osdev
mahmutov has joined #osdev
freakazoid333 has joined #osdev
freakazoid333 has quit [Ping timeout: 256 seconds]
dennis95 has quit [Quit: Leaving]
Izem has quit [Ping timeout: 256 seconds]
nur has quit [Remote host closed the connection]
Izem has joined #osdev
GeDaMo has quit [Quit: Leaving.]
mhall has quit [Quit: Connection closed for inactivity]
dutch has quit [Quit: WeeChat 3.2]
dormito has quit [Ping timeout: 258 seconds]
Izem has quit [Quit: Going offline, see ya! (www.adiirc.com)]
edr has joined #osdev
dutch has joined #osdev
anon16 has quit [Ping timeout: 268 seconds]
anon16 has joined #osdev
Vercas has quit [Remote host closed the connection]
Vercas has joined #osdev
mctpyt has quit [Ping timeout: 256 seconds]
mctpyt has joined #osdev
Arthuria has quit [Ping timeout: 240 seconds]
ahalaney has quit [Remote host closed the connection]
anon16 has quit [Ping timeout: 268 seconds]
anon16 has joined #osdev
devcpu has joined #osdev
Burgundy has quit [Ping timeout: 268 seconds]
sortie has quit [Quit: Leaving]
dzwdz has quit [Ping timeout: 272 seconds]
dzwdz has joined #osdev
mahmutov has quit [Ping timeout: 268 seconds]