Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Devsh-Graphics-Programming
/
Nabla
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
711
Code
Issues
82
Pull requests
38
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
New sampler concepts
- #1058
#1058
Open
karimsayedre
wants to merge 22 commits into
master
Devsh-Graphics-Programming/Nabla:master
from
new-sampler-concepts
Devsh-Graphics-Programming/Nabla:new-sampler-concepts
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
New sampler concepts
#1058
karimsayedre
wants to merge 22 commits into
master
Devsh-Graphics-Programming/Nabla:master
from
new-sampler-concepts
Devsh-Graphics-Programming/Nabla:new-sampler-concepts
Copy head branch name to clipboard
Commits
Commits on Apr 16, 2026
factorize out a bunch of stuff, make the Spherical Rectangle Solid Angle Sampler global like its Triangle counterpart, we need to keep the basis around
devshgraphicsprogramming
committed
1f3fed4
View commit details
Copy full SHA for 1f3fed4
Browse repository at this point
Updated examples
Przemog1
committed
293df33
View commit details
Copy full SHA for 293df33
Browse repository at this point
Updated examples
Przemog1
committed
4c78858
View commit details
Copy full SHA for 4c78858
Browse repository at this point
epic optimization!
devshgraphicsprogramming
committed
1df4116
View commit details
Copy full SHA for 1df4116
Browse repository at this point
Commits on Apr 17, 2026
`UsePdfAsWeight==false` implementation was 100% wrong
devshgraphicsprogramming
committed
a3ed91a
View commit details
Copy full SHA for a3ed91a
Browse repository at this point
why its always to use accessing methods than members directly in other code :P
devshgraphicsprogramming
committed
99e9495
View commit details
Copy full SHA for 99e9495
Browse repository at this point
The Spherical Rectangle Shape needs to be created with the observer (local coordinate system) already given and fixed.
Show description for 6da021b
devshgraphicsprogramming
committed
6da021b
View commit details
Copy full SHA for 6da021b
Browse repository at this point
Spherical Rectangle needs `generateInverse` implemented, otherwise PRactical Warps are broken wrong weight was getting returned and MIS weights were inconsistent.
Show description for 4045921
devshgraphicsprogramming
committed
4045921
View commit details
Copy full SHA for 4045921
Browse repository at this point
Update spherical_triangle.hlsl
Show description for 45a68a6
devshgraphicsprogramming
authored
45a68a6
View commit details
Copy full SHA for 45a68a6
Browse repository at this point
Commits on Apr 21, 2026
fixed compartor float vs bool warning, no more spherical triangle boilerplate, addressed comments
karimsayedre
committed
2291b7d
View commit details
Copy full SHA for 2291b7d
Browse repository at this point
Commits on Apr 24, 2026
Eytzinger CDF, alias table is packed, 2 versions, CDF sampler now has 3 enumed types (tracking, YOLO, Eytzinger)
karimsayedre
committed
37cb817
View commit details
Copy full SHA for 37cb817
Browse repository at this point
forgotten to commit file
karimsayedre
committed
c12a724
View commit details
Copy full SHA for c12a724
Browse repository at this point
Merge branch 'master' into new-sampler-concepts
Show description for 0571f7e
karimsayedre
committed
0571f7e
View commit details
Copy full SHA for 0571f7e
Browse repository at this point
Commits on Apr 27, 2026
replaced all sampler literal floats casting with `_static_cast<>()`
karimsayedre
committed
fc3cec4
View commit details
Copy full SHA for fc3cec4
Browse repository at this point
Commits on May 13, 2026
spherical rectangle computeHitT fix and assert fixes
karimsayedre
committed
76e515c
View commit details
Copy full SHA for 76e515c
Browse repository at this point
Merge branch 'master' into new-sampler-concepts
Show description for 8443d03
karimsayedre
committed
8443d03
View commit details
Copy full SHA for 8443d03
Browse repository at this point
Add structured stats/IRs to pipeline executable info
karimsayedre
committed
82758e6
View commit details
Copy full SHA for 82758e6
Browse repository at this point
Commits on May 17, 2026
Update examples benchmark sync fix
AnastaZIuk
committed
4a5cb46
View commit details
Copy full SHA for 4a5cb46
Browse repository at this point
Commits on May 18, 2026
Harden pipeline executable info
AnastaZIuk
committed
524782f
View commit details
Copy full SHA for 524782f
Browse repository at this point
Merge pull request #1070 from Devsh-Graphics-Programming/IBenchmark
Show description for 56e43c4
karimsayedre
authored
56e43c4
View commit details
Copy full SHA for 56e43c4
Browse repository at this point
Merge branch 'master' into new-sampler-concepts
Show description for 7f3d008
karimsayedre
committed
7f3d008
View commit details
Copy full SHA for 7f3d008
Browse repository at this point
Commits on May 21, 2026
Merge remote-tracking branch 'origin/tester_improvements' into new-sampler-concepts
Show description for 9915d9a
karimsayedre
committed
9915d9a
View commit details
Copy full SHA for 9915d9a
Browse repository at this point
You can’t perform that action at this time.