summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enabled Vulkan mode in asteroids demoEgor Yusov2018-07-046-17/+46
* Updated Math lib tests and render target testEgor Yusov2018-07-037-13/+19
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-0213-32/+22
* Updated testsEgor Yusov2018-06-046-18/+66
* Updated lua test in test app to use (0,0,0,1) as border colorEgor Yusov2018-06-013-42/+42
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-3117-22/+26
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-2914-80/+68
* Updated multiple testsEgor Yusov2018-05-2913-52/+112
* Updated shader resource layout testEgor Yusov2018-05-232-6/+34
* Test App: updated shader resource layout testEgor Yusov2018-05-205-40/+109
* Added separate images, samplers, texel uniform and storage buffersEgor Yusov2018-05-133-2/+81
* Added shader resource layout testEgor Yusov2018-05-124-0/+112
* Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov2018-05-0713-9/+358
* Updated core submoduleEgor Yusov2018-04-231-0/+0
* Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov2018-04-217-12/+20
* Fixed errors in blend state test on VulkanEgor Yusov2018-04-163-6/+10
* Fixed clang build errorEgor Yusov2018-04-142-0/+0
* Fixed error in HelloLinux tutorialEgor Yusov2018-04-142-0/+0
* Moved primitive topology to pipeline stateEgor Yusov2018-04-1428-155/+249
* Merged masterEgor Yusov2018-04-01174-225/+1263
|\
| * Updated readmeEgor Yusov2018-04-011-4/+9
| * Merge remote-tracking branch 'refs/remotes/SCrusader/patch-1'Egor Yusov2018-04-011-8/+3
| |\
| | * Update README.mdSCrusader2018-03-301-8/+3
| * | Updated core (minor changes)Egor Yusov2018-04-011-0/+0
| * | Some updates to texture loading libraryEgor Yusov2018-04-011-0/+0
| * | Fixed issue with d3d11 swap chain faling to resize due to command lists not b...Egor Yusov2018-04-012-0/+4
| * | Updated readmeEgor Yusov2018-04-012-1/+1
| * | Updated readmeEgor Yusov2018-04-013-0/+14
| * | Implemented switching to fullscreen on shift+enter in UWPEgor Yusov2018-04-014-2/+53
| * | Added sync interval to Present.Egor Yusov2018-03-317-5/+5
| * | Updated samples submodule (implemented switching to fullscreen in sample apps)Egor Yusov2018-03-311-0/+0
| * | Fixed iOS build errorEgor Yusov2018-03-311-0/+0
| * | Iimplemented switching to a fullscreen mode in d3dEgor Yusov2018-03-314-0/+30
| * | Fixed UWP build errorEgor Yusov2018-03-311-2/+2
| * | Updated submodules; enabled fullscreen modeEgor Yusov2018-03-304-5/+6
| * | Fixed issue with Win32 MessageProc() not checking if g_pTheApp is nullEgor Yusov2018-03-301-3/+6
| * | Updated core: added adapter id to engine initializationEgor Yusov2018-03-301-0/+0
| |/
| * Updated Core (added hardware adapter & display mode enumeration)Egor Yusov2018-03-302-2/+52
| * Updated core (added debug shader output when shader compilation fails)Egor Yusov2018-03-281-0/+0
| * Minor updateEgor Yusov2018-03-281-1/+1
| * Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/9Egor Yusov2018-03-284-0/+96
| * Updated core: added debug message callback configurationEgor Yusov2018-03-271-0/+0
| * Updated submodules: reworked debug output to allow user-specified callbacksEgor Yusov2018-03-273-0/+0
| * Added ortho projection matrix testEgor Yusov2018-03-262-0/+32
| * Updated include test to reference all headers relative to the Engine rootEgor Yusov2018-03-2696-96/+96
| * Updated tools module (Fixed build errors)Egor Yusov2018-03-251-0/+0
| * Updated copyright noticeEgor Yusov2018-03-25158-160/+160
| * Added include tests for TextureLoader projectEgor Yusov2018-03-255-2/+76
| * Updated core to fix linux build errorsEgor2018-03-251-0/+0
| * Added GraphicsTools project include testsEgor Yusov2018-03-2511-1/+225