summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* PipelineResourceSignatureD3D12Impl: reworked indexing of m_SrvCbvUavRootTable...assiduous2021-03-194-93/+57
* Few minor updates to PSO implsassiduous2021-03-195-15/+15
* bug fixes for dx12 resource signatureazhirnov2021-03-1911-268/+324
* PSO small refactoringazhirnov2021-03-195-86/+82
* PipelineResourceSignatureD3D12Impl: some code reorganizationassiduous2021-03-194-300/+305
* Few fixes to RootParamsManagerassiduous2021-03-193-25/+58
* fixed descriptor heap typeazhirnov2021-03-191-3/+7
* fixed mem leak in root signature cache in dx12azhirnov2021-03-192-9/+8
* added debug checks for DXIL resource remappingazhirnov2021-03-191-0/+15
* Fixed immutable samplers for dx12azhirnov2021-03-192-16/+19
* Fixed DXBC resources remapping for SM5.1azhirnov2021-03-191-136/+286
* Refactored RootParamsManagerassiduous2021-03-198-568/+630
* DXBCUtils: fixed compiler errorassiduous2021-03-191-0/+2
* Vk backend: some minor updates + commentsassiduous2021-03-197-31/+44
* Fixed minor issue with format validation and GetPipelineResourceFlagsString testassiduous2021-03-191-1/+1
* DXIL: remap bind point when used dynamic indexingazhirnov2021-03-191-67/+145
* remap resources in DXBC shader bytecodeazhirnov2021-03-191-39/+1387
* merged with resource_signatureazhirnov2021-03-1944-4427/+4397
* Merged masterassiduous2021-03-1939-331/+706
|\
| * Fixed uninitialized atomic in StateObjectsRegistry (#193)Shootfast2021-03-021-0/+1
| * Reworked DeviceContextVkImpl to submit deferred command list in the same batc...assiduous2021-02-073-49/+54
| * DeviceContextD3D12Impl: reworked flush to also execute deferred command lists...assiduous2021-02-073-41/+46
| * Reworked ExecuteCommandList(s) to take multiple command lists instead of oneassiduous2021-02-0718-91/+198
| * Swap chain Vk: improved presentation mode selection (fixed https://github.com...assiduous2021-02-071-14/+30
| * Fixed return type in function AccessMaskFromImageLayoutMikhailGorobets2021-02-061-4/+4
| * Shader Resource Layout Tests: fixed non-separable programs caseassiduous2021-02-061-1/+12
| * Vulkan backend: added output for SPIRV Optimizerassiduous2021-02-062-15/+83
| * GraphicsTools: removed pch.h (fixed https://github.com/DiligentGraphics/Dilig...assiduous2021-02-0610-66/+0
| * HLSL2GLSLConverter: enabled support of read operator [] for RW textures; fixe...assiduous2021-02-062-95/+320
| * Reworked ShaderResourceLayoutTest.FormattedBuffers and ShaderResourceLayoutTe...assiduous2021-02-041-0/+9
| * Reworked ShaderResourceLayoutTest.Textures and ShaderResourceLayoutTest.Immut...assiduous2021-02-041-5/+6
| * CMake: added selection of simulator or device MoltenVK library for iOSassiduous2021-02-041-6/+9
| * Disabled (for now) linking with simulator MoltenVK library to fix the iOS buildassiduous2021-02-031-1/+1
| * Updated CMake to use VulkanSDK 1.2.162.1assiduous2021-01-291-1/+1
* | PipelineResourceSignatureVkImpl: removed methods and members that were moved ...assiduous2021-02-043-35/+5
* | update for vulkan PRSazhirnov2021-02-042-2/+36
* | Some refactoring of DXBCUtilsassiduous2021-02-043-82/+101
* | added DXBC resource remappingazhirnov2021-02-033-0/+309
* | Reworked ShaderResourceLayoutTest.FormattedBuffers and ShaderResourceLayoutTe...assiduous2021-02-021-0/+9
* | Reworked ShaderResourceLayoutTest.Textures and ShaderResourceLayoutTest.Immut...assiduous2021-02-021-5/+6
* | Fixed gcc build errorassiduous2021-02-021-3/+3
* | Fixed clang warningassiduous2021-02-011-0/+4
* | Fixed gcc/clang errorsassiduous2021-02-012-4/+5
* | Few minor code changes + commentsassiduous2021-02-015-45/+50
* | Fixed handling empty resource signatures and SRBsassiduous2021-02-011-8/+20
* | DeviceContextVkImpl: reworked SRB's descriptor set bindingassiduous2021-02-013-109/+120
* | ShaderVariableManagerVk: removed duplicate logicassiduous2021-01-314-53/+55
* | Shader resource cache Vk: added debug checks for dynamic buffers and offsetsassiduous2021-01-313-19/+37
* | Pipeline resource singature Vk: few updates to buffer bindingsassiduous2021-01-312-22/+38
* | Pipeline resource signature Vk: removed texel buffers with dynamic offsets as...assiduous2021-01-312-20/+5