summaryrefslogtreecommitdiffstats
path: root/Projects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...Egor Yusov2019-06-091-5/+5
* Fixed build issues in VS2019Egor Yusov2019-04-161-1/+3
* 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-052-43/+53
* 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-093-55/+85
* Updated cmake files to use get_supported_backends functionEgor Yusov2018-12-161-18/+1
* Fixed few minor issues revealed by code analysisEgor Yusov2018-12-167-20/+20
* Fixed MinGW buildEgor Yusov2018-12-142-14/+21
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-8/+3
* Added cmd line option to select render backend in asteroids demoEgor Yusov2018-12-062-7/+17
* 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-242-4/+9
* 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 test + core and samples submodulesEgor Yusov2018-09-091-1/+1
* Updated asteroids demo to call FinishFrame on deferred contexts; updated core...Egor Yusov2018-07-311-1/+6
* Couple updates to readme filesEgor Yusov2018-07-081-3/+3
* Disabled Vulkan on 32-bit WindowsEgor Yusov2018-07-083-1/+17
* Few minor updates + updated submodulesEgor Yusov2018-07-071-1/+1
* Updated Asteroids demo to handle minimized window in Vulkan; updated BlendTex...Egor Yusov2018-07-061-7/+15
* Asteroids demo: only recreating the window when render mode changesEgor Yusov2018-07-041-5/+8
* Enabled switching between D3D and Vulkan in asteroids demoEgor Yusov2018-07-041-32/+52
* Enabled resource binding mode toggle in Vulkan mode in asteroids demoEgor Yusov2018-07-041-7/+3
* Enabled Vulkan mode in asteroids demoEgor Yusov2018-07-045-17/+46
* 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
* Updated cmake files to handle the case when D3D12 is not supported on Win32Egor Yusov2018-02-241-1/+1
* Fixed formatting of cmake files + some minor updatesEgor Yusov2018-02-131-93/+91
* 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-082-38/+19
* Removed legacy VS project and solution files, updated project dependencies.Egor Yusov2017-12-281-1/+1