seragh
seragh
For the sake of mipmaping would be nice to be able to open those old textures. file command identifies them as: Microsoft DirectDraw Surface (DDS): 16 x 16, compressed using...
CMP_GenerateMIPLevels segfaults if width or height of texture is 1
Framework only needs trivial fixes, not built other parts of compressonator, might be nice to setup a CI for core libraries at least.
Can't load 16 bit png using framework for processing. file command identifies them as: PNG image data, 1024 x 1024, 16-bit/color RGB, non-interlaced PNG image data, 1024 x 1024, 16-bit...
Before v4.4 framework was a single static library. Now it's 5 libraries, namely: CMP_Framework depends on CMP_Core which in turn depends on CMP_Core_SSE CMP_Core_AVX and CMP_Core_AVX512. Would be nice to...
CMP_Core adds SIMD libraries unconditionally and specifies arch/march flags. Those flags are compiler dependent and not platform. The build scripts assumes on Windows msvc is being used but clang becomes...
Premake : 5.0.0-beta2 OS: Linux Compiler: gcc-14.2.1 ``` ../../contrib/libzip/mkstemp.c: In function ‘_zip_mkstemp’: ../../contrib/libzip/mkstemp.c:76:15: error: implicit declaration of function ‘getpid’ [-Wimplicit-function-declaration] 76 | pid = getpid(); | ^~~~~~ ``` Compiles fine...
### Description wxGetKeyState(WXK_ALT) always reports false, independent of pressing Alt key or not. xmodmap reports: ``` shift Shift_L (0x32), Shift_R (0x3e) lock Caps_Lock (0x42) control Control_L (0x25), Control_R (0x69) mod1...
**What problem will this solve?** Allows removing contrib dir before bootstrapping premake, this is so distribution packager can feel comfortable knowing they don't use vendored deps. **Anything else we should...
##### SUMMARY FreeBSD added basic cloud image support to their qcow images which can be found at https://download.freebsd.org/ftp/snapshots/VM-IMAGES/15.0-STABLE/amd64/Latest/. Thought playing with it and the new virt_cloud_instance module and ran into...