summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Minor updates on iOS platformEgor Yusov2018-02-122-4/+8
* One more fix for Android contextEgor2018-02-111-1/+8
* Fixed Android crash when SwapBuffers() is called after Suspend()Egor2018-02-111-3/+13
* Minor updates to readmeEgor2018-02-104-120/+120
* Replaced #ifdef ENGINE_DLL with #if ENGINE_DLLEgor2018-02-1010-15/+13
* Replaced #ifdef PLATFORM_XXX with #if PLATFORM_XXXEgor2018-02-1020-76/+77
* Fixed Android buildEgor2018-02-043-21/+6
* Updated readme with iOS build infoDiligentGraphics2018-02-041-17/+39
* Fixed typo in travis iOS build scriptDiligentGraphics2018-02-041-1/+1
* Fixed library search in iOS buildEgor Yusov2018-02-043-17/+23
* Fixed travis scriptDiligentGraphics2018-02-041-1/+1
* Enabled ios build in travisDiligentGraphics2018-02-041-3/+21
* Minor changeEgor Yusov2018-02-041-1/+1
* Fixed few iOS issues with file system & number of texture unitsEgor Yusov2018-02-043-4/+4
* Reworked swap chain and context initialization on iOSEgor Yusov2018-02-037-62/+150
* Merge remote-tracking branch 'origin/master'Egor Yusov2018-02-0322-148/+180
|\
| * Fixed another MacOS build issueEgor2018-02-031-2/+2
| * Fixed MacOS build errorEgor2018-02-031-1/+1
| * Fixed Android and MacOS buildsEgor2018-02-039-53/+32
| * Fixed Linux buildEgor2018-02-034-28/+18
| * Reworked swap chain initialization in OpenGL to be better separated from GLCo...Egor Yusov2018-02-0314-72/+135
* | Added SwapChain ISO implEgor Yusov2018-02-032-0/+100
* | Updated IOS implementationEgor Yusov2018-02-037-31/+54
* | Fixed c++/c flags on iOSEgor Yusov2018-02-022-1/+4
* | Enabled IOS buildEgor Yusov2018-02-0140-138/+1401
|/
* Added info about MacOS to readmeDiligentGraphics2018-01-271-1/+11
* Updated travis.ymlDiligentGraphics2018-01-271-17/+6
* Updated travis scriptDiligentGraphics2018-01-271-29/+47
* Updated travis scriptDiligentGraphics2018-01-271-4/+4
* Enabled MacOS build in travis ciDiligentGraphics2018-01-271-14/+33
* Updated querying number of mip levels in GL texture to allow failure in older...Egor Yusov2018-01-271-3/+10
* Fixed forward/backward slash issue when opening files on MacOSEgor Yusov2018-01-251-4/+11
* Updated build rules for File2String to avoid issues with clean build commandEgor Yusov2018-01-253-15/+17
* Added comments re object ownership in Core Foundation libEgor Yusov2018-01-251-0/+7
* Enabled File2String on Mac; updated GLSLDefinitions to disable functions unsu...Egor Yusov2018-01-254-10/+20
* Updated MacOSDebug to use NSLogEgor Yusov2018-01-242-2/+8
* Implemented opening files in MacOS bundleEgor Yusov2018-01-246-19/+118
* Fixed XCode build warningEgor Yusov2018-01-221-5/+5
* Updated OpenGL context initialization on MacOSEgor Yusov2018-01-223-50/+24
* Fixed MacOS issuesEgor Yusov2018-01-217-99/+48
* Minor update to CMakeListsEgor Yusov2018-01-201-1/+1
* Fixed some clang compiler warningsEgor Yusov2018-01-1913-48/+37
* Enabled MacOS buildEgor Yusov2018-01-1925-15/+668
* Update README.mdDiligentGraphics2018-01-161-0/+1
* Update README.mdDiligentGraphics2018-01-161-1/+1
* Fixed error in debug macrosEgor Yusov2018-01-121-4/+4
* Fixed Linux build errorEgor Yusov2018-01-081-3/+7
* Updated Signal class to allow auto-reset and custom signal valueEgor Yusov2018-01-081-10/+38
* Updated Signal class to allow notify_all()Egor Yusov2018-01-071-3/+6
* Added MatrixFromRows() function to shader definitionsEgor Yusov2018-01-054-0/+20