summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated issue templateEgor Yusov2019-10-275-0/+2
* Updated submodules (added issue template)Egor Yusov2019-10-264-0/+0
* Updated issue templateEgor Yusov2019-10-261-7/+8
* Updated issue templateEgor Yusov2019-10-261-12/+6
* Update issue templatesDiligentGraphics2019-10-261-0/+23
* Merge remote-tracking branch 'refs/remotes/origin/master'Egor Yusov2019-10-273-4/+4
|\
| * Updated gitignore for NativeApp/AndroidEgor2019-10-261-0/+1
| * Fixed Android build error when using external CMake (fixed https://github.com...Egor2019-10-261-2/+2
| * Linux app: fixed window titleEgor2019-10-261-2/+1
* | Updated Android instructions in readme and troubleshootingEgor Yusov2019-10-272-2/+9
|/
* Updated samples (fixed linux build error)Egor Yusov2019-10-261-0/+0
* Added CFBundleVersion to info.plist to fix iOS app deploymentEgor Yusov2019-10-262-0/+2
* MacOS app: fixed app titlesEgor Yusov2019-10-267-20/+9
* Gracefully handling unsupported device modes (fixed https://github.com/Dilige...Egor Yusov2019-10-263-11/+31
* Travis and Appveyor: updated CMake to 3.15.4Egor Yusov2019-10-264-13/+13
* Updated coreEgor Yusov2019-10-251-0/+0
* travis ci: using codebuild with xcpretty to improve compiler output and fix o...Egor Yusov2019-10-252-1/+1
* Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov2019-10-2514-19/+113
* Updated core & samples; added Tutorial 16; updated troubleshootingEgor Yusov2019-10-255-7/+20
* Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...Egor Yusov2019-10-202-1/+1
* Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACTEgor Yusov2019-10-202-1/+1
* Updated core; finished bindless mode in Asteroids sample (closed https://gith...Egor Yusov2019-10-207-89/+170
* Updated core (API version 240035) and shader res array testEgor Yusov2019-10-202-1/+1
* Updated API version to 240034Egor Yusov2019-10-194-2/+7
* Updated submodules (API version 240033);Egor Yusov2019-10-1918-196/+252
* Fixed UWP build errorEgor Yusov2019-10-181-0/+0
* Fixed test appEgor Yusov2019-10-185-12/+8
* Asteroids demo: enabled bindless mode in DiligentD3D12 and DiligentVk modesEgor Yusov2019-10-1814-465/+158
* Updated readmeEgor Yusov2019-10-141-1/+2
* Updated core submodule and release historyEgor Yusov2019-10-132-1/+29
* MacOS app: added limitation on the minimum window sizeEgor Yusov2019-10-131-0/+1
* Updated vscode settingsEgor2019-10-132-26/+44
* Linux app: added limitation on the minimum window sizeEgor2019-10-132-2/+50
* Updated samples module (updated gradle settings)Egor2019-10-131-0/+0
* Updated coreEgor2019-10-131-0/+0
* Updated 3rd party modulesEgor Yusov2019-10-122-0/+0
* Fixed UWP build errorEgor Yusov2019-10-121-0/+0
* Updated core and samples modules (fixed shader mismatch errors in Vulkan mode...Egor Yusov2019-10-122-0/+0
* Updated dear imguiEgor Yusov2019-10-111-0/+0
* Updated coreEgor Yusov2019-10-111-0/+0
* Updated submodules (fixed few issue with non-separable programs in GL backend)Egor Yusov2019-10-113-0/+0
* Updated coreEgor Yusov2019-10-101-0/+0
* Updated core and samplesEgor Yusov2019-10-102-0/+0
* Added Android build files for Tutorials 14 & 15, Shadows sample and imgui dem...Egor2019-10-035-4/+22
* Replaced AntTweakBar with dear imgui (closed )Egor2019-10-035-0/+1
* Updated CS converter test: added RW structured buffersEgor Yusov2019-10-031-2/+19
* Reworked compute shader convert test to avoid limitation of 8 image uniforms ...Egor Yusov2019-10-037-473/+582
* MacOS app: added handling of right mouse dragged eventEgor Yusov2019-10-011-0/+4
* MacOS app: added tracking area in order to always receive mouse eventsEgor Yusov2019-10-011-3/+12
* Updated MacOS applicationEgor Yusov2019-10-012-89/+24