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 stage #64

Merged
merged 9 commits into from
Nov 4, 2024
Merged

Main minimal stage #64

merged 9 commits into from
Nov 4, 2024

Conversation

nv-jdeligiannis
Copy link
Collaborator

v1.6.0

nv-jdeligiannis and others added 9 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);
* Adding compression support for serialized data
* Adding option to change the default special index of degenerate triangles (default is fully unknown opaque)
* Adding validation logic to warn about degenerate triangles
* Renaming bake flags to something more generic (EnableWorkloadValidation => EnableValidation)
Adding baking support for degenerate triangles (i.e points & lines)
@nv-jdeligiannis nv-jdeligiannis merged commit 2e73fb7 into main-minimal Nov 4, 2024
2 checks passed
@nv-jdeligiannis nv-jdeligiannis deleted the main-minimal-stage branch November 4, 2024 21:39
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