Özkan Sezer
Özkan Sezer
With this patch, the same error with similar build parameters will happen for `__ARM_ARCH__` if it is not defined, will it not? Maybe we need some magic defining `__ARM_ARCH` to...
The OBJ_FORMAT stuff in configury can be removed too after this: https://github.com/xiph/flac/blob/master/configure.ac#L225-L234
> The OBJ_FORMAT stuff in configury can be removed too after this: https://github.com/xiph/flac/blob/master/configure.ac#L225-L234 Well I was wrong about this one because the visibility attribute checks later rely on OBJ_FORMAT for...
If this is only about png palette support of #298, there was a rejected PR draft at stb for it: https://github.com/nothings/stb/pull/788 I don't think that it applies directly today (haven't...
Changing `SDL_SetPalette` to `SDL_SetColors` fixes display, like: ```diff Index: src/linux/rw_sdl.c =================================================================== --- src/linux/rw_sdl.c (revision 205) +++ src/linux/rw_sdl.c (working copy) @@ -747,7 +747,7 @@ void SWimp_SetPalette( const unsigned ch colors[i].b =...
This is _possibly_ a bug in rw_sdl.c -- can't tell now exactly, tired, will sleep. @icculus: What can you see in there?
Hmm. Doing that does seem to fix it. However, regardless of that change, changing q2 to use SDL_SetColors instead, results in lots of flicker when effects are applied to screen,...
> > changing q2 to use SDL_SetColors instead, results in lots of flicker when effects are applied to screen > > That's probably this code in sdl12-compat's SDL_SetPalette, which gets...
I assume this happens with version 0.95.0, but not with 0.94.7? @ericwa, @andrei-drexler: ideas?
Can someone send a patch for QS git?