-
Notifications
You must be signed in to change notification settings - Fork 13
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
BxDF tests #165
Open
Przemog1
wants to merge
57
commits into
master
Choose a base branch
from
bxdf_unit_tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,607
−3
Open
BxDF tests #165
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
ba9fde5
hlsl bxdf test dir
keptsecret 4f9dc9f
test bxdf compiles
keptsecret 2091701
minor namespace changes
keptsecret 385bcec
added bsdf test
keptsecret 5ba4dfd
Merge branch 'master' into bxdf_unit_tests
keptsecret 9212b65
fix namespace
keptsecret 32f959d
Example 62 fix
Przemog1 8128422
Merge branch 'master' into bxdf_unit_tests
keptsecret 70b28d8
working? test
keptsecret f177090
rng test util struct
keptsecret 382c862
beckmann dielectric test
keptsecret e0bde55
Updated examples
Przemog1 46c80dc
Merge branch 'master' of github.com:Devsh-Graphics-Programming/Nabla-…
Przemog1 677323b
Fixes
Przemog1 1bc825d
Merge branch 'bxdf_unit_tests' of github.com:Devsh-Graphics-Programmi…
Przemog1 76db120
Merge branch 'master' into bxdf_unit_tests
keptsecret 9de6ae8
fix syntax
keptsecret 6dbc89a
more tests (all brdfs) and utils
keptsecret 9c379eb
template tests
keptsecret 5140f85
all existing tests into templates
keptsecret fb7b31b
simplify test template and usage
keptsecret 3c415fd
diff v test
keptsecret 3524449
test metadata struct for more info
keptsecret ef188ba
smooth dielectric bsdf tests
keptsecret 17b253c
improve rng function
keptsecret 59d14c3
fix bugs in rng
keptsecret fac1ed1
fix tests, use uniform sampling
keptsecret 1ecd0c0
use new sampling
keptsecret c983141
hash to uint2 seed
keptsecret c02c9f0
use glm quaternions instead
keptsecret 0c3d657
callbacks on detect error
keptsecret 01d4799
fix callback usage bugs
keptsecret 887c3a0
changed ior, spectral_type usage in bxdf
keptsecret 9ab4e8e
use new pcg hlsl
keptsecret c8859c0
callback reruns bxdf compute
keptsecret 414f961
added bxdf names for debugging
keptsecret fe23efc
Saving work
Przemog1 cdff4c6
Merge branch 'bxdf_unit_tests' of github.com:Devsh-Graphics-Programmi…
Przemog1 3668d99
check util functions
keptsecret a66dc44
reciprocity test
keptsecret b5d9778
negative value checks
keptsecret 55362eb
Saving work
Przemog1 48cc64c
Merge branch 'bxdf_unit_tests' of github.com:Devsh-Graphics-Programmi…
Przemog1 5df264a
fix test orders
keptsecret 983efc3
Merge branch 'bxdf_unit_tests' of github.com:Devsh-Graphics-Programmi…
keptsecret e6e434a
use new param structs for bxdf funcs
keptsecret d494e3d
print more info on error
keptsecret 3305441
Merge branch 'master' into bxdf_unit_tests
keptsecret 3625ad2
fix reciprocity test, adjust comparison
keptsecret 839d42c
fixed reciprocity test
keptsecret a40ba94
test buckets of inf
keptsecret d0d5d93
bucket by polar coords
keptsecret c8f8dae
chi2 test
keptsecret 8ea1538
Merge branch 'master' into bxdf_unit_tests
keptsecret dcc2927
Merge branch 'master' into bxdf_unit_tests
keptsecret 8781cb0
fix chi2 test, beckmann still error
keptsecret 724acd5
add visualization option for chi2 samples
keptsecret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is useful in its own header like
xoroshiro
is