summaryrefslogtreecommitdiffstats
path: root/Projects/Asteroids/src/asteroids_DE.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reworked ExecuteCommandList(+s) to take an array of command lists instead of oneassiduous2021-02-081-1/+5
* Updated core & samples (fixed premature flushes in VK)assiduous2020-11-261-4/+5
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-1/+1
* Renamed static samplers to immutable samplers (API240076)assiduous2020-10-191-16/+16
* PSO creation refactoring (API240075)assiduous2020-10-191-41/+47
* Enabled mesh shaders (API 240068)assiduous2020-09-121-1/+1
* Updated API to version 240056assiduous2020-04-011-14/+28
* Updated submodules (using NativeWindow struct)assiduous2020-02-031-7/+7
* Implemented C APIassiduous2020-01-311-23/+21
* Updated submodules (implemented queries)assiduous2020-01-071-298/+303
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-251-5/+10
* Updated submodules + added tutorial 17Egor Yusov2019-11-111-1/+0
* Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...Egor Yusov2019-10-201-1/+1
* Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACTEgor Yusov2019-10-201-1/+1
* Updated core; finished bindless mode in Asteroids sample (closed https://gith...Egor Yusov2019-10-201-46/+91
* Updated API version to 240034Egor Yusov2019-10-191-2/+2
* Updated submodules (API version 240033);Egor Yusov2019-10-191-38/+101
* Asteroids demo: enabled bindless mode in DiligentD3D12 and DiligentVk modesEgor Yusov2019-10-181-7/+54
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-071-3/+3
* Updated API version to 240021Egor Yusov2019-04-061-8/+8
* Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov2019-04-051-8/+8
* Updates to comply with the new engine factory APIEgor Yusov2019-03-181-13/+16
* Final updates to make GL backend workEgor Yusov2019-03-061-1/+1
* Updated projects to conform to the update engine factory APIEgor Yusov2019-03-051-7/+7
* Fixed asteroids demo to comply with the updated APIEgor Yusov2019-03-051-42/+52
* Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov2019-02-091-15/+16
* Added cmake options to disable specific back-ends and glslangEgor Yusov2019-01-091-54/+82
* 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