summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-25Updated submodules; removed tests folder (tests are now part of every submodule)assiduous1-588/+0
2019-12-13Removed RenderScript & Lua; updated submodulesassiduous1-78/+0
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-103/+5
2019-12-05Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngin...Egor Yusov1-1/+0
2019-11-11Updated submodules + added tutorial 17Egor Yusov1-1/+0
2019-10-25Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov1-4/+4
2019-10-25Updated core & samples; added Tutorial 16; updated troubleshootingEgor Yusov1-0/+1
2019-10-19Updated API version to 240034Egor Yusov1-0/+5
2019-10-19Updated submodules (API version 240033);Egor Yusov1-11/+13
2019-10-18Fixed test appEgor Yusov1-8/+8
2019-09-26Minor update to TestAppEgor Yusov1-2/+0
2019-09-26Updated core (added EnableDebugLayer member to EngineD3D12CreateInfo struct)Egor Yusov1-0/+3
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-09-09Updated core and added tests for wait* methodsEgor Yusov1-5/+31
2019-04-12Added mip generation tests; updated submodulesEgor Yusov1-0/+2
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-3/+3
2019-04-01Updated command line format; updated submodulesEgor Yusov1-1/+1
2019-03-18Updates to comply with the new engine factory APIEgor Yusov1-4/+8
2019-03-06Fixed metal compile issuesEgor Yusov1-2/+2
2019-03-06Final updates to make GL backend workEgor Yusov1-2/+2
2019-03-05Updated projects to conform to the update engine factory APIEgor Yusov1-10/+10
2019-03-02Updated test to compy with the new APIEgor Yusov1-1/+1
2019-02-16Moved NativeApp to Diligent namespaceEgor Yusov1-1/+4
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-9/+9
2019-01-24Few minor updates + updated readmeEgor Yusov1-2/+2
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-30Enabled Metal back-end stubEgor Yusov1-1/+21
2018-12-14Fixed MinGW buildEgor Yusov1-1/+8
2018-12-04Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov1-6/+6
2018-12-03Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov1-2/+2
2018-12-02Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov1-4/+4
2018-12-02Added explicit state transition control to UpdateBuffer and UpdateTexture com...Egor Yusov1-1/+1
2018-12-01Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov1-2/+2
2018-12-01Added state transition mode to ClearRenderTarget()Egor Yusov1-3/+3
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-8/+8
2018-11-27Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov1-0/+1
2018-11-25Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov1-1/+1
2018-11-24Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`Egor Yusov1-2/+2
2018-11-21Implemented explicit resource state transitionsEgor Yusov1-2/+4
2018-11-07Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor1-1/+1
2018-10-18Enabled seperate samplersEgor Yusov1-1/+24
2018-10-07Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov1-3/+43
2018-08-22Updated core (implemented shader variable access by index)Egor Yusov1-12/+12
2018-08-03Updated core submodule; added shader variable access testsEgor Yusov1-6/+5
2018-07-22Added IFence interfaceEgor Yusov1-0/+13
2018-07-05Updated test appEgor Yusov1-27/+62
2018-05-29Moved Stride to vertex layout desc; updated testsEgor Yusov1-7/+12
2018-04-14Moved primitive topology to pipeline stateEgor Yusov1-5/+8
2018-03-31Added sync interval to Present.Egor Yusov1-1/+1
2018-03-30Updated submodules; enabled fullscreen modeEgor Yusov1-3/+4