| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated submodules; removed tests folder (tests are now part of every submodule) | assiduous | 2019-12-25 | 1 | -588/+0 |
| | | |||||
| * | Removed RenderScript & Lua; updated submodules | assiduous | 2019-12-13 | 1 | -78/+0 |
| | | |||||
| * | Updated submodules (added unit tests). Reworked TestApp | assiduous | 2019-12-12 | 1 | -103/+5 |
| | | |||||
| * | Updated core & tools. Fixed ↵ | Egor Yusov | 2019-12-05 | 1 | -1/+0 |
| | | | | | https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49 | ||||
| * | Updated submodules + added tutorial 17 | Egor Yusov | 2019-11-11 | 1 | -1/+0 |
| | | |||||
| * | Fixed a number of clang warning to reduce the log size and fix travis build ↵ | Egor Yusov | 2019-10-25 | 1 | -4/+4 |
| | | | | | error | ||||
| * | Updated core & samples; added Tutorial 16; updated troubleshooting | Egor Yusov | 2019-10-25 | 1 | -0/+1 |
| | | |||||
| * | Updated API version to 240034 | Egor Yusov | 2019-10-19 | 1 | -0/+5 |
| | | |||||
| * | Updated submodules (API version 240033); | Egor Yusov | 2019-10-19 | 1 | -11/+13 |
| | | | | | Enabled bindless mode in Asteroid demo | ||||
| * | Fixed test app | Egor Yusov | 2019-10-18 | 1 | -8/+8 |
| | | |||||
| * | Minor update to TestApp | Egor Yusov | 2019-09-26 | 1 | -2/+0 |
| | | |||||
| * | Updated core (added EnableDebugLayer member to EngineD3D12CreateInfo struct) | Egor Yusov | 2019-09-26 | 1 | -0/+3 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2019-09-17 | 1 | -1/+1 |
| | | |||||
| * | Updated core and added tests for wait* methods | Egor Yusov | 2019-09-09 | 1 | -5/+31 |
| | | |||||
| * | Added mip generation tests; updated submodules | Egor Yusov | 2019-04-12 | 1 | -0/+2 |
| | | |||||
| * | Updated DRAW_FLAG to match API 240022 | Egor Yusov | 2019-04-07 | 1 | -3/+3 |
| | | |||||
| * | Updated command line format; updated submodules | Egor Yusov | 2019-04-01 | 1 | -1/+1 |
| | | |||||
| * | Updates to comply with the new engine factory API | Egor Yusov | 2019-03-18 | 1 | -4/+8 |
| | | |||||
| * | Fixed metal compile issues | Egor Yusov | 2019-03-06 | 1 | -2/+2 |
| | | |||||
| * | Final updates to make GL backend work | Egor Yusov | 2019-03-06 | 1 | -2/+2 |
| | | |||||
| * | Updated projects to conform to the update engine factory API | Egor Yusov | 2019-03-05 | 1 | -10/+10 |
| | | |||||
| * | Updated test to compy with the new API | Egor Yusov | 2019-03-02 | 1 | -1/+1 |
| | | |||||
| * | Moved NativeApp to Diligent namespace | Egor Yusov | 2019-02-16 | 1 | -1/+4 |
| | | |||||
| * | Replaced reference to initial data parameter with pointer in CreateTexture ↵ | Egor Yusov | 2019-02-09 | 1 | -9/+9 |
| | | | | | and CreateBuffer methods; updated light scattering implementation to not use lua | ||||
| * | Few minor updates + updated readme | Egor Yusov | 2019-01-24 | 1 | -2/+2 |
| | | |||||
| * | Updated copyright notice + updated submodules | Egor Yusov | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | Enabled Metal back-end stub | Egor Yusov | 2018-12-30 | 1 | -1/+21 |
| | | |||||
| * | Fixed MinGW build | Egor Yusov | 2018-12-14 | 1 | -1/+8 |
| | | |||||
| * | Updated SetRenderTargets() and ClearDepthStencil() methods to take ↵ | Egor Yusov | 2018-12-04 | 1 | -6/+6 |
| | | | | | StateTransitionMode parameter | ||||
| * | Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other) | Egor Yusov | 2018-12-03 | 1 | -2/+2 |
| | | |||||
| * | Added explicit state transition control to CopyBuffer and CopyTexture methods | Egor Yusov | 2018-12-02 | 1 | -4/+4 |
| | | | | | Replaced CLEAR_RENDER_TARGET_TRANSITION_MODE with RESOURCE_STATE_TRANSITION_MODE | ||||
| * | Added explicit state transition control to UpdateBuffer and UpdateTexture ↵ | Egor Yusov | 2018-12-02 | 1 | -1/+1 |
| | | | | | commands | ||||
| * | Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS | Egor Yusov | 2018-12-01 | 1 | -2/+2 |
| | | |||||
| * | Added state transition mode to ClearRenderTarget() | Egor Yusov | 2018-12-01 | 1 | -3/+3 |
| | | |||||
| * | Improved thread safety of enum flags; added explicit state transitions to ↵ | Egor Yusov | 2018-12-01 | 1 | -8/+8 |
| | | | | | SetRenderTargets() | ||||
| * | Updated submodules (added DRAW_FLAG_VERIFY_STATES & ↵ | Egor Yusov | 2018-11-27 | 1 | -0/+1 |
| | | | | | DISPATCH_FLAG_VERIFY_STATE flags) | ||||
| * | Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture() | Egor Yusov | 2018-11-25 | 1 | -1/+1 |
| | | | | | | 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 | -2/+2 |
| | | | | | Moved/renamed `IBuffer::CopyData()` to `IDeviceContext::CopyBuffer()` | ||||
| * | Implemented explicit resource state transitions | Egor Yusov | 2018-11-21 | 1 | -2/+4 |
| | | |||||
| * | Enabled Vulkan on Linux (closed ↵ | Egor | 2018-11-07 | 1 | -1/+1 |
| | | | | | https://github.com/DiligentGraphics/DiligentCore/issues/32) | ||||
| * | Enabled seperate samplers | Egor Yusov | 2018-10-18 | 1 | -1/+24 |
| | | |||||
| * | Updated submodules (main change: refactored release queues in D3D12 and ↵ | Egor Yusov | 2018-10-07 | 1 | -3/+43 |
| | | | | | Vulkan backends) | ||||
| * | Updated core (implemented shader variable access by index) | Egor Yusov | 2018-08-22 | 1 | -12/+12 |
| | | |||||
| * | Updated core submodule; added shader variable access tests | Egor Yusov | 2018-08-03 | 1 | -6/+5 |
| | | |||||
| * | Added IFence interface | Egor Yusov | 2018-07-22 | 1 | -0/+13 |
| | | |||||
| * | Updated test app | Egor Yusov | 2018-07-05 | 1 | -27/+62 |
| | | |||||
| * | Moved Stride to vertex layout desc; updated tests | Egor Yusov | 2018-05-29 | 1 | -7/+12 |
| | | |||||
| * | Moved primitive topology to pipeline state | Egor Yusov | 2018-04-14 | 1 | -5/+8 |
| | | |||||
| * | Merged master | Egor Yusov | 2018-04-01 | 1 | -5/+58 |
| |\ | |||||
| | * | Added sync interval to Present. | Egor Yusov | 2018-03-31 | 1 | -1/+1 |
| | | | | | | | | | Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/10 | ||||
