summaryrefslogtreecommitdiffstats
path: root/Platforms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated some more copyright noticesassiduous2021-01-045-5/+5
|
* Updated copyright noticeassiduous2021-01-0124-24/+24
|
* Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-101-11/+8
|
* Update Win32PlatformMisc.hppThomas Bishop2020-08-021-4/+11
| | | Fix ARM64 compilation. MSVC _CountOneBits intrinsics undefined for ARM64.
* Windows platform: fixed ARM compilation issueassiduous2020-08-011-1/+7
|
* Reworked Open/SaveFileDialog to allow specifying dialog flagsassiduous2020-06-292-28/+93
|
* Removed backend macros verification from PlatformDefinitions.hassiduous2020-05-201-5/+0
|
* Improved Android file loadingassiduous2020-05-122-27/+67
|
* Fixed MSVC compiler warnings + treat warnings as errors; made ↵assiduous2020-05-096-6/+10
| | | | Diligent-BuildSettings private dependency for all projects
* If 'Exists' true, pFile is not nullptr.Mark Nefedov2020-05-081-1/+1
|
* Fixed few Android build problemsassiduous2020-04-191-0/+1
|
* WindowsFileSystem: added SaveFileDialog() functionassiduous2020-03-302-0/+21
|
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-4/+4
|
* WindowsFileSystem: added GetCurrentDirectory and GetRelativePath functionsassiduous2020-03-222-0/+80
|
* Fixed formattingassiduous2020-02-032-2/+2
|
* Updated Mac and iOS native window structsassiduous2020-02-032-2/+20
|
* Fixed issue with Platform definitionsassiduous2020-02-035-0/+10
|
* Updated LinuxNativeWindowassiduous2020-02-031-1/+2
|
* Fixed UWP build plus bug in Win32NativeWindow ctorassiduous2020-02-031-1/+1
|
* Fixed Linux build issueassiduous2020-02-032-2/+12
|
* Fixed Linux/Mac/iOS build errorsassiduous2020-02-021-0/+9
|
* Updated swap chain creation functions to use NativeWindow structassiduous2020-02-021-2/+3
|
* Cleaned-up NativeWindow PRassiduous2020-02-0212-35/+35
|
* Introduced NativeWindow wrapper for supported platformsRobert Campbell2020-02-0213-0/+337
|
* Fixed Android, Apple, Linux, UWP platform headersassiduous2020-01-2711-18/+18
|
* Renamed platform headers .h -> .hppassiduous2020-01-2747-82/+82
|
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-266-8/+8
|
* Fixed few C issues in platform definitionsassiduous2020-01-263-6/+30
|
* Reworked main headers to be compatible with cassiduous2020-01-2512-47/+47
|
* Added WindowsFileSystem::IsDirectoryassiduous2020-01-242-0/+12
|
* Few improvements to Win32 file system implementationassiduous2020-01-241-4/+21
|
* Fixed issue in ClearDirectoryassiduous2020-01-241-1/+1
|
* Added WindowsFileSystem::DeleteDirectory, BasicFileSystem::IsPathAbsolute ↵assiduous2020-01-244-4/+46
| | | | functions
* Corrected install directories to use standard cmake variables for consistencyassiduous2020-01-091-1/+1
|
* Updated coyright noticeassiduous2020-01-0122-154/+242
|
* Minor formatting updatesassiduous2019-12-251-4/+4
|
* clang-formatted Platforms projectsEgor Yusov2019-11-2442-678/+709
|
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-216-6/+6
|
* Updated install fodler structureEgor Yusov2019-11-191-2/+2
|
* Fixed JNI object reference leak in AndroidFileSystemEgor2019-10-031-0/+3
|
* Fixed some issues on Win32 platformEgor Yusov2019-09-181-18/+18
|
* Updated Copyright noticeEgor Yusov2019-09-1722-22/+22
|
* Added 'Diligent-' prefix to project names to avoid name conflicts ↵Egor Yusov2019-06-097-74/+74
| | | | (https://github.com/DiligentGraphics/DiligentEngine/issues/20)
* Reworked Android Platform to not depend on NDKHelper & native_app_glueEgor2019-05-113-68/+224
| | | | | Removed native_app_glue from core Added IEngineFactory::InitAndroidFileSystem android-only function
* Fixed overload of WindowsStoreFile::Read() functionEgor Yusov2019-05-051-9/+13
|
* Added WindowsFileSystem::OpenFileDialog() functionEgor Yusov2019-05-032-0/+20
|
* Minor updates to StandardFileEgor Yusov2019-02-042-15/+15
|
* Improved error message about unknown platformEgor Yusov2019-01-234-5/+5
|
* Added MemoryFileStreamEgor Yusov2019-01-141-2/+0
|
* Added cmake options to selectively disable back-endsEgor Yusov2019-01-091-2/+2
|