index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added alignment parameter to allocation managers (fixed https://github.com/Di...
Egor Yusov
2018-09-09
23
-422
/
+579
*
Fixed debug check in ShaderResourceBindingD3D12Impl::InitializeStaticResources()
Egor Yusov
2018-09-04
1
-1
/
+1
*
Fixed texture usage checks to avoid false warnings in OpenGL
Egor Yusov
2018-09-04
4
-1
/
+7
*
Code formatting
Egor Yusov
2018-09-04
1
-14
/
+14
*
Added alignment parameter to VulkanUploadHeap::Allocate()
Egor Yusov
2018-09-03
3
-26
/
+39
*
Reworked DeviceContextVkImpl::UpdateTextureRegion() to use upload heap instea...
Egor Yusov
2018-09-02
4
-93
/
+91
*
Implemented texture mapping in Vulkan (fixed https://github.com/DiligentGraph...
Egor Yusov
2018-09-02
5
-58
/
+209
*
Fixed build error
Egor Yusov
2018-09-01
1
-1
/
+1
*
Updated texture map/unmap intererface; implemented texture mapping in D3D12
Egor Yusov
2018-09-01
13
-118
/
+333
*
Disabled notification messages in OpenGL
Egor Yusov
2018-08-31
1
-6
/
+29
*
Updated debug checks in texture update methods
Egor Yusov
2018-08-31
4
-13
/
+15
*
Minor correction
Egor Yusov
2018-08-30
1
-1
/
+1
*
Fixed shader parsing errors caused by incorrect representation of signed enum...
Egor Yusov
2018-08-30
10
-103
/
+140
*
Fixed compressed texture initialization in Vk
Egor Yusov
2018-08-30
1
-10
/
+21
*
Fixed issue in DeviceContextVkImpl::UpdateTextureRegion()
Egor Yusov
2018-08-30
1
-1
/
+1
*
Fixed MacOS/iOS build error
Egor Yusov
2018-08-30
1
-0
/
+19
*
Fixed handling of small compressed texture subresources
Egor Yusov
2018-08-30
14
-105
/
+245
*
Fixed debug checks
Egor Yusov
2018-08-29
3
-3
/
+3
*
Fixed update data for compressed textures
Egor Yusov
2018-08-29
3
-28
/
+49
*
Added few debug checks
Egor Yusov
2018-08-29
2
-0
/
+4
*
Fixed issue in update texture methods in Vk and D3D12; updated copy from buff...
Egor Yusov
2018-08-29
2
-6
/
+13
*
Implemented UpdateTexture in Vulkan
Egor Yusov
2018-08-29
4
-73
/
+105
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/27 (alignment i...
Egor Yusov
2018-08-29
1
-1
/
+3
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/17 (Add support...
Egor Yusov
2018-08-28
6
-56
/
+126
*
Moved Signal class from LockHelper.h to Signal.h
Egor Yusov
2018-08-28
3
-0
/
+3
*
Fixed a problem with accessing variables in inactive shader stages in D3D11 b...
Egor Yusov
2018-08-28
5
-32
/
+26
*
Few minor updates
Egor Yusov
2018-08-27
8
-10
/
+16
*
Fixed false warning about zero indices for indirect draw/dispatch commands
Egor Yusov
2018-08-27
1
-13
/
+17
*
Fixed issue with buffer view offset in VK backend
Egor Yusov
2018-08-26
2
-5
/
+6
*
Added draw/dispatch command argument validation
Egor Yusov
2018-08-26
6
-183
/
+185
*
Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...
Egor Yusov
2018-08-26
28
-238
/
+309
*
Added comment
Egor Yusov
2018-08-25
1
-1
/
+3
*
More updates to ShaderResourceLayoutD3D12
Egor Yusov
2018-08-25
1
-26
/
+22
*
Some minor updates to ShaderResourceLayoutD3D12
Egor Yusov
2018-08-25
1
-3
/
+0
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/16 (Rework D3D1...
Egor Yusov
2018-08-25
15
-751
/
+801
*
Implemented shader variable access by Index in GL backend
Egor Yusov
2018-08-22
7
-93
/
+132
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/21 (Make messag...
Egor Yusov
2018-08-21
5
-27
/
+23
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/19 (Add support...
Egor Yusov
2018-08-21
4
-37
/
+55
*
Removed dummy shader variable. Added final kw to implementation classes.
Egor Yusov
2018-08-21
71
-276
/
+126
*
Reworked UAV handling in D3D11 device context implementation: fixed potential...
Egor Yusov
2018-08-08
7
-4280
/
+4302
*
Corrected committed UAV tests in D3D11 context impl
Egor Yusov
2018-08-03
1
-6
/
+6
*
Imprved Pixel shader UAV handling in D3D11 context implementation
Egor Yusov
2018-08-03
1
-10
/
+43
*
Implemented shader variable access by index;
Egor Yusov
2018-08-03
33
-117
/
+693
*
Couple fixes to Vulkan upload heap
Egor Yusov
2018-08-02
2
-4
/
+3
*
Reworked upload heap in Vulkan to suballocate pages from the global resource ...
Egor Yusov
2018-08-01
10
-253
/
+333
*
Reworked dynamic resource management in Vulkan to not rely on RingBuffer; add...
Egor Yusov
2018-07-31
25
-276
/
+434
*
Fixed major performance bug in Vk backend: removed unnecessary call to EndRen...
Egor Yusov
2018-07-26
2
-15
/
+10
*
Couple cosmetic improvements
Egor Yusov
2018-07-25
1
-9
/
+8
*
Improved performance of DeviceObjectBase::Release()
Egor Yusov
2018-07-25
69
-288
/
+325
*
Few improvements to RefCntAutoPtr & DeviceContextBase::SetPipelineState
Egor Yusov
2018-07-25
6
-15
/
+15
[prev]
[next]