summaryrefslogtreecommitdiffstats
path: root/unityplugin/UnityEmulator/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reworked ExecuteCommandList(+s) to take an array of command lists instead of oneassiduous2021-02-083-8/+13
* Updated copyright noticeassiduous2021-01-012-2/+2
* Updated submodules: enabled Metal mode supportassiduous2020-11-192-8/+9
* Updated submodules and UnityAppLinux (few linux fixes)assiduous2020-09-211-1/+2
* Completed Vulkan enabling on Android (closed https://github.com/DiligentGraph...assiduous2020-04-273-8/+8
* Fixed 32-bit buildassiduous2020-01-313-110/+110
* Fixed iOS build errorassiduous2020-01-311-1/+1
* Implemented C APIassiduous2020-01-3117-55/+55
* Updated core (fixed few issues with queries)assiduous2020-01-131-1/+1
* Updated copyright noticeassiduous2020-01-012-14/+22
* Unity emulator: fixed swap chain resize in GL, and also crahs on Macassiduous2019-12-301-21/+32
* Fixed Unity emulator crash on Linuxassiduous2019-12-291-0/+5
* Updated submodules - fixed linux build problemsassiduous2019-12-291-0/+3
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-253-7/+27
* Updated submodules + added tutorial 17Egor Yusov2019-11-113-5/+2
* LinuxApp: attempting to initialize in OpenGL mode if Vulkan failsEgor2019-10-281-1/+2
* Updated copyright noticeEgor Yusov2019-09-172-2/+2
* Fixed android build; moved NDKHelper from Core module to NativeAppCommonEgor2019-05-111-4/+4
* Updated core; fixed issue with swap chain format in D3D12 Unity emulatorEgor Yusov2019-04-191-0/+3
* Fixed window resize in GhostCubeScene d3d12 modeEgor Yusov2019-04-041-0/+1
* Updated command line format; updated submodulesEgor Yusov2019-04-011-2/+2
* Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...Egor Yusov2019-03-301-7/+3
* Updates to comply with the new engine factory APIEgor Yusov2019-03-182-2/+2
* Final updates to make GL backend workEgor Yusov2019-03-061-2/+2
* Updated projects to conform to the update engine factory APIEgor Yusov2019-03-052-4/+4
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-166-0/+29
* Updated copyright noticeEgor Yusov2019-01-061-1/+1
* Updated copyright notice + updated submodulesEgor Yusov2019-01-022-2/+2
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-251-2/+6
* Fixed MinGW buildEgor Yusov2018-12-141-1/+1
* Implemented explicit resource state transitionsEgor Yusov2018-11-212-4/+4
* Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor2018-11-071-0/+6
* Updated core (updated D3D11 swap chain); Updated DiligentGraphicsAdapterD3D11...Egor Yusov2018-10-071-25/+53
* Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov2018-10-073-14/+22
* Updated test + core and samples submodulesEgor Yusov2018-09-091-0/+3
* Added IFence interfaceEgor Yusov2018-07-221-0/+5
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-022-0/+6
* Few updates (restricted minimal window size on Win32, updated RawPtr() method...Egor Yusov2018-04-213-10/+10
* Merged masterEgor Yusov2018-04-013-3/+33
|\
| * Added sync interval to Present.Egor Yusov2018-03-313-3/+3
| * Iimplemented switching to a fullscreen mode in d3dEgor Yusov2018-03-313-0/+30
* | Added initialization in vulkan modeEgor Yusov2018-03-161-1/+5
|/
* Enabled build with Win8.1 SDKEgor Yusov2018-03-045-10/+10
* Fixed crash in Unity emulator on Android when changing device orientationEgor2018-02-201-3/+3
* Fixed device orientation change handling in Unity emulator appEgor2018-02-183-12/+22
* Improved device orientation/resize handling on AndroidEgor2018-02-181-0/+1
* Fixed crash when resuming Unity Emulator on AndroidEgor2018-02-131-1/+1
* Fixed unity emulator on iOSEgor Yusov2018-02-122-5/+13
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-128-6/+257
* Fixed MacOS buildEgor Yusov2018-02-114-176/+79