mittorn
mittorn
correct GPU skinning should require at least 512 uniforms, on 256 player and weapon models will break. I'll try to fallback this models to legacy code later
Need APIENTRY defines first
I think, for arm windows, mesa3d would be better solution
Yes. Issue in xash3d was because texture was loaded wirh internalformat=GL_RGB, but it was forced to GL_RGBA keeping alpha channel. It seems that gl4es now converts texture, so it will...
Even if compression is very slow, we may compute checksum and cache compressed textures like it done for shaders. It is better than downsampling dxt textures to RGBA4444/RGB565 4444 REALLY...
I do not know why skyboxes in XashXT use rgba4444 unless AVOID16BITS is set, but it is solid and RGB565/ETC1 may be used. It may be detected during conversion
Usa a... кхм... Exagear Desktop
It is still not able compile to non-x86?
Is not password restricted from cvar requests? BTW getting cvars is only possible after setting up netchan
Jack client library is incompatible with system's implementation, breaking jack-based configurations
Yes, i mean jack-based configurations are broken. Jack has stable API/ABI, but not protocol (even replacing jack1 by jack2 does not break any installed software) Other issue that jack (especcially,...