| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | GraphicsEngineBase: removed pch.h | assiduous | 2020-11-06 | 13 | -16/+8 | |
| | * | | | | Refactored BottomLevelASBase | assiduous | 2020-11-06 | 3 | -162/+215 | |
| | * | | | | Fixed gcc/clang compiler issue | assiduous | 2020-11-06 | 1 | -4/+4 | |
| | * | | | | A number of minor updates/fixes | assiduous | 2020-11-06 | 32 | -297/+324 | |
| | * | | | | Added support for local root signature & shader record. | azhirnov | 2020-11-05 | 37 | -382/+375 | |
| | * | | | | Added AS copy with compacting. | azhirnov | 2020-11-05 | 52 | -1777/+2368 | |
| | * | | | | fixed compilation | azhirnov | 2020-11-03 | 2 | -8/+44 | |
| | * | | | | fixed resource state transitions, some improvements for ray tracing | azhirnov | 2020-11-03 | 34 | -657/+2312 | |
| | * | | | | Few improvements to ray tracing tests | assiduous | 2020-11-01 | 6 | -190/+89 | |
| | * | | | | Few minor updates to ray tracing tests | assiduous | 2020-11-01 | 3 | -106/+129 | |
| | * | | | | added tests for ray tracing | azhirnov | 2020-11-01 | 14 | -14/+4001 | |
| | * | | | | Fixed clang compiler warning | assiduous | 2020-10-30 | 2 | -3/+3 | |
| | * | | | | Merge branch 'master' | assiduous | 2020-10-30 | 1 | -2/+9 | |
| | |\ \ \ \ | ||||||
| | * | | | | | A number of minor updates | assiduous | 2020-10-30 | 20 | -287/+303 | |
| | * | | | | | Added include tests for BLAS, TLAS and SBT headers, fixed few issues | assiduous | 2020-10-30 | 24 | -9/+610 | |
| | * | | | | | added ray tracing implementation for dx12 and vulkan | azhirnov | 2020-10-28 | 74 | -786/+3033 | |
| | * | | | | | Fixed vexing gcc/clang liker error | assiduous | 2020-10-28 | 2 | -2/+2 | |
| | * | | | | | Fixed Linux build error | assiduous | 2020-10-28 | 1 | -1/+1 | |
| | * | | | | | Merge branch 'master' into ray_tracing | assiduous | 2020-10-28 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | ShaderResourceLayout{D3D12,Vk}: implemented GetShaderName | assiduous | 2020-10-28 | 5 | -12/+62 | |
| | * | | | | | | Fixed two minor merge issues | assiduous | 2020-10-28 | 2 | -2/+2 | |
| | * | | | | | | Merge branch 'master' into ray_tracing | assiduous | 2020-10-28 | 7 | -8/+28 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed Linux/Max build errors | assiduous | 2020-10-28 | 1 | -3/+3 | |
| | * | | | | | | | A number of updates/fixes to PSO refactor merge | assiduous | 2020-10-28 | 50 | -992/+933 | |
| | * | | | | | | | PSO refactoring for ray tracing | azhirnov | 2020-10-25 | 81 | -1392/+3598 | |
| | * | | | | | | | Merge branch 'master' into ray_tracing | azhirnov | 2020-10-25 | 144 | -2669/+4543 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixed Mac/iOS build | assiduous | 2020-10-05 | 2 | -1/+29 | |
| | * | | | | | | | | Merge branch 'master' | assiduous | 2020-10-05 | 6 | -42/+49 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Removed StringView; using unordered_maps in BLAS, TLAS and SBT | assiduous | 2020-10-05 | 5 | -93/+22 | |
| | * | | | | | | | | | Merge branch 'master' | assiduous | 2020-10-05 | 2 | -49/+184 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | A few random fixes to ray tracing API and implementation | assiduous | 2020-10-04 | 36 | -276/+363 | |
| | * | | | | | | | | | | Added KHR extension emulation via NV extension | azhirnov | 2020-10-04 | 7 | -2/+556 | |
| | * | | | | | | | | | | Added Vulkan implementation | azhirnov | 2020-10-04 | 39 | -125/+2685 | |
| | * | | | | | | | | | | Added dummy implementation for D3D11, D3D12, OpenGL | azhirnov | 2020-10-04 | 13 | -6/+224 | |
| | * | | | | | | | | | | Added ray tracing types | azhirnov | 2020-10-04 | 14 | -77/+1149 | |
| * | | | | | | | | | | | Math Lib: added Matrix4x4 constructor from float4 rows | assiduous | 2020-12-14 | 2 | -0/+24 | |
| * | | | | | | | | | | | D3D11 Device context: verifying committed resources only when DRAW_FLAG_VERIF... | assiduous | 2020-12-14 | 1 | -11/+11 | |
| * | | | | | | | | | | | Updated ShaderMacroHelper | assiduous | 2020-12-14 | 1 | -0/+11 | |
| * | | | | | | | | | | | Few updated to BufferSuballocator and DynamicTextureAtlas | assiduous | 2020-12-10 | 8 | -179/+41 | |
| * | | | | | | | | | | | DynamicAtlasManager: few minor updates; disabled region merging tests | assiduous | 2020-12-09 | 2 | -14/+41 | |
| * | | | | | | | | | | | DynamicAtlasManager: some cosmetic improvements | assiduous | 2020-12-08 | 1 | -6/+5 | |
| * | | | | | | | | | | | Reworked DynamicAtlasManager to use tree of regions | assiduous | 2020-12-08 | 2 | -197/+307 | |
| * | | | | | | | | | | | MathLib: added CheckBox2DBox2DOverlap function | assiduous | 2020-12-08 | 2 | -0/+96 | |
| * | | | | | | | | | | | Fixed minor issue with IDynamicTextureAtlas::GetAtlasDesc not being pure virtual | assiduous | 2020-12-08 | 2 | -2/+2 | |
| * | | | | | | | | | | | Updated CreateBufferSuballocator and CreateDynamicTextureAtlas functions to t... | assiduous | 2020-12-08 | 4 | -18/+18 | |
| * | | | | | | | | | | | Moved pDevice parameter from BufferSuballocatorCreateInfo and DynamicTextureA... | assiduous | 2020-12-08 | 6 | -32/+37 | |
| * | | | | | | | | | | | Fixed issue with the last reference to TextureAtlasSuballocation and BufferSu... | assiduous | 2020-12-08 | 4 | -1/+69 | |
| * | | | | | | | | | | | Fixed potential threading issue in BufferSuballocatorImpl | assiduous | 2020-12-07 | 3 | -33/+20 | |
| * | | | | | | | | | | | A number of fixes/improvements to DynamicTextureAtlas | assiduous | 2020-12-07 | 3 | -112/+135 | |
| * | | | | | | | | | | | Graphics tools: added Dynamic Texture Atlas | assiduous | 2020-12-07 | 9 | -10/+755 | |
