Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge MR 'Update AMD Windows black texture bug fix hack to work on ne…
…wer GPUs' See merge request https://gitlab.com/xonotic/darkplaces/-/merge_requests/157 Signed-off-by: bones_was_here <[email protected]>
- Loading branch information
2608c8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's better to get GPU instruction set and put that in some other class of render properties and CPU also - it's much more needed, than the joystick axis
i see ifdef WIN32 - but in terms of textureCompression it should be the same for x32 / x64 win or x86 linux, but between AMD / Intel / Nvidia / ARM / Apple / Snapdragon / Exynos - this can be different, i mean instruction set supported or texture class DXT or something
from this point i'm affraid - you're not using x64 instructions of CPU, that was there since early amd, but not intel
this can make hard to compile things or just get better math instructions
so getting all this stuff into new class and use that instead of outdated functions - can be a better workflow