Callum McGing

Results 20 comments of Callum McGing

Can confirm on Arch Linux with latest git (Python 3.7/ OpenSSL 1.1.1a). `gdb --args python /home/cmcging/FreeSpace2/knossos/knossos/__main__.py` produces no extra useful output except: malloc_consolidate(): invalid chunk size Thread 1 "python" received...

Update: This seems to work when building Python 3.6 from source with prefix /opt/FS2 and using PATH=/opt/FS2/bin:$PATH for all the commands in the git readme.

Working on an editor for https://github.com/Librelancer/Librelancer ![](https://i.imgur.com/fk4Oad8.png)

Reported to Mesa here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6924

I'll look into this once I have any sort of THNs with sound + animation working

Notes on the possible shader solution: CPU->GPU, upload as 32-bit uint texture then render to FBO with depthstencil attachment. Writing stencil values: https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_shader_stencil_export.txt This extension is supported on mesa. Would...

More notes: - For mesa, _downloading_ the surface seems to be just as quick as downloading any other, _upload_ is the problem. I've had success uploading stencil data by setting...

This issue may be resolved by https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18484?commit_id=4da147a02b541311e8dc231b30dd36fafea820ff TODO: Test when this makes it into a stable mesa release (22.3)

![image](https://user-images.githubusercontent.com/10167247/192211054-508caeb3-fd62-4932-99c1-b488a36dbf33.png) I can confirm wtih 22.3-devel that the performance of at least Azurik: Rise of Perathia is much improved (previously it was

It has occurred to me I don't currently have a working Chromecast. Does it work on i3wm when there is no Chromecast present? If not then it's more of a...