Material IR Complete#1075
Merged
Merged
Conversation
…ImpleBlockBasedAllocator` Handle types
create a session struct for the IR material adding, has a temporary IR to make temporary IR nodes before deduplication and compression
…nt frontends (much like it doesn't know about the backends)
…to common base class of `CNodePool`
…NodePool` to `CTrueIR` repurpose the CTrueIR::INode hash computation to also validate
…, stuff the Cook Torrance NDF and eta reciprocation into param.padding of the 3 params, move out contributor creation to a util function
…FrontendIR::CSpectralVariable, epic debug mesages
…, set up the error BxDF and layer in CTrueIR
…dIR) but realize its all just duplicate code
…d with how it looks now
…ccess messing up our traversal
…t the IR printing stub, start the rewriter
… because there's non-MUL nodes along the way too
… changes in deepCopy and print
…into material_compiler_ir
… the refactors of AST
…aterial_compiler_ir
Also change how reciprocation works in the AST
…er_type::operator<=> pertaining to static casts and autoconversions, leave as TODO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
AST->IR transcribe is complete, now just need another PR with IR-2-IR layer rewriting.
Total redesign of the dependency between FrontendIR and TrueIR
Lots of minor improvements:
to_string_helperfor blake3 hashesTesting
Every Mitsuba scene loads without errors
TODO list:
Nothing