ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://oftc.irclog.whitequark.org/panfrost - <macc24> i have been here before it was popular
camus has joined #panfrost
icecream95 has joined #panfrost
soreau has joined #panfrost
jambalaya has quit [Remote host closed the connection]
jambalaya has joined #panfrost
<icecream95>
I wonder if PAN_MESA_DEBUG=gl3 should be enabled by default. Sure, we don't support all of the features required by GL 3.2 and 3.3, but neither do we support all the features of OpenGL 1.0, and *that's* still exposed
<HdkR>
I'm hitting a wackload of games that require GL 4.3, so anything that moves closer to that is better :)
<icecream95>
Oops. I hooked up code to detect buffer overflows and I've already hit a bug, it seems that there are *two* bugs with writing empty buffers to stop prefetching
<icecream95>
"k = ALIGN_POT(k, 2);" My guess is that this is about cache-line alignment, and not actually required
<icecream95>
"Records with continuations must be aligned" oh?