aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/TexturePacker/src/DecoderManager.cpp
AgeCommit message (Collapse)Author
2023-04-23TexturePacker: IDecoder: simplify extension handlingLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager: pass filename as string_viewLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager remove use of c_str()Lukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager use range based for loop for extensionsLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager use range based for loopLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager use unique_ptr for decoders listLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: DecoderManager: use as a proper classLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-14TexturePacker: IDecoder: remove FreeDecodedFrame methodLukas Rusak
we can now use RAII style alloc/dealloc for the image data with std::vector Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2022-04-13changed: add a verbose flag for texturepackerArne Morten Kvarving
and suppress the 'This is a XXX' message if not enabled
2015-01-08[TexturePacker] - move texturepacker to native dependswsnipex