xash3d-fwgs/engine/common/imagelib
Alibek Omarov 5e4fc64430 filesystem: introduce new module, based on engine filesystem.
The goal is to share filesystem code between engine and
utilities and provide C++ VFileSystem interface in the future
2022-07-28 18:56:02 +03:00
..
imagelib.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_bmp.c engine: common: imagelib: fixed loading BMP files with v4/v5 headers 2022-03-13 01:50:30 +03:00
img_bmp.h engine: common: imagelib: fixed loading BMP files with v4/v5 headers 2022-03-13 01:50:30 +03:00
img_dds.c engine: added support for BC7 and BC6H compression formats of DDS textures 2022-03-07 02:03:40 +03:00
img_dds.h engine: added support for BC7 and BC6H compression formats of DDS textures 2022-03-07 02:03:40 +03:00
img_main.c engine: first attempts on fuzzing the engine 2022-01-15 06:24:57 +03:00
img_png.c filesystem: introduce new module, based on engine filesystem. 2022-07-28 18:56:02 +03:00
img_png.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_quant.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_tga.c Revert "engine: common: imagelib: img_tga.c: fix broken tga flip." 2022-06-25 17:03:13 +03:00
img_tga.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_utils.c engine: common: imagelib: img_utils.c: change formats priority. 2022-06-25 17:23:44 +03:00
img_wad.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00