summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added mip generation tests; updated submodulesEgor Yusov2019-04-121-0/+2
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-071-3/+3
* Updated command line format; updated submodulesEgor Yusov2019-04-011-1/+1
* Updates to comply with the new engine factory APIEgor Yusov2019-03-181-4/+8
* Fixed metal compile issuesEgor Yusov2019-03-061-2/+2
* Final updates to make GL backend workEgor Yusov2019-03-061-2/+2
* Updated projects to conform to the update engine factory APIEgor Yusov2019-03-051-10/+10
* Updated test to compy with the new APIEgor Yusov2019-03-021-1/+1
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-161-1/+4
* Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov2019-02-091-9/+9
* Few minor updates + updated readmeEgor Yusov2019-01-241-2/+2
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
* Enabled Metal back-end stubEgor Yusov2018-12-301-1/+21
* Fixed MinGW buildEgor Yusov2018-12-141-1/+8
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-041-6/+6
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-2/+2
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-021-4/+4
* Added explicit state transition control to UpdateBuffer and UpdateTexture com...Egor Yusov2018-12-021-1/+1
* Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov2018-12-011-2/+2
* Added state transition mode to ClearRenderTarget()Egor Yusov2018-12-011-3/+3
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-011-8/+8
* Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov2018-11-271-0/+1
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-251-1/+1
* Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`Egor Yusov2018-11-241-2/+2
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-2/+4
* Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor2018-11-071-1/+1
* Enabled seperate samplersEgor Yusov2018-10-181-1/+24
* Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov2018-10-071-3/+43
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-221-12/+12
* Updated core submodule; added shader variable access testsEgor Yusov2018-08-031-6/+5
* Added IFence interfaceEgor Yusov2018-07-221-0/+13
* Updated test appEgor Yusov2018-07-051-27/+62
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-7/+12
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-5/+8
* Merged masterEgor Yusov2018-04-011-5/+58
|\
| * Added sync interval to Present.Egor Yusov2018-03-311-1/+1
| * Updated submodules; enabled fullscreen modeEgor Yusov2018-03-301-3/+4
| * Updated Core (added hardware adapter & display mode enumeration)Egor Yusov2018-03-301-2/+52
| * Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/9Egor Yusov2018-03-281-0/+2
* | Added initialization in vulkan modeEgor Yusov2018-03-161-1/+28
|/
* Added PSO compatibility testsEgor Yusov2018-03-131-0/+2
* Enabled build with Win8.1 SDKEgor Yusov2018-03-041-5/+5
* Added test result reportingEgor Yusov2018-02-171-8/+3
* Fixed few compiler warningsEgor Yusov2018-02-171-2/+2
* Enabled test app in MacOSEgor Yusov2018-02-171-4/+7
* Enabled test app on linuxEgor2018-02-151-0/+1
* Added testsEgor Yusov2018-02-151-0/+493