Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
45f447c
write down some notes on the normals and debug data
devshgraphicsprogramming Mar 27, 2026
f9d7d43
change the Scramble sequence cache
devshgraphicsprogramming Mar 28, 2026
35e7cd7
make the scramble sequence cache work
devshgraphicsprogramming Mar 30, 2026
b31fa3d
Use the sample count texture to keep track of samples accumulated so …
devshgraphicsprogramming Mar 30, 2026
2e90b9f
rename `ScrambleSequence.hpp` to `CCachedOwenScrambledSequence.hpp` a…
devshgraphicsprogramming Mar 30, 2026
0271710
Fix up example 31 to use the KeyedQuantizedSequence.hlsl
devshgraphicsprogramming Mar 31, 2026
897171c
fix a change to ex 31
devshgraphicsprogramming Mar 31, 2026
f84d52c
nuke the GLSL Compute path tracer
devshgraphicsprogramming Mar 31, 2026
85aae49
Merge remote-tracking branch 'remotes/origin/master' into path_tracer…
devshgraphicsprogramming Mar 31, 2026
5d3b3b2
RWMC is broken, Persistent workgroups are broken (light and camera do…
devshgraphicsprogramming Mar 31, 2026
eafcc3d
generalize accumulators
devshgraphicsprogramming Mar 31, 2026
d4666d4
float16 ray payload optimizations, abstract advancing the sampler
devshgraphicsprogramming Mar 31, 2026
9f89a9e
factor out the raygen functions, design the payload for the beauty pi…
devshgraphicsprogramming Mar 31, 2026
a0c3b43
note down stuff
devshgraphicsprogramming Apr 1, 2026
82bdf1c
move things to common.hlsl
devshgraphicsprogramming Apr 2, 2026
a3b988d
sketch out a solution to abusing stochastic transparency in anyhit fo…
devshgraphicsprogramming Apr 2, 2026
add6179
shader sketch complete
devshgraphicsprogramming Apr 3, 2026
b42af7e
transparency shouldn't be in the spectral type, we don't really accum…
devshgraphicsprogramming Apr 3, 2026
f14a8d2
split the color stuff from AOV stuff clearly
devshgraphicsprogramming Apr 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ compiled.spv
*.pyc
*/.vscode/*
*/__main__.py
/tmp/rtSamples.bin
tmp
38 changes: 0 additions & 38 deletions 30_ComputeShaderPathTracer/CMakeLists.txt

This file was deleted.

Loading