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
...
|
*
Reworked ShaderResourcesD3D11 to comply with the updated API
Egor Yusov
2019-03-03
3
-64
/
+8
|
*
Reworked ShaderD3D11Impl to comply with the updated API
Egor Yusov
2019-03-03
5
-82
/
+46
|
*
Reworked ShaderD3DBase to comply with the updated API
Egor Yusov
2019-03-03
6
-274
/
+66
|
*
A bunch of updates to ShaderResourceLayoutVk
Egor Yusov
2019-03-03
2
-79
/
+98
|
*
Added debug checks to verify that all resources in ShaderResouceCacheVk have ...
Egor Yusov
2019-03-03
7
-33
/
+69
|
*
Some cosmetic updates to PipelineStateVkImpl & ShaderVkImpl
Egor Yusov
2019-03-02
4
-32
/
+33
|
*
Updated ShaderVariableVk and ShaderResourceBindingVkImpl
Egor Yusov
2019-03-02
7
-64
/
+63
|
*
Updated ShaderVariableVk: not creating variables for immutable samplers + cod...
Egor Yusov
2019-03-02
2
-46
/
+51
|
*
Some minor changes to ShaderResourceCacheVk
Egor Yusov
2019-03-02
2
-20
/
+21
|
*
Some minor (mostly cosmetic) changes to SPIRVShaderResources
Egor Yusov
2019-03-02
2
-35
/
+37
|
*
Minor update
Egor Yusov
2019-03-02
1
-1
/
+1
|
*
Fixed PipelineState.h
Egor Yusov
2019-03-02
1
-0
/
+1
|
*
Fixed ShaderResourceBinding.h
Egor Yusov
2019-03-02
1
-0
/
+2
|
*
Fixed a number of issue with resource binding
Egor Yusov
2019-03-01
6
-33
/
+61
|
*
Renamed PipelineLayoutDesc to PipelineResourceLayoutDesc
Egor Yusov
2019-02-28
7
-48
/
+48
|
*
Improved shader resource binding error reporting in ShaderResourceLayoutVk
Egor Yusov
2019-02-28
4
-3
/
+42
|
*
Fixed memory leak
Egor Yusov
2019-02-28
1
-1
/
+5
|
*
Fixed some issues in Vk backend
Egor Yusov
2019-02-28
4
-14
/
+16
|
*
Finished refactoring pipeline layout definition in Vk backend
Egor Yusov
2019-02-28
5
-206
/
+367
|
*
Keeping copy of a shader name in SPIRVShaderResources
Egor Yusov
2019-02-28
5
-40
/
+22
|
*
Fixed PipelineLayoutVk
Egor Yusov
2019-02-28
4
-20
/
+23
|
*
Working on resource binding API refactor
Egor Yusov
2019-02-28
11
-206
/
+329
|
*
Updated ShaderVariableVk and ShaderResourceBindingVk
Egor Yusov
2019-02-27
4
-24
/
+25
|
*
Updated ShaderResourceLayoutVk
Egor Yusov
2019-02-27
2
-164
/
+354
|
*
Updating some files to match the new API
Egor Yusov
2019-02-27
8
-20
/
+32
|
*
Updated SaderVkImpl: removed static resources
Egor Yusov
2019-02-26
2
-49
/
+14
|
*
Updated SPIRVShaderResources: removed immutable samplers and variable type
Egor Yusov
2019-02-26
2
-339
/
+52
|
*
Cosmetic changes
Egor Yusov
2019-02-26
3
-11
/
+11
*
|
Added surface definition and find_library for android case
dom607
2019-02-27
1
-1
/
+5
*
|
Fix native window handle type.
dom607
2019-02-27
1
-1
/
+1
*
|
Enable gals init and finalize on android platform. Remove unused header.
dom607
2019-02-27
1
-14
/
+1
*
|
Fixed typo in LayoutElement structure
Egor Yusov
2019-02-27
1
-1
/
+1
*
|
Enabled using stencil in the swap chain in GL backend (fixed https://github.c...
Egor Yusov
2019-02-26
16
-79
/
+145
|
/
*
Fixed issue with gl_Position redeclaration in GLES3.1 and above (fixed https:...
Egor Yusov
2019-02-23
1
-2
/
+28
*
More typo fixes
Egor Yusov
2019-02-22
1
-2
/
+2
*
Fixed typo
Egor Yusov
2019-02-22
1
-1
/
+1
*
Some GLES compilers require whitespace after the macro without arguments (fix...
Egor Yusov
2019-02-22
1
-7
/
+9
*
Implemented workaround to allow binding static resources when separate shader...
Egor Yusov
2019-02-22
6
-23
/
+167
*
Fixed SRBs with non-separable shaders in GL back-end
Egor Yusov
2019-02-21
10
-199
/
+264
*
Not accessing program pipeline when separate shaders are not supported in GL ...
Egor Yusov
2019-02-21
2
-96
/
+90
*
Do not enable GLES extensions if they are part of the core API
Egor Yusov
2019-02-21
1
-7
/
+24
*
Use in/out layout qualifiers when separate shader objects extension is available
Egor Yusov
2019-02-21
1
-9
/
+14
*
Minor update to HLSL2GLSLConverter
Egor Yusov
2019-02-20
1
-1
/
+1
*
Updated supported texture format tests in GL backend
Egor Yusov
2019-02-20
1
-17
/
+41
*
HLSL2GLSLConverter: added option to not use layout location qualifiers on sha...
Egor Yusov
2019-02-20
3
-101
/
+151
*
Minor updates in D3D12 and Vk backends: not committing vertex buffers when PS...
Egor Yusov
2019-02-19
2
-2
/
+2
*
Fixed typo
Egor Yusov
2019-02-19
1
-1
/
+1
*
Updated auto stride computation
Egor Yusov
2019-02-19
1
-4
/
+4
*
FIxed issue with automatic input layout element stride computation
Egor Yusov
2019-02-19
2
-40
/
+56
*
Disabled all Vulkan features by default
Egor Yusov
2019-02-18
8
-119
/
+99
[prev]
[next]