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

Main minimal 1.4.0 #56

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Main minimal 1.4.0 #56

merged 5 commits into from
Sep 24, 2024

Conversation

nv-jdeligiannis
Copy link
Collaborator

No description provided.

nv-jdeligiannis and others added 5 commits July 9, 2024 19:11
* removing scripts folder. Renaming IndexFormat_I32_UINT -> IndexFormat_UINT_32

* adding logging support

* adding tests

* bumping version, fixing minimal sample test

* Compile fixes

* fixing tests on gcc. Renaming test for logger

* Changing to correct version number (1.2.1 -> 1.2.0)

* removing unused function

* adding support for UNORM16 and FP16 uv formats

* Increasing consistency by adding omm_ prefix to all shader files

* compile fix

* Compile fix #2

* chaning from bitwise to logical operators for consistency

* Adding TexCoord enum shader side

* Increasing stride between consecutive execute indirect calls

* Updating to latest ShaderMake. Removing benchmark

* updating submodules

* fixing comment
* Adding support for configurable alpha cutoff condition for greater flexibility to implement OIT and particle effects
* Adding strongly typed handles
* (Re)adding option to configure workload size
* Adding serialization support for inputs & bake output - useful for sharing bake results
* Bunch of smaller fixes and cleanup

// Serialization
ommResult **ommCpuSerialize**(ommBaker baker, const ommCpuDeserializedDesc& desc, ommCpuSerializedResult* outResult);
ommResult **ommCpuGetSerializedResultDesc**(ommCpuSerializedResult result, const ommCpuBlobDesc** desc);
ommResult **ommCpuDestroySerializedResult**(ommCpuSerializedResult result);

// Deserialization
ommResult **ommCpuDeserialize**(ommBaker baker, const ommCpuBlobDesc& desc, ommCpuDeserializedResult* outResult);
ommResult **ommCpuGetDeserializedDesc**(ommCpuDeserializedResult result, const ommCpuDeserializedDesc** desc);
ommResult **ommCpuDestroyDeserializedResult**(ommCpuDeserializedResult result);

// Some utility
ommResult ommDebugSaveBinaryToDisk(ommBaker baker, const ommCpuBlobDesc& data, const char* path);
@nv-jdeligiannis nv-jdeligiannis merged commit 0ef8c86 into main-minimal Sep 24, 2024
2 checks passed
@nv-jdeligiannis nv-jdeligiannis deleted the main-minimal-1.4.0 branch September 24, 2024 13:06
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.

1 participant