summaryrefslogtreecommitdiffstats
path: root/Projects/Asteroids/src/asteroids_DE.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed few minor issues revealed by code analysisEgor Yusov2018-12-161-1/+1
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-8/+3
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-041-4/+4
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-4/+4
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-6/+6
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-021-1/+1
* Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov2018-12-011-1/+1
* Fixed minor issueEgor Yusov2018-12-011-1/+1
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-011-6/+6
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-4/+6
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-9/+14
* Enabled seperate samplersEgor Yusov2018-10-181-21/+27
* Fixed warnings related to RW buffers in TestShaderVarAccess; updated coreEgor Yusov2018-10-081-1/+1
* Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov2018-10-071-2/+5
* Updated asteroids demo to call FinishFrame on deferred contexts; updated core...Egor Yusov2018-07-311-1/+6
* Disabled Vulkan on 32-bit WindowsEgor Yusov2018-07-081-0/+8
* Few minor updates + updated submodulesEgor Yusov2018-07-071-1/+1
* Enabled Vulkan mode in asteroids demoEgor Yusov2018-07-041-7/+29
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-7/+4
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-6/+3
* Fixed issue with d3d11 swap chain faling to resize due to command lists not b...Egor Yusov2018-04-011-0/+4
* Added sync interval to Present.Egor Yusov2018-03-311-1/+1
* Updated submodules; enabled fullscreen modeEgor Yusov2018-03-301-2/+2
* Updated Asteroids and aubmodulesEgor Yusov2018-03-101-0/+1
* Fixed linux buildEgor2018-02-101-4/+4
* Updated Engine GL initializationEgor Yusov2018-02-031-4/+6
* Updated Asteroids demo to use Signal class; Updated submodules (added Tutoria...Egor Yusov2018-01-081-35/+16
* Enabled cmake buildEgor Yusov2017-12-111-2/+1
* Updated to version 2.1Egor Yusov2017-11-131-24/+26
* Added asteroids sampleEgor Yusov2017-05-201-0/+870