| patch |
summary |
view |
raw |
| 01-library-versioning.patch |
CMakeLists.txt | 2 +-
cmake/Libraries.cmake | 8 ++++++++
src/nvcore/CMakeLists.txt | 3 +++
src/nvimage/CMakeLists.txt | 3 +++
src/nvmath/CMakeLists.txt | 3 +++
src/nvtt/CMakeLists.txt | 3 +++
6 files changed, 21 insertions(+), 1 deletion(-)
|
view
|
download
|
| 02-multiarch.patch |
src/nvcore/CMakeLists.txt | 4 ++--
src/nvimage/CMakeLists.txt | 4 ++--
src/nvmath/CMakeLists.txt | 4 ++--
src/nvtt/CMakeLists.txt | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
|
view
|
download
|
| 03-kfreebsd-bfs.patch |
src/nvcore/Debug.cpp | 10 +++++++++-
src/nvcore/nvcore.h | 5 ++++-
src/nvcore/poshlib/posh.h | 10 ++++++++++
src/nvmath/nvmath.h | 4 ++--
src/nvtt/CMakeLists.txt | 4 ++++
5 files changed, 29 insertions(+), 4 deletions(-)
|
view
|
download
|
| 04-fix-gcc4.7-build.patch |
src/nvcore/Debug.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
|
view
|
download
|
| 05-fix-aliasing-bug.patch |
src/nvmath/Vector.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
|
view
|
download
|
| 06-fix-libpng1.5-build.patch |
src/nvimage/ImageIO.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 07-fix-valgrind.patch |
src/nvcore/Containers.h | 18 +-
src/nvcore/Memory.cpp | 112 +++++++++++++--
src/nvcore/Memory.h | 186 +++----------------------
src/nvcore/StrLib.cpp | 6
src/nvcore/StrLib.h | 4
src/nvimage/FloatImage.cpp | 4
src/nvimage/Image.cpp | 2
src/nvimage/ImageIO.cpp | 4
src/nvtt/CompressRGB.cpp | 280 +++++++++++++++++++-------------------
src/nvtt/cuda/CudaCompressDXT.cpp | 10 -
10 files changed, 287 insertions(+), 339 deletions(-)
|
view
|
download
|