summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-2580-7064/+0
|
* Removed RenderScript & Lua; updated submodulesassiduous2019-12-1311-555/+11
|
* Updated submodules (added unit tests). Reworked TestAppassiduous2019-12-1272-9310/+5
|
* Updated core & tools. Fixed ↵Egor Yusov2019-12-058-2040/+0
| | | | https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49
* Fixed yet another 32-bit build issueEgor Yusov2019-11-301-1/+1
|
* Fixed 32-bit build failureEgor Yusov2019-11-301-1/+1
|
* Fixed shader resource layout testEgor Yusov2019-11-282-0/+6
|
* Updated submodules + added tutorial 17Egor Yusov2019-11-111-1/+0
|
* Fixed few compiler warningsEgor Yusov2019-10-292-2/+2
|
* Fixed few clang warningsEgor Yusov2019-10-293-9/+11
|
* LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor2019-10-281-1/+2
|
* Fixed a number of clang warning to reduce the log size and fix travis build ↵Egor Yusov2019-10-2512-19/+113
| | | | error
* Updated core & samples; added Tutorial 16; updated troubleshootingEgor Yusov2019-10-251-0/+1
|
* Updated core (API version 240035) and shader res array testEgor Yusov2019-10-201-1/+1
|
* Updated API version to 240034Egor Yusov2019-10-191-0/+5
|
* Updated submodules (API version 240033);Egor Yusov2019-10-195-122/+88
| | | | Enabled bindless mode in Asteroid demo
* Fixed test appEgor Yusov2019-10-185-12/+8
|
* Updated CS converter test: added RW structured buffersEgor Yusov2019-10-031-2/+19
|
* Reworked compute shader convert test to avoid limitation of 8 image uniforms ↵Egor Yusov2019-10-037-473/+582
| | | | per shader
* Minor update to TestAppEgor Yusov2019-09-261-2/+0
|
* Updated core (added EnableDebugLayer member to EngineD3D12CreateInfo struct)Egor Yusov2019-09-261-0/+3
|
* Updated submodules (renamed External->ThirdParty; added licenses install ↵Egor Yusov2019-09-181-1/+1
| | | | comands)
* Updated copyright noticeEgor Yusov2019-09-1776-76/+76
|
* Updated core and added tests for wait* methodsEgor Yusov2019-09-091-5/+31
|
* Updated core + fixed issue in shader converter test on D3DEgor Yusov2019-08-171-4/+4
|
* Updated core (enabled HLSL Buffer and RWBuffer conversion; fixed issue with ↵Egor Yusov2019-08-105-47/+68
| | | | resource binding)
* Updated core (added HermiteSpline function to math lib)Egor Yusov2019-07-081-0/+3
|
* Updated tools module (updated libtiff)Egor Yusov2019-06-281-1/+1
|
* Updated smart pointer testEgor Yusov2019-06-151-16/+46
|
* Updated core & math lib test (added floor & ceil vector operations)Egor Yusov2019-06-151-0/+9
|
* Added 'Diligent-' prefix to project names to avoid name conflicts (fixed ↵Egor Yusov2019-06-092-20/+20
| | | | https://github.com/DiligentGraphics/DiligentEngine/issues/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 ↵Egor Yusov2019-04-055-212/+212
| | | | IShaderResourceBinding::GetVariable
* Updated command line format; updated submodulesEgor Yusov2019-04-011-1/+1
|
* Enabled Vulkan mode on iOS (close ↵Egor Yusov2019-03-301-2/+3
| | | | https://github.com/DiligentGraphics/DiligentCore/issues/46)
* 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
|