index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gfx
Age
Commit message (
Expand
)
Author
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-13
Refactor render-test to make cross platform (#1053)
jsmall-nvidia
2019-08-27
Two fixes to avoid random crash on destruction of GLRenderer (#1038)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-09
IntSet -> UIntSet (#961)
jsmall-nvidia
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-25
Feature/uint int definition (#954)
jsmall-nvidia
2019-03-25
Adapter selection for Renderer (#923)
jsmall-nvidia
2019-03-21
Hotfix/dx12 cubemap lookup (#921)
jsmall-nvidia
2019-03-21
Hotfix/dx12 tests use hardware (#920)
jsmall-nvidia
2019-03-21
Fix intemittent crash on dx12. (#919)
jsmall-nvidia
2019-03-18
First pass support for half on vk (#912)
jsmall-nvidia
2019-03-15
Upgraded vulkan headers to v1.1.103 (#909)
jsmall-nvidia
2019-03-08
Confirm layout for structured buffer of matrices, and related fixes (#889)
Tim Foley
2019-03-08
Fix a 64-bit issue in our Windows UI code (#887)
Tim Foley
2019-02-27
Hotfix/device check review (#862)
jsmall-nvidia
2019-02-26
Dx11 & Dx12 device startup (#861)
jsmall-nvidia
2019-02-19
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
2019-02-15
Split front- and back-ends (#846)
Tim Foley
2019-02-07
Hotfix/remove null this work around (#831)
jsmall-nvidia
2018-12-13
Remove memory and resource leaks (#754)
jsmall-nvidia
2018-11-29
Use hardware if available for Dx11 testing (#733)
jsmall-nvidia
2018-11-20
Keep resources in scope for Vk in DescriptorSet. (#726)
jsmall-nvidia
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-09-17
Hotfix/fixing warnings (#636)
jsmall-nvidia
2018-08-10
Improve model-viewer support for lights (#626)
Tim Foley
2018-08-06
Add basic support for "Dear IMGUI" (#625)
Tim Foley
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley