summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubePlugin/PluginSource (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed MinGW buildEgor Yusov2018-12-143-14/+19
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-5/+1
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-043-3/+3
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-3/+3
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-1/+1
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-013-3/+3
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-242-1/+3
* Implemented explicit resource state transitionsEgor Yusov2018-11-214-6/+7
* Enabled seperate samplersEgor Yusov2018-10-181-0/+1
* Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov2018-10-071-5/+9
* Added IFence interfaceEgor Yusov2018-07-221-0/+5
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-2/+1
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-2/+1
* Enabled build customizationEgor Yusov2018-03-051-6/+2
* Enabled build with Win8.1 SDKEgor Yusov2018-03-041-4/+4
* Updated samples submodule: added Tutorial00_HelloWin32Egor Yusov2018-02-231-0/+2
* Fixed crash in Unity emulator on Android when changing device orientationEgor2018-02-201-0/+4
* Unified Android buildEgor2018-02-161-9/+15
* Fixed formatting of cmake files + some minor updatesEgor Yusov2018-02-131-66/+70
* Enabled iOS build; unified target platform app generation in cmakeEgor Yusov2018-02-121-0/+12
* Fixed linux buildEgor2018-02-101-1/+1
* Merge remote-tracking branch 'origin/master'Egor Yusov2018-02-031-1/+1
|\
| * Updated Engine GL initializationEgor Yusov2018-02-031-1/+1
* | Enabled IOS buildEgor Yusov2018-02-031-0/+2
|/
* Enabled MacOS supportEgor Yusov2018-01-272-0/+4
* Fixed build errorEgor Yusov2017-12-291-2/+2
* Removed legacy VS project and solution files, updated project dependencies.Egor Yusov2017-12-2812-649/+4
* Enabled Unity Emulator on Linux. Linux platform is now fully supportedEgor2017-12-251-0/+5
* Removed jni/Visual GDB Android build from legacy project filesEgor Yusov2017-12-186-323/+0
* CMake: updated Android build rulesEgor Yusov2017-12-161-1/+6
* Fixed paths to copy Unity plugins toEgor Yusov2017-12-151-14/+20
* CMake: enabled resource processing for UnityPlugin in UWP buildEgor Yusov2017-12-151-9/+1
* Replaced FXC command with VS_SHADER_* properties. No need to specify FXC when...Egor Yusov2017-12-141-1/+1
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-7/+2
* Adding UWP to CMake (in progress)Egor Yusov2017-12-141-2/+5
* Added cmake command to copy GhostCubePlugin to Unity plugin folderEgor Yusov2017-12-121-0/+22
* Added CMake files for Unity plugin & EmulatorEgor Yusov2017-12-121-0/+106
* Updated to version 2.1Egor Yusov2017-11-1329-0/+2241