index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsAccessories
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vulkan: fixed tests on Mac.
azhirnov
2021-03-19
1
-1
/
+0
*
Renamed Align to AlignUp
assiduous
2021-03-19
1
-7
/
+7
*
Added resource signature creation failure test; fxied validation of resource ...
assiduous
2021-03-19
1
-2
/
+37
*
merged with resource_signature
azhirnov
2021-03-19
1
-1
/
+5
*
Graphics accessories: added GetPipelineResourceFlagsString function
assiduous
2021-01-30
1
-13
/
+49
*
Some code cleanup
assiduous
2021-01-26
1
-1
/
+1
*
allow to combine graphics PRS with mesh pipeline
azhirnov
2021-01-26
1
-13
/
+11
*
added immutable samplers to descriptor set layout, fixed PRS tests
azhirnov
2021-01-26
1
-7
/
+18
*
GraphicsAccessories: added PipelineTypeFromShaderStages function
assiduous
2021-01-25
1
-0
/
+32
*
Updated copyright notice
assiduous
2021-01-01
4
-4
/
+4
*
Implemented initialization of staging textures in D3D12 and Vulkan backends
assiduous
2021-01-01
1
-0
/
+28
*
Merge branch 'azhirnov-ray_tracing_2'
assiduous
2020-12-15
1
-52
/
+97
|
\
|
*
Merge branch 'master' into ray_tracing_2
azhirnov
2020-11-18
1
-0
/
+44
|
|
\
|
*
|
A number of minor updates
assiduous
2020-10-30
1
-2
/
+1
|
*
|
added ray tracing implementation for dx12 and vulkan
azhirnov
2020-10-28
1
-2
/
+4
|
*
|
A number of updates/fixes to PSO refactor merge
assiduous
2020-10-28
1
-15
/
+12
|
*
|
PSO refactoring for ray tracing
azhirnov
2020-10-25
1
-33
/
+46
|
*
|
Merge branch 'master' into ray_tracing
azhirnov
2020-10-25
1
-15
/
+16
|
|
\
\
|
*
|
|
A few random fixes to ray tracing API and implementation
assiduous
2020-10-04
1
-18
/
+31
|
*
|
|
Added ray tracing types
azhirnov
2020-10-04
1
-16
/
+37
*
|
|
|
Few updated to BufferSuballocator and DynamicTextureAtlas
assiduous
2020-12-10
1
-157
/
+9
*
|
|
|
DynamicAtlasManager: few minor updates; disabled region merging tests
assiduous
2020-12-09
1
-13
/
+17
*
|
|
|
Reworked DynamicAtlasManager to use tree of regions
assiduous
2020-12-08
1
-157
/
+247
*
|
|
|
Graphics tools: added Dynamic Texture Atlas
assiduous
2020-12-07
1
-3
/
+3
*
|
|
|
DynamicAtlasManager: fixed dtor to allow moved-out objects
assiduous
2020-12-05
1
-5
/
+14
*
|
|
|
DynamicAtlasManager: added more tests + few minor updates
assiduous
2020-12-04
1
-43
/
+39
*
|
|
|
DynamicAtlasManager: fixed issue with regions not being merged when splitting...
assiduous
2020-12-04
1
-17
/
+37
*
|
|
|
DynamicAtlasManager: fixed gcc error + added standard ctors
assiduous
2020-11-29
1
-0
/
+2
*
|
|
|
Added DynamicAtlasManager class
assiduous
2020-11-28
1
-0
/
+452
|
|
_
|
/
|
/
|
|
*
|
|
Moved GetBufferToTextureCopyInfo to GraphicsAccessories
assiduous
2020-11-17
1
-0
/
+44
|
|
/
|
/
|
*
|
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
2020-10-19
1
-6
/
+6
*
|
All backends: added resource dimension validation when setting shader variables
assiduous
2020-10-17
1
-7
/
+7
*
|
A number of corrections for PSO refactoring
assiduous
2020-10-11
1
-1
/
+1
*
|
removed strong references to shaders in PSO
azhirnov
2020-10-08
1
-1
/
+1
*
|
Few minor updates
assiduous
2020-10-07
1
-1
/
+2
|
/
*
Unified staging buffer offset processing in Vulkan and GL
assiduous
2020-10-01
1
-4
/
+35
*
A number of updates to support Metal backend
assiduous
2020-10-01
1
-0
/
+36
*
Refactored internal shader resouce variable indexing
assiduous
2020-09-18
1
-0
/
+109
*
Added GPU vendor and memory size detection (API 240071), closed https://githu...
assiduous
2020-09-16
1
-0
/
+17
*
Few updates to testing environment
assiduous
2020-09-10
1
-0
/
+14
*
Another set of minor updates to mesh shader implementation
assiduous
2020-09-10
1
-1
/
+1
*
A bunch of random updates
assiduous
2020-09-09
1
-9
/
+27
*
Merge branch 'master' into mesh_shader
azhirnov
2020-08-31
1
-0
/
+4
|
\
|
*
Added QUERY_TYPE_DURATION value and QueryDataDuration struct
assiduous
2020-08-25
1
-0
/
+4
*
|
removed unused DXILUtils, fixed some Codacy issues
azhirnov
2020-08-31
1
-1
/
+1
*
|
Merge branch 'master' into mesh_shader
azhirnov
2020-08-25
1
-5
/
+8
|
\
|
|
*
Added USAGE_UNIFIED usage type (API 240066)
assiduous
2020-08-23
1
-5
/
+8
*
|
Merge branch 'master' into mesh_shader
azhirnov
2020-08-19
1
-4
/
+8
|
\
|
|
*
Implemented input attachments in Vulkan backend; added test
assiduous
2020-08-04
1
-0
/
+2
|
*
Few fixes to render passes
assiduous
2020-08-03
1
-4
/
+6
[next]