forked from bkaradzic/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bgfx
updated
2437 files
Submodule bimg
updated
29 files
+1 −1 | .travis.yml | |
+0 −1 | 3rdparty/astc/astc_codec_internals.h | |
+1 −0 | 3rdparty/astc/astc_lib.cpp | |
+8 −8 | 3rdparty/astc/mathlib.cpp | |
+14 −14 | 3rdparty/astc/vectypes.h | |
+2 −2 | 3rdparty/nvtt/nvcore/nvcore.h | |
+2 −0 | 3rdparty/nvtt/nvcore/posh.h | |
+1 −1 | 3rdparty/nvtt/nvtt.cpp | |
+160 −54 | 3rdparty/stb/stb_image.h | |
+41 −17 | 3rdparty/stb/stb_image_write.h | |
+1 −1 | LICENSE | |
+2 −2 | README.md | |
+1 −1 | include/bimg/bimg.h | |
+1 −1 | include/bimg/decode.h | |
+1 −1 | include/bimg/encode.h | |
+21 −39 | makefile | |
+1 −1 | scripts/bimg.lua | |
+1 −1 | scripts/bimg_decode.lua | |
+14 −1 | scripts/bimg_encode.lua | |
+1 −1 | scripts/genie.lua | |
+2 −2 | scripts/texturec.lua | |
+1 −1 | src/bimg_p.h | |
+1 −1 | src/config.h | |
+5 −5 | src/image.cpp | |
+6 −4 | src/image_cubemap_filter.cpp | |
+56 −20 | src/image_decode.cpp | |
+1 −1 | src/image_encode.cpp | |
+1 −1 | src/image_gnf.cpp | |
+11 −12 | tools/texturec/texturec.cpp |