Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Cleanups for 2.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Sep 19, 2016
1 parent 383331b commit fa6ebda
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 400 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ADD_SUBDIRECTORY(src)
INSTALL(FILES
LICENSE
README.md
ChangeLog
DESTINATION share/doc/nvtt)

# Add packaging support
Expand All @@ -63,9 +62,9 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION "2.1.0")
SET(CPACK_PACKAGE_CONTACT "Ignacio Castaño <icastano@nvidia.com>")
SET(CPACK_PACKAGE_VENDOR "NVIDIA Corporation")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "GPU-accelerated Texture Tools with support for DirectX 10 texture formats")
SET(CPACK_PACKAGE_CONTACT "Ignacio Castaño <castano@gmail.com>")
#SET(CPACK_PACKAGE_VENDOR "NVIDIA Corporation")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Texture processing tools with support for Direct3D 10 and 11 formats.")

SET(CPACK_PACKAGE_DESCRIPTION_FILE "${NV_SOURCE_DIR}/README.md")
SET(CPACK_RESOURCE_FILE_LICENSE "${NV_SOURCE_DIR}/LICENSE")
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NVIDIA Texture Tools version 2.1.0
* Too many changes to list here.
* CTX1 CUDA compressor.
* DXT1n CUDA compressor.
* Support alpha premultiplication by Charles Nicholson. See issue 30.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NVIDIA Texture Tools

The NVIDIA Texture Tools is a collection of image processing and texture
manipulation tools, designed to be integrated in game tools and asset
conditioning pipelines.
processing pipelines.

The primary features of the library are mipmap and normal map generation, format
conversion and DXT compression.
Expand Down
7 changes: 5 additions & 2 deletions buildpkg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \
--exclude qtcreator-build --exclude 'nvidia-texture-tools-*.tar.gz' \
--exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *
--exclude 'doc' --exclude 'nvidia-texture-tools-*.tar.gz' \
--exclude '*.user' -s ',^,nvidia-texture-tools/,' *
# --exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *
# --exclude '*.user' *

61 changes: 0 additions & 61 deletions cmake/make2cmake.cmake

This file was deleted.

105 changes: 0 additions & 105 deletions cmake/parse_cubin.cmake

This file was deleted.

Loading

0 comments on commit fa6ebda

Please sign in to comment.