| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource() | Egor Yusov | 2018-11-25 | 1 | -0/+0 | |
| | | | | | Renamed/moved ITexture::Unmap() to IDeviceContext::UnmapTextureSubresource() | |||||
| * | Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture() | Egor Yusov | 2018-11-25 | 1 | -0/+0 | |
| | | | | | | Renamed/moved IBuffer::CopyData() to IDeviceContext::CopyTexture() Updated parameter order of IDeviceContext::CopyBuffer() | |||||
| * | Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()` | Egor Yusov | 2018-11-24 | 1 | -0/+0 | |
| | | | | | Moved/renamed `IBuffer::CopyData()` to `IDeviceContext::CopyBuffer()` | |||||
| * | Added explicit control over resource transitions in draw command | Egor Yusov | 2018-11-24 | 1 | -0/+0 | |
| | | | | | Added explicit static resource binding initialization in SRB objects | |||||
| * | 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 samples (fixed Tutorial08 on Android) | Egor | 2018-11-08 | 1 | -0/+0 | |
| | | ||||||
| * | Updated core & samples modules | Egor | 2018-11-08 | 1 | -0/+0 | |
| | | ||||||
| * | Enabled Vulkan on Linux (closed ↵ | Egor | 2018-11-07 | 1 | -0/+0 | |
| | | | | | https://github.com/DiligentGraphics/DiligentCore/issues/32) | |||||
| * | Updated Core & Samples; updated readme (added minimal cmake example - fixed ↵ | Egor Yusov | 2018-11-01 | 1 | -0/+0 | |
| | | | | | https://github.com/DiligentGraphics/DiligentEngine/issues/19) | |||||
| * | Updated core & samples modules (fixed VS2015 build issues) | Egor Yusov | 2018-10-23 | 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 | |
| | | ||||||
| * | Fixed compiler warnings | Egor Yusov | 2018-09-15 | 1 | -0/+0 | |
| | | ||||||
| * | Updated samples submodule (minor readme updates) | Egor Yusov | 2018-09-11 | 1 | -0/+0 | |
| | | ||||||
| * | Updated samples module (readme updates) | Egor Yusov | 2018-09-10 | 1 | -0/+0 | |
| | | ||||||
| * | Updated readme | Egor Yusov | 2018-09-10 | 1 | -0/+0 | |
| | | ||||||
| * | Fixing build errors | Egor Yusov | 2018-09-09 | 1 | -0/+0 | |
| | | ||||||
| * | Fixed build errors | Egor Yusov | 2018-09-09 | 1 | -0/+0 | |
| | | ||||||
| * | Updated test + core and samples submodules | Egor Yusov | 2018-09-09 | 1 | -0/+0 | |
| | | ||||||
| * | Updated asteroids demo to call FinishFrame on deferred contexts; updated ↵ | Egor Yusov | 2018-07-31 | 1 | -0/+0 | |
| | | | | | core & samples submodules | |||||
| * | Fixed mac/iOS build error | Egor Yusov | 2018-07-23 | 1 | -0/+0 | |
| | | ||||||
| * | Updated Core and Samples submodules (improvements to unsynchronized buffer ↵ | Egor Yusov | 2018-07-23 | 1 | -0/+0 | |
| | | | | | mapping + Tutorial 10) | |||||
| * | Added command line parsing in UWP applications | Egor Yusov | 2018-07-10 | 1 | -0/+0 | |
| | | ||||||
| * | Updated readme & submodules | Egor Yusov | 2018-07-08 | 1 | -0/+0 | |
| | | ||||||
| * | Disabled Vulkan on 32-bit Windows | Egor Yusov | 2018-07-08 | 1 | -0/+0 | |
| | | ||||||
| * | Few minor updates + updated submodules | Egor Yusov | 2018-07-07 | 1 | -0/+0 | |
| | | ||||||
| * | Updated Asteroids demo to handle minimized window in Vulkan; updated ↵ | Egor Yusov | 2018-07-06 | 1 | -0/+0 | |
| | | | | | BlendTexturesPS_GL.glsl | |||||
| * | Updated Math lib tests and render target test | Egor Yusov | 2018-07-03 | 1 | -0/+0 | |
| | | ||||||
| * | Updated unit tests to set DSV format in PSO | Egor Yusov | 2018-07-02 | 1 | -0/+0 | |
| | | ||||||
| * | Updated back buffer format to match the one from the swap chain in the tests | Egor Yusov | 2018-05-31 | 1 | -0/+0 | |
| | | ||||||
| * | Moved Stride to vertex layout desc; updated tests | Egor Yusov | 2018-05-29 | 1 | -0/+0 | |
| | | ||||||
| * | Test app: added shader resource layout initialization test; updated gl shaders | Egor Yusov | 2018-05-07 | 1 | -0/+0 | |
| | | ||||||
| * | Few updates (restricted minimal window size on Win32, updated RawPtr() ↵ | Egor Yusov | 2018-04-21 | 1 | -0/+0 | |
| | | | | | method, updated submodules) | |||||
| * | 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 | |
| | | ||||||
| * | Merged master | Egor Yusov | 2018-04-01 | 1 | -0/+0 | |
| |\ | ||||||
| | * | Fixed issue with d3d11 swap chain faling to resize due to command lists not ↵ | Egor Yusov | 2018-04-01 | 1 | -0/+0 | |
| | | | | | | | | | being released | |||||
| | * | Updated readme | Egor Yusov | 2018-04-01 | 1 | -0/+0 | |
| | | | ||||||
| | * | Updated readme | Egor Yusov | 2018-04-01 | 1 | -0/+0 | |
| | | | ||||||
| | * | Implemented switching to fullscreen on shift+enter in UWP | Egor Yusov | 2018-04-01 | 1 | -0/+0 | |
| | | | ||||||
| | * | Added sync interval to Present. | Egor Yusov | 2018-03-31 | 1 | -0/+0 | |
| | | | | | | | | | Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/10 | |||||
| | * | Updated samples submodule (implemented switching to fullscreen in sample apps) | Egor Yusov | 2018-03-31 | 1 | -0/+0 | |
| | | | ||||||
| | * | Updated submodules; enabled fullscreen mode | Egor Yusov | 2018-03-30 | 1 | -0/+0 | |
| | | | ||||||
| | * | Updated submodules: reworked debug output to allow user-specified callbacks | Egor Yusov | 2018-03-27 | 1 | -0/+0 | |
| | | | ||||||
| * | | Updated Samples submodule: fixed issue with VULKAN_SUPPORTED macro | Egor Yusov | 2018-03-16 | 1 | -0/+0 | |
| | | | ||||||
| * | | Added initialization in vulkan mode | Egor Yusov | 2018-03-16 | 1 | -0/+0 | |
| |/ | ||||||
| * | Udated reamde and submodules | Egor Yusov | 2018-03-12 | 1 | -0/+0 | |
| | | ||||||
| * | Implemened PSO compatibility: updated tests and submodules | Egor Yusov | 2018-03-12 | 1 | -0/+0 | |
| | | ||||||
