summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | GraphicsEngineBase: removed pch.hassiduous2020-11-0613-16/+8
| * | | | Refactored BottomLevelASBaseassiduous2020-11-063-162/+215
| * | | | Fixed gcc/clang compiler issueassiduous2020-11-061-4/+4
| * | | | A number of minor updates/fixesassiduous2020-11-0632-297/+324
| * | | | Added support for local root signature & shader record.azhirnov2020-11-0537-382/+375
| * | | | Added AS copy with compacting.azhirnov2020-11-0552-1777/+2368
| * | | | fixed compilationazhirnov2020-11-032-8/+44
| * | | | fixed resource state transitions, some improvements for ray tracingazhirnov2020-11-0334-657/+2312
| * | | | Few improvements to ray tracing testsassiduous2020-11-016-190/+89
| * | | | Few minor updates to ray tracing testsassiduous2020-11-013-106/+129
| * | | | added tests for ray tracingazhirnov2020-11-0114-14/+4001
| * | | | Fixed clang compiler warningassiduous2020-10-302-3/+3
| * | | | Merge branch 'master'assiduous2020-10-301-2/+9
| |\ \ \ \
| * | | | | A number of minor updatesassiduous2020-10-3020-287/+303
| * | | | | Added include tests for BLAS, TLAS and SBT headers, fixed few issuesassiduous2020-10-3024-9/+610
| * | | | | added ray tracing implementation for dx12 and vulkanazhirnov2020-10-2874-786/+3033
| * | | | | Fixed vexing gcc/clang liker errorassiduous2020-10-282-2/+2
| * | | | | Fixed Linux build errorassiduous2020-10-281-1/+1
| * | | | | Merge branch 'master' into ray_tracingassiduous2020-10-281-1/+1
| |\ \ \ \ \
| * | | | | | ShaderResourceLayout{D3D12,Vk}: implemented GetShaderNameassiduous2020-10-285-12/+62
| * | | | | | Fixed two minor merge issuesassiduous2020-10-282-2/+2
| * | | | | | Merge branch 'master' into ray_tracingassiduous2020-10-287-8/+28
| |\ \ \ \ \ \
| * | | | | | | Fixed Linux/Max build errorsassiduous2020-10-281-3/+3
| * | | | | | | A number of updates/fixes to PSO refactor mergeassiduous2020-10-2850-992/+933
| * | | | | | | PSO refactoring for ray tracingazhirnov2020-10-2581-1392/+3598
| * | | | | | | Merge branch 'master' into ray_tracingazhirnov2020-10-25144-2669/+4543
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed Mac/iOS buildassiduous2020-10-052-1/+29
| * | | | | | | | Merge branch 'master'assiduous2020-10-056-42/+49
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Removed StringView; using unordered_maps in BLAS, TLAS and SBTassiduous2020-10-055-93/+22
| * | | | | | | | | Merge branch 'master'assiduous2020-10-052-49/+184
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | A few random fixes to ray tracing API and implementationassiduous2020-10-0436-276/+363
| * | | | | | | | | | Added KHR extension emulation via NV extensionazhirnov2020-10-047-2/+556
| * | | | | | | | | | Added Vulkan implementationazhirnov2020-10-0439-125/+2685
| * | | | | | | | | | Added dummy implementation for D3D11, D3D12, OpenGLazhirnov2020-10-0413-6/+224
| * | | | | | | | | | Added ray tracing typesazhirnov2020-10-0414-77/+1149
* | | | | | | | | | | Math Lib: added Matrix4x4 constructor from float4 rowsassiduous2020-12-142-0/+24
* | | | | | | | | | | D3D11 Device context: verifying committed resources only when DRAW_FLAG_VERIF...assiduous2020-12-141-11/+11
* | | | | | | | | | | Updated ShaderMacroHelperassiduous2020-12-141-0/+11
* | | | | | | | | | | Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-108-179/+41
* | | | | | | | | | | DynamicAtlasManager: few minor updates; disabled region merging testsassiduous2020-12-092-14/+41
* | | | | | | | | | | DynamicAtlasManager: some cosmetic improvementsassiduous2020-12-081-6/+5
* | | | | | | | | | | Reworked DynamicAtlasManager to use tree of regionsassiduous2020-12-082-197/+307
* | | | | | | | | | | MathLib: added CheckBox2DBox2DOverlap functionassiduous2020-12-082-0/+96
* | | | | | | | | | | Fixed minor issue with IDynamicTextureAtlas::GetAtlasDesc not being pure virtualassiduous2020-12-082-2/+2
* | | | | | | | | | | Updated CreateBufferSuballocator and CreateDynamicTextureAtlas functions to t...assiduous2020-12-084-18/+18
* | | | | | | | | | | Moved pDevice parameter from BufferSuballocatorCreateInfo and DynamicTextureA...assiduous2020-12-086-32/+37
* | | | | | | | | | | Fixed issue with the last reference to TextureAtlasSuballocation and BufferSu...assiduous2020-12-084-1/+69
* | | | | | | | | | | Fixed potential threading issue in BufferSuballocatorImplassiduous2020-12-073-33/+20
* | | | | | | | | | | A number of fixes/improvements to DynamicTextureAtlasassiduous2020-12-073-112/+135
* | | | | | | | | | | Graphics tools: added Dynamic Texture Atlasassiduous2020-12-079-10/+755