Cloudwalk9

Results 25 comments of Cloudwalk9

> For others like me who brought here by google smile Hangs on "NVIDIA Optimus" notebooks still not fixed at time of my post with fresh kernel 5.18 you can...

Are you fucking kidding me? I've been scratching my head for well over a month and couldn't use 1.6.0 because of this, not knowing why. Thank you so much.

Might I recommend [FTEQW's implementation of these offending headers?](https://sourceforge.net/p/fteqw/code/HEAD/tree/trunk/engine/server/svhl_gcapi.h)

@a1batross That is a serious copyright violation. At least you could maybe get away with the HLSDK headers because APIs (at least in the US) aren't copyrightable. But this pretty...

(Obligatory IANAL) @a1batross Generally speaking, someone has to go through the source code and write comprehensive documentation, then someone else who has never seen the source code has to reimplement...

I just want to throw my idea in. I already mentioned it to @turt2live a while ago but I want to share it more publicly. What if we implement something...

Just in case for repro, I'm using the nvidia proprietary driver in PRIME offloading of firefox but it also occurs with intel gfx

> I tested on Linux, didn't work on Firefox but worked fine on Chromium. > What GPU do you have exactly? RTX A4000 Mobile (workstation grade counterpart to mobile RTX...

The problem lies further up in the code. It would seem that wallTextureValues is not getting populated on Firefox, and it's full of 0s. This is not the case on...

Found this little nugget. `WebGL warning: readPixels: Format and type RGBA_INTEGER/ incompatible with this RGBA8I attachment. This framebuffer requires either RGBA_INTEGER/INT or getParameter(IMPLEMENTATION_COLOR_READ_FORMAT/_TYPE) RGBA_INTEGER/INT.` For some reason this fixes it....