summaryrefslogtreecommitdiffstats
path: root/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updated command line format; updated submodulesEgor Yusov2019-04-011-1/+1
* Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...Egor Yusov2019-03-301-2/+3
* Fixed warning in texturing test when running in D3D11/D3D12 modesEgor Yusov2019-03-241-1/+1
* Fixed Vulkan validation warning in shader var access testEgor Yusov2019-03-221-6/+6
* Updated core + fixed sampler type mismatch issue in texturing testsEgor Yusov2019-03-223-18/+37
* Moved DILIGENT_BUILD_RENDER_SCRIPT option to Tools moduleEgor Yusov2019-03-191-1/+4
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-182-6/+6
* Updates to comply with the new engine factory APIEgor Yusov2019-03-181-4/+8
* Updated Android build settingsEgor2019-03-082-3/+2
* Fixed linux/mac build errorEgor Yusov2019-03-081-1/+1
* Updated Core & testsEgor Yusov2019-03-0823-113/+493
* Fixed test app on UWPEgor Yusov2019-03-071-2/+2
* Added shader resource print; updated coreEgor Yusov2019-03-072-0/+26
* Updated core & samplesEgor Yusov2019-03-061-0/+1
* Fixed metal compile issuesEgor Yusov2019-03-061-2/+2
* Final updates to make GL backend workEgor Yusov2019-03-062-19/+19
* Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov2019-03-057-14/+14
* Updated projects to conform to the update engine factory APIEgor Yusov2019-03-051-10/+10
* Updated Shader res layout & shader var access testsEgor Yusov2019-03-052-3/+56
* Fixed error message in TestShaderResourceLayoutEgor Yusov2019-03-021-2/+2
* Updated test to compy with the new APIEgor Yusov2019-03-0220-339/+370
* Updated Core, FX & Samples submodulesEgor Yusov2019-02-241-0/+6
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-193-5/+5
* Updated Android build configuration. Fixed https://github.com/DiligentGraphic...Egor2019-02-162-3/+3
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-168-16/+45
* Updated submodulesEgor Yusov2019-02-16112-73/+98
* Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov2019-02-0913-81/+83
* Few minor updates + updated readmeEgor Yusov2019-01-241-2/+2
* Updated mathlib testEgor Yusov2019-01-231-0/+12
* Fixed UWP buildEgor Yusov2019-01-221-1/+4
* Updated TestApp project dependenciesEgor2019-01-221-0/+1
* Updated copyright noticeEgor Yusov2019-01-061-1/+1
* Updated core & samplesEgor Yusov2019-01-031-2/+2
* Updated copyright notice + updated submodulesEgor Yusov2019-01-02185-192/+194
* Updated readme & release history; plus enabled GraphicsAccessories header testsEgor Yusov2018-12-301-1/+4
* Enabled Metal back-end stubEgor Yusov2018-12-301-1/+21
* Updated core; added GraphicsAccessories' public header testsEgor Yusov2018-12-286-0/+144
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-252-3/+5
* Updated core. Updated draw commands test to use split barriersEgor Yusov2018-12-231-5/+17
* Updated core; added tests for clamp() functionEgor Yusov2018-12-231-1/+20
* Updated cmake files to use get_supported_backends functionEgor Yusov2018-12-161-27/+1
* Fixed few minor issues revealed by code analysisEgor Yusov2018-12-162-5/+5
* Updated build rules to copy assets to the target folderEgor Yusov2018-12-151-0/+8
* Fixed MinGW buildEgor Yusov2018-12-143-36/+32
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-109-76/+29
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-045-31/+31
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-039-63/+75
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-0310-19/+19
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-028-74/+80
* Added explicit state transition control to UpdateBuffer and UpdateTexture com...Egor Yusov2018-12-022-3/+3