summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed couple of minor issue with anassigned object names that are not empty, ↵Egor Yusov2018-07-141-1/+0
| | | | but object addresses now
* Few minor updates + updated submodulesEgor Yusov2018-07-072-2/+2
|
* Updated test appEgor Yusov2018-07-053-86/+120
|
* Updated broken shader & comput shader testsEgor Yusov2018-07-051-1/+2
|
* Updated Math lib tests and render target testEgor Yusov2018-07-032-5/+10
|
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-027-6/+14
|
* Updated testsEgor Yusov2018-06-044-17/+65
|
* Updated lua test in test app to use (0,0,0,1) as border colorEgor Yusov2018-06-011-16/+16
|
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-316-12/+14
|
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-295-60/+52
|
* Updated multiple testsEgor Yusov2018-05-296-44/+100
|
* Updated shader resource layout testEgor Yusov2018-05-231-6/+34
|
* Test App: updated shader resource layout testEgor Yusov2018-05-201-12/+50
|
* Added separate images, samplers, texel uniform and storage buffersEgor Yusov2018-05-131-2/+47
|
* Added shader resource layout testEgor Yusov2018-05-121-0/+108
|
* Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov2018-05-071-0/+101
|
* Moved primitive topology to pipeline stateEgor Yusov2018-04-1413-124/+186
|
* Merged masterEgor Yusov2018-04-0134-38/+184
|\
| * Added sync interval to Present.Egor Yusov2018-03-311-1/+1
| | | | | | | | Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/10
| * 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-282-0/+63
| |
| * Added ortho projection matrix testEgor Yusov2018-03-261-0/+32
| |
| * Updated copyright noticeEgor Yusov2018-03-2531-31/+31
| |
* | Added initialization in vulkan modeEgor Yusov2018-03-161-1/+28
|/
* Added PSO compatibility testsEgor Yusov2018-03-132-0/+302
|
* Added Matrix2x2 testsEgor Yusov2018-03-071-0/+20
|
* Enabled build with Win8.1 SDKEgor Yusov2018-03-043-9/+9
| | | | Replaced OPENGL_SUPPORTED macro with GL_SUPPORTED and GLES_SUPPORTED
* Some minor updates to unit testsEgor Yusov2018-02-193-2/+8
|
* 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
| | | | in GLES3.2 and only works on NVidia's tablet
* Added debug checks to tessellation testEgor Yusov2018-02-181-0/+7
|
* Enabled CS conversion test in the test app; updated core submoduleEgor2018-02-181-2/+6
|
* Improved device orientation/resize handling on AndroidEgor2018-02-181-0/+1
|
* Few minor updates to lua test scriptsEgor2018-02-182-19/+19
|
* Fixed minor issue in ShaderConverterTestEgor2018-02-171-1/+3
|
* Fixed test app runtime issues on iOSEgor Yusov2018-02-173-1/+14
|
* Added test result reportingEgor Yusov2018-02-1730-84/+239
|
* Fixed few compiler warningsEgor Yusov2018-02-174-11/+12
|
* Enabled TestApp on iOSEgor Yusov2018-02-175-5/+24
|
* Enabled test app in MacOSEgor Yusov2018-02-173-6/+10
|
* Enabled test app on AndroidEgor2018-02-162-84/+5
|
* Enabled test app on linuxEgor2018-02-152-2/+3
|
* Added testsEgor Yusov2018-02-1537-0/+8003