summaryrefslogtreecommitdiffstats
path: root/Platforms/Linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated some more copyright noticesassiduous2021-01-041-1/+1
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-1/+2
* If 'Exists' true, pFile is not nullptr.Mark Nefedov2020-05-081-1/+1
* Fixed issue with Platform definitionsassiduous2020-02-031-0/+2
* Updated LinuxNativeWindowassiduous2020-02-031-1/+2
* Updated swap chain creation functions to use NativeWindow structassiduous2020-02-021-2/+3
* Cleaned-up NativeWindow PRassiduous2020-02-022-2/+2
* Introduced NativeWindow wrapper for supported platformsRobert Campbell2020-02-022-0/+41
* Fixed Android, Apple, Linux, UWP platform headersassiduous2020-01-273-5/+5
* Renamed platform headers .h -> .hppassiduous2020-01-276-8/+8
* Fixed few C issues in platform definitionsassiduous2020-01-261-2/+10
* Reworked main headers to be compatible with cassiduous2020-01-252-7/+7
* clang-formatted Platforms projectsEgor Yusov2019-11-245-57/+60
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-11/+11
* Added missing checks to install Android,Apple,Linux,UWP platform librariesEgor Yusov2018-12-171-1/+3
* Added install steps; updated header structure for platformsEgor Yusov2018-12-175-7/+9
* Reworked message formattingEgor Yusov2018-09-231-1/+1
* Updated platform bit utilitiesEgor Yusov2018-09-171-0/+55
* Fixed initialization of DebugMessageCallback to work in Release modeEgor Yusov2018-07-291-11/+2
* Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-272-12/+24
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-233-6/+6
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-11/+11
* Updated copyright noticeEgor Yusov2018-01-046-6/+6
* Reworked dependencies between projectsEgor Yusov2017-12-281-1/+2
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-285-9/+16
* Half implemented OpenGL context initialization in LinuxEgor2017-12-241-2/+7
* Added StandardFile; Implemented Linux file systemEgor Yusov2017-12-212-138/+10
* Udated PlatformDebug; implemented LinuxDebugEgor Yusov2017-12-211-16/+16
* Enabling linux build (in progress)Egor Yusov2017-12-207-0/+450