summaryrefslogtreecommitdiffstats
path: root/unityplugin/UnityEmulator (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-08Reworked ExecuteCommandList(+s) to take an array of command lists instead of oneassiduous3-8/+13
2021-01-01Updated copyright noticeassiduous9-9/+9
2020-11-19Updated submodules: enabled Metal mode supportassiduous2-8/+9
2020-09-21Updated submodules and UnityAppLinux (few linux fixes)assiduous1-1/+2
2020-09-18Fixed UnityAppBase (fixed https://github.com/DiligentGraphics/DiligentEngine/...assiduous1-0/+5
2020-04-27Completed Vulkan enabling on Android (closed https://github.com/DiligentGraph...assiduous3-8/+8
2020-02-03Updated submodules (using NativeWindow struct)assiduous1-1/+1
2020-01-31Fixed 32-bit buildassiduous3-110/+110
2020-01-31Fixed iOS build errorassiduous1-1/+1
2020-01-31Implemented C APIassiduous20-60/+60
2020-01-13Updated core (fixed few issues with queries)assiduous1-1/+1
2020-01-01Updated copyright noticeassiduous9-63/+99
2019-12-30Unity emulator: fixed swap chain resize in GL, and also crahs on Macassiduous1-21/+32
2019-12-29Fixed Unity emulator crash on Linuxassiduous1-0/+5
2019-12-29Updated submodules - fixed linux build problemsassiduous1-0/+3
2019-12-25Updated submodules; removed tests folder (tests are now part of every submodule)assiduous3-7/+27
2019-11-11Updated submodules + added tutorial 17Egor Yusov3-5/+2
2019-10-28LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor1-1/+2
2019-09-17Updated copyright noticeEgor Yusov9-9/+9
2019-06-09Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...Egor Yusov1-8/+8
2019-05-11Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2-5/+5
2019-04-19Updated core; fixed issue with swap chain format in D3D12 Unity emulatorEgor Yusov1-0/+3
2019-04-04Fixed window resize in GhostCubeScene d3d12 modeEgor Yusov1-0/+1
2019-04-01Updated command line format; updated submodulesEgor Yusov1-2/+2
2019-03-30Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...Egor Yusov1-7/+3
2019-03-18Updates to comply with the new engine factory APIEgor Yusov2-2/+2
2019-03-06Final updates to make GL backend workEgor Yusov1-2/+2
2019-03-05Updated projects to conform to the update engine factory APIEgor Yusov2-4/+4
2019-02-16Moved NativeApp to Diligent namespaceEgor Yusov7-1/+30
2019-01-06Updated copyright noticeEgor Yusov1-1/+1
2019-01-02Updated copyright notice + updated submodulesEgor Yusov9-9/+9
2018-12-25Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov1-2/+6
2018-12-14Fixed MinGW buildEgor Yusov1-1/+1
2018-11-21Implemented explicit resource state transitionsEgor Yusov2-4/+4
2018-11-07Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor1-0/+6
2018-10-07Updated core (updated D3D11 swap chain); Updated DiligentGraphicsAdapterD3D11...Egor Yusov2-25/+55
2018-10-07Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov3-14/+22
2018-09-09Updated test + core and samples submodulesEgor Yusov3-0/+7
2018-07-22Added IFence interfaceEgor Yusov1-0/+5
2018-07-02Updated unit tests to set DSV format in PSOEgor Yusov2-0/+6
2018-04-21Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov3-10/+10
2018-03-31Added sync interval to Present.Egor Yusov3-3/+3
2018-03-31Iimplemented switching to a fullscreen mode in d3dEgor Yusov3-0/+30
2018-03-16Added initialization in vulkan modeEgor Yusov1-1/+5
2018-03-04Enabled build with Win8.1 SDKEgor Yusov8-33/+33
2018-02-20Fixed crash in Unity emulator on Android when changing device orientationEgor1-3/+3
2018-02-18Fixed device orientation change handling in Unity emulator appEgor3-12/+22
2018-02-18Improved device orientation/resize handling on AndroidEgor1-0/+1
2018-02-17Fixed few compiler warningsEgor Yusov1-0/+7
2018-02-13Fixed crash when resuming Unity Emulator on AndroidEgor1-1/+1