summaryrefslogtreecommitdiffstats
path: root/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed UWP build errorEgor Yusov2018-03-311-2/+2
| * Updated submodules; enabled fullscreen modeEgor Yusov2018-03-301-3/+4
| * Updated Core (added hardware adapter & display mode enumeration)Egor Yusov2018-03-301-2/+52
| * Minor updateEgor Yusov2018-03-281-1/+1
| * Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/9Egor Yusov2018-03-283-0/+96
| * Added ortho projection matrix testEgor Yusov2018-03-261-0/+32
| * Updated include test to reference all headers relative to the Engine rootEgor Yusov2018-03-2696-96/+96
| * Updated copyright noticeEgor Yusov2018-03-25158-160/+160
| * Added include tests for TextureLoader projectEgor Yusov2018-03-254-2/+76
| * Added GraphicsTools project include testsEgor Yusov2018-03-2510-1/+225
| * Added include tests for project CommonEgor Yusov2018-03-2520-2/+461
* | Added initialization in vulkan modeEgor Yusov2018-03-162-1/+31
|/
* Added PSO compatibility testsEgor Yusov2018-03-133-0/+339
* Implemened PSO compatibility: updated tests and submodulesEgor Yusov2018-03-126-19/+48
* Added Matrix2x2 testsEgor Yusov2018-03-071-0/+20
* Fixed test app build error with Windows 8.1 SDKEgor Yusov2018-03-041-1/+3
* Enabled build with Win8.1 SDKEgor Yusov2018-03-043-9/+9
* Added include testEgor Yusov2018-02-2369-0/+1702
* Some minor updates to unit testsEgor Yusov2018-02-193-2/+8
* Fixed tri domain tessellation test issue on D3D12Egor Yusov2018-02-191-2/+2
* Reduced number of render targets in Blend State test to 4 on GLES deviceEgor2018-02-191-1/+3
* Disabled dual-source color blend testing on GLES as it is not supported even ...Egor2018-02-192-6/+9
* Reduced size of the compute shader group to 128 to avoid error on some GLES d...Egor2018-02-182-2/+2
* Fixed some GLES shader issuesEgor2018-02-182-16/+12
* Added debug checks to tessellation testEgor Yusov2018-02-181-0/+7
* Enabled CS conversion test in the test app; updated core submoduleEgor2018-02-182-7/+11
* Improved device orientation/resize handling on AndroidEgor2018-02-181-0/+1
* Few minor updates to lua test scriptsEgor2018-02-186-33/+33
* Moved common gradle build settings to android_common.gradleEgor2018-02-171-4/+1
* Fixed minor issue in ShaderConverterTestEgor2018-02-171-1/+3
* Fixed test app runtime issues on iOSEgor Yusov2018-02-174-2/+15
* Added test result reportingEgor Yusov2018-02-1755-109/+379
* Fixed few compiler warningsEgor Yusov2018-02-175-13/+14
* Enabled TestApp on iOSEgor Yusov2018-02-177-12/+49
* Enabled test app in MacOSEgor Yusov2018-02-175-9/+13
* Enabled test app on AndroidEgor2018-02-1614-84/+399
* Enabled test app on linuxEgor2018-02-155-18/+29
* Added testsEgor Yusov2018-02-15123-0/+14727