Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do target_type changes only in toktx #757

Merged
merged 14 commits into from
Aug 27, 2023
Merged

Do target_type changes only in toktx #757

merged 14 commits into from
Aug 27, 2023

Conversation

MarkCallow
Copy link
Collaborator

@MarkCallow MarkCallow commented Aug 25, 2023

They were being done in both toktx and the imageinput plugin.

Fixes #727.

  • Move image-related utilities and image.hpp from ktxtools to imageio target for sharing
    between new and legacy tools.
  • Change toktx to use the updated version of image.hpp.
  • Make other_Includes a system include for imageio and unittests.
  • Make toktx use imageio's INTERFACE includes instead of directly referencing the directories.
  • Fix mismatched new[] and delete in glloadtests.

Why it failed there yet built fine on macOS/g++13, I have no idea.
@MarkCallow MarkCallow merged commit 2cf053c into main Aug 27, 2023
@MarkCallow MarkCallow deleted the issue727 branch August 27, 2023 00:18
MarkCallow added a commit that referenced this pull request Sep 4, 2023
They were being done in both `toktx` and the `imageinput` plugin.

Fixes #727.

* Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing
   between new and legacy tools.
* Change `toktx` to use the updated version of image.hpp.
* Make `other_Includes` a system include for `imageio` and `unittests`.
* Make `toktx`  use `imageio`'s INTERFACE includes instead of directly referencing the directories.
* Fix mismatched `new[]` and `delete` in `glloadtests`.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
They were being done in both `toktx` and the `imageinput` plugin.

Fixes KhronosGroup#727.

* Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing
   between new and legacy tools.
* Change `toktx` to use the updated version of image.hpp.
* Make `other_Includes` a system include for `imageio` and `unittests`.
* Make `toktx`  use `imageio`'s INTERFACE includes instead of directly referencing the directories.
* Fix mismatched `new[]` and `delete` in `glloadtests`.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
They were being done in both `toktx` and the `imageinput` plugin.

Fixes KhronosGroup#727.

* Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing
   between new and legacy tools.
* Change `toktx` to use the updated version of image.hpp.
* Make `other_Includes` a system include for `imageio` and `unittests`.
* Make `toktx`  use `imageio`'s INTERFACE includes instead of directly referencing the directories.
* Fix mismatched `new[]` and `delete` in `glloadtests`.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
They were being done in both `toktx` and the `imageinput` plugin.

Fixes KhronosGroup#727.

* Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing
   between new and legacy tools.
* Change `toktx` to use the updated version of image.hpp.
* Make `other_Includes` a system include for `imageio` and `unittests`.
* Make `toktx`  use `imageio`'s INTERFACE includes instead of directly referencing the directories.
* Fix mismatched `new[]` and `delete` in `glloadtests`.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
They were being done in both `toktx` and the `imageinput` plugin.

Fixes KhronosGroup#727.

* Move image-related utilities and image.hpp from `ktxtools` to `imageio` target for sharing
   between new and legacy tools.
* Change `toktx` to use the updated version of image.hpp.
* Make `other_Includes` a system include for `imageio` and `unittests`.
* Make `toktx`  use `imageio`'s INTERFACE includes instead of directly referencing the directories.
* Fix mismatched `new[]` and `delete` in `glloadtests`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected texture tiling with --target_type=R (v4.2 stable)
1 participant