notzed
notzed
linux 5.4.7 ryzen 3900x gigabyte x570I aorus pro wifi kernel_smn_support = 1 0005a008 = 00000002 0005a00c = 0150002a 0005a010 = 015f0003 000598bc = 0fff0fff 0005994c = 00000000 00059954 = 00000a9e...
I'm generating functions which set one or all of the arguments using near-native types. It seemed a simple utility given i need to process the files anyway. hello.cl: kernel void...
Yeah that's correct. It's a quoted string, and \s is not a valid escape sequence in C quoted strings - "undefined behaviour" - in this case gcc still includes \...
It's to fix this warning. delay_ms() is defined for all other platforms in new_common.h, although like a few other things there is a bit of duplication and redundancy and inconsistencies....
I didn't see where it was defined, and every other platform #defines delay_ms to something appropriate. Should they also be changed? Where does it reside? ``` $ find src -name...
I find this the most frustrating part of the ui. Pretty much all the menus and toolbars change for every screen. Settings and AFX are the ones I most use...
prism.vsync=false behaves visually the same as it currently does because double buffering isn't enabled via glXSwapIntervalSGI(). i.e it runs at roughly 62.5fps by default. One caveat is that glFinish() will...
This is for JDK-8210547. 1929 is separate, it doesn't work for me when you have more than 1 window open. It's effectively just the same as calling glFinish() on every...
Sorry I made a mistake with the push, Kevin directed me to send an "empty commit" to trigger automation and I couldn't work out how to do that otherwise at...