summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...Egor Yusov2019-06-092-20/+20
* Updated core & mathlib testEgor Yusov2019-06-011-0/+7
* Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2019-05-113-5/+9
* Updated submodules (added GLTF Loader, renderer and viewer)Egor Yusov2019-05-041-4/+40
* Updated math libEgor Yusov2019-04-231-9/+28
* Updated submodules and testsEgor Yusov2019-04-161-3/+13
* Added mip generation tests; updated submodulesEgor Yusov2019-04-123-0/+125
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-0713-58/+58
* Updated API version to 240021Egor Yusov2019-04-0610-28/+29
* Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov2019-04-055-212/+212
* 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
* 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
* Fixed linux/mac build errorEgor Yusov2019-03-081-1/+1
* Updated Core & testsEgor Yusov2019-03-083-97/+110
* 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-0219-339/+346
* 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
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-168-16/+45
* Updated submodulesEgor Yusov2019-02-161-59/+59
* 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-0276-83/+85
* Enabled Metal back-end stubEgor Yusov2018-12-301-1/+21
* 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-142-35/+31
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-109-76/+29