wasimabbas-arm

Results 12 issues of wasimabbas-arm

Adds .clang-format formatting script and a bash script to format all files. One can use https://zed0.co.uk/clang-format-configurator/ to configure the existing .clang-format script if further modifications are required. The first two...

This PR moves `thread-count`, `noSSE` and `normal-mode` from basis `OptionsCodec` to basis utils and renames `OptionsCodec` to `BasisCodec`. This is required in prepartion for https://github.com/KhronosGroup/KTX-Software/pull/810/ PR, where we are separating...

This PR has: - Commit to move astc options out of command_create.cpp into astc_utils.h - Commit to add options for `encode-astc` tool - Minor fixes into build_macos.sh file

Not sure why `--normalize` was removed from `encode` and `create` but its still referred to in the docs within `--normal-mode` ``` --normal-mode Optimizes for encoding textures with normal data. If...

Most of the environemnt cubemaps one can find online are in equirectangular format. Its impractical to expect people to convert those to 6-cubemap images before they can be turned into...

enhancement

Since `--normal-mode` is only valid with `ktx create --encode basis-lz | uastc` there is no way to encode astc normals anymore. You will get; ``` ktx create fatal: Invalid use...

I assume after I change the shader files while running the web app via `npm run dev` the app should automatically rebuild so if I refresh the page it should...

planned

In the further reading section of https://github.com/KhronosGroup/Vulkan-Samples/blob/main/samples/performance/command_buffer_usage/README.adoc The `Multi-threaded recording with multiple render passes` is using this `xref` markdown autolink, `* xref:samples/performance/multithreading_render_passes/README.adoc[Multi-threaded recording with multiple render passes]` which is pointing...

documentation

Currently API dump will save thread ids into a `std::map` and return index of the thread id in the map which is a sequential number from 0 to something. https://github.com/LunarG/VulkanTools/blob/1ea8d1602741d22f73d3b39c5c78eed86897da04/layersvt/api_dump.h#L859...

enhancement
Project - apidump

Every now and then my emacs will go into this mode where posframe starts creating those huge frames like the following. I can't make it go away by turning off...