Flyinghead
|
786c8e7744
|
get rid of libpng and use stb_image_write instead. OSX: static link SDL
|
2020-04-08 15:34:21 +02:00 |
scribam
|
5b60e3e47b
|
Load custom textures with stb_image exclusively and remove loadPNGData function
|
2020-04-07 19:17:16 +02:00 |
Flyinghead
|
b2af81cdb0
|
custom textures: use strtoll since long is 32-bit on windows
|
2020-04-07 16:32:38 +02:00 |
Flyinghead
|
cc2ddad53b
|
custom textures: support JPEG format
|
2020-04-07 14:32:09 +02:00 |
scribam
|
769770ab81
|
Replace cMutex by std::mutex
|
2020-03-30 23:00:43 +02:00 |
scribam
|
e99aac3575
|
Remove "using namespace std;"
|
2020-03-30 23:00:43 +02:00 |
scribam
|
4bf6802855
|
Cleanup include headers
|
2020-03-29 14:26:21 +02:00 |
Flyinghead
|
e3313d27b2
|
custom texture: stop loader thread before loading state
|
2020-03-13 18:01:33 +01:00 |
Flyinghead
|
7b8840a330
|
Merge remote-tracking branch 'origin/master' into fh/vulkan
|
2019-11-10 21:01:29 +01:00 |
Flyinghead
|
24b973f763
|
rend: refactor texture cache and poly/triangle sorters out of gles
|
2019-10-04 12:22:18 +02:00 |