summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-0923-422/+579
* Fixed debug check in ShaderResourceBindingD3D12Impl::InitializeStaticResources()Egor Yusov2018-09-041-1/+1
* Fixed texture usage checks to avoid false warnings in OpenGLEgor Yusov2018-09-044-1/+7
* Code formattingEgor Yusov2018-09-041-14/+14
* Added alignment parameter to VulkanUploadHeap::Allocate()Egor Yusov2018-09-033-26/+39
* Reworked DeviceContextVkImpl::UpdateTextureRegion() to use upload heap instea...Egor Yusov2018-09-024-93/+91
* Implemented texture mapping in Vulkan (fixed https://github.com/DiligentGraph...Egor Yusov2018-09-025-58/+209
* Fixed build errorEgor Yusov2018-09-011-1/+1
* Updated texture map/unmap intererface; implemented texture mapping in D3D12Egor Yusov2018-09-0113-118/+333
* Disabled notification messages in OpenGLEgor Yusov2018-08-311-6/+29
* Updated debug checks in texture update methodsEgor Yusov2018-08-314-13/+15
* Minor correctionEgor Yusov2018-08-301-1/+1
* Fixed shader parsing errors caused by incorrect representation of signed enum...Egor Yusov2018-08-3010-103/+140
* Fixed compressed texture initialization in VkEgor Yusov2018-08-301-10/+21
* Fixed issue in DeviceContextVkImpl::UpdateTextureRegion()Egor Yusov2018-08-301-1/+1
* Fixed MacOS/iOS build errorEgor Yusov2018-08-301-0/+19
* Fixed handling of small compressed texture subresourcesEgor Yusov2018-08-3014-105/+245
* Fixed debug checksEgor Yusov2018-08-293-3/+3
* Fixed update data for compressed texturesEgor Yusov2018-08-293-28/+49
* Added few debug checksEgor Yusov2018-08-292-0/+4
* Fixed issue in update texture methods in Vk and D3D12; updated copy from buff...Egor Yusov2018-08-292-6/+13
* Implemented UpdateTexture in VulkanEgor Yusov2018-08-294-73/+105
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/27 (alignment i...Egor Yusov2018-08-291-1/+3
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/17 (Add support...Egor Yusov2018-08-286-56/+126
* Moved Signal class from LockHelper.h to Signal.hEgor Yusov2018-08-283-0/+3
* Fixed a problem with accessing variables in inactive shader stages in D3D11 b...Egor Yusov2018-08-285-32/+26
* Few minor updatesEgor Yusov2018-08-278-10/+16
* Fixed false warning about zero indices for indirect draw/dispatch commandsEgor Yusov2018-08-271-13/+17
* Fixed issue with buffer view offset in VK backendEgor Yusov2018-08-262-5/+6
* Added draw/dispatch command argument validationEgor Yusov2018-08-266-183/+185
* Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...Egor Yusov2018-08-2628-238/+309
* Added commentEgor Yusov2018-08-251-1/+3
* More updates to ShaderResourceLayoutD3D12Egor Yusov2018-08-251-26/+22
* Some minor updates to ShaderResourceLayoutD3D12Egor Yusov2018-08-251-3/+0
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/16 (Rework D3D1...Egor Yusov2018-08-2515-751/+801
* Implemented shader variable access by Index in GL backendEgor Yusov2018-08-227-93/+132
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/21 (Make messag...Egor Yusov2018-08-215-27/+23
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/19 (Add support...Egor Yusov2018-08-214-37/+55
* Removed dummy shader variable. Added final kw to implementation classes.Egor Yusov2018-08-2171-276/+126
* Reworked UAV handling in D3D11 device context implementation: fixed potential...Egor Yusov2018-08-087-4280/+4302
* Corrected committed UAV tests in D3D11 context implEgor Yusov2018-08-031-6/+6
* Imprved Pixel shader UAV handling in D3D11 context implementationEgor Yusov2018-08-031-10/+43
* Implemented shader variable access by index;Egor Yusov2018-08-0333-117/+693
* Couple fixes to Vulkan upload heapEgor Yusov2018-08-022-4/+3
* Reworked upload heap in Vulkan to suballocate pages from the global resource ...Egor Yusov2018-08-0110-253/+333
* Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...Egor Yusov2018-07-3125-276/+434
* Fixed major performance bug in Vk backend: removed unnecessary call to EndRen...Egor Yusov2018-07-262-15/+10
* Couple cosmetic improvementsEgor Yusov2018-07-251-9/+8
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-2569-288/+325
* Few improvements to RefCntAutoPtr & DeviceContextBase::SetPipelineStateEgor Yusov2018-07-256-15/+15