index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
DiligentTools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated DRAW_FLAG to match API 240022
Egor Yusov
2019-04-07
1
-0
/
+0
*
Updated API version to 240021
Egor Yusov
2019-04-06
1
-0
/
+0
*
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...
Egor Yusov
2019-04-05
1
-0
/
+0
*
Updated submodules and images in readme
Egor Yusov
2019-04-03
1
-0
/
+0
*
Updated command line format; updated submodules
Egor Yusov
2019-04-01
1
-0
/
+0
*
Moved DILIGENT_BUILD_RENDER_SCRIPT option to Tools module
Egor Yusov
2019-03-19
1
-0
/
+0
*
Added options to enable/disable individual engine components (fixed https://g...
Egor Yusov
2019-03-19
1
-0
/
+0
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
1
-0
/
+0
*
Final updates to make GL backend work
Egor Yusov
2019-03-06
1
-0
/
+0
*
Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...
Egor Yusov
2019-03-05
1
-0
/
+0
*
Updated test to compy with the new API
Egor Yusov
2019-03-02
1
-0
/
+0
*
Updated submodules (changes to support GLES3.0)
Egor Yusov
2019-02-20
1
-0
/
+0
*
Replaced reference to initial data parameter with pointer in CreateTexture an...
Egor Yusov
2019-02-09
1
-0
/
+0
*
Updated Core & Tools submodules
Egor Yusov
2019-01-31
1
-0
/
+0
*
Few minor updates + updated readme
Egor Yusov
2019-01-24
1
-0
/
+0
*
Added cmake options to disable specific back-ends and glslang
Egor Yusov
2019-01-09
1
-0
/
+0
*
Updated copyright notice + updated submodules
Egor Yusov
2019-01-02
1
-0
/
+0
*
Updated tools
Egor Yusov
2018-12-28
1
-0
/
+0
*
Updated tools submodule (fixed clang warnings)
Egor Yusov
2018-12-28
1
-0
/
+0
*
Updated core & tools (fixed clang warnings)
Egor Yusov
2018-12-24
1
-0
/
+0
*
Updated core & tools submodules (enabled Vulkan build on macOS)
Egor Yusov
2018-12-24
1
-0
/
+0
*
Updated core & tools submodules
Egor Yusov
2018-12-23
1
-0
/
+0
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
1
-0
/
+0
*
Fixed MinGW build
Egor Yusov
2018-12-14
1
-0
/
+0
*
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
2018-12-04
1
-0
/
+0
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
1
-0
/
+0
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
1
-0
/
+0
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
1
-0
/
+0
*
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
2018-12-01
1
-0
/
+0
*
Added state transition mode to ClearRenderTarget()
Egor Yusov
2018-12-01
1
-0
/
+0
*
Fixed linux build error
Egor Yusov
2018-12-01
1
-0
/
+0
*
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
2018-12-01
1
-0
/
+0
*
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
2018-11-27
1
-0
/
+0
*
Added explicit control over resource transitions in draw command
Egor Yusov
2018-11-24
1
-0
/
+0
*
Attempt #4 to fix linux/mac build
Egor Yusov
2018-11-22
1
-0
/
+0
*
Attempt #3 to fix linux/mac build
Egor Yusov
2018-11-22
1
-0
/
+0
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
1
-0
/
+0
*
Updated submodules
Egor Yusov
2018-11-11
1
-0
/
+0
*
Updated readme and submodules
Egor Yusov
2018-11-11
1
-0
/
+0
*
Updated BIND_SHADER_RESOURCES_* flags
Egor Yusov
2018-10-19
1
-0
/
+0
*
Enabled seperate samplers
Egor Yusov
2018-10-18
1
-0
/
+0
*
Updated submodules (main change: refactored release queues in D3D12 and Vulka...
Egor Yusov
2018-10-07
1
-0
/
+0
*
Updated core & tools (implemented raw buffers plus other improvements)
Egor Yusov
2018-08-27
1
-0
/
+0
*
Updated readme & submodules
Egor Yusov
2018-07-08
1
-0
/
+0
*
Moved Stride to vertex layout desc; updated tests
Egor Yusov
2018-05-29
1
-0
/
+0
*
Fixed clang build error
Egor Yusov
2018-04-14
1
-0
/
+0
*
Fixed error in HelloLinux tutorial
Egor Yusov
2018-04-14
1
-0
/
+0
*
Moved primitive topology to pipeline state
Egor Yusov
2018-04-14
1
-0
/
+0
*
Some updates to texture loading library
Egor Yusov
2018-04-01
1
-0
/
+0
*
Updated submodules: reworked debug output to allow user-specified callbacks
Egor Yusov
2018-03-27
1
-0
/
+0
[prev]
[next]