summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Readme: added discord linkAssiduous2020-07-071-0/+1
* Imgui renderer: using pre-compiled SPIRV shaders in Vulkan modeassiduous2020-06-291-2/+102
* GLTFLoader: updated bound box calculationsassiduous2020-06-282-46/+12
* Merge pull request #14 from dolphineye/user/dolphineye/imgui-separate-rendererAssiduous2020-06-225-612/+710
|\
| * Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot2020-06-125-612/+710
|/
* Merge pull request #10 from dolphineye/user/dolphineye/imgui-framebuffer-scaleAssiduous2020-06-111-8/+14
|\
| * Fixed ImGUI framebuffer scaleThomas Tissot2020-06-111-8/+14
* | Merge pull request #11 from dolphineye/user/dolphineye/imgui-path-optionAssiduous2020-06-091-1/+6
|\ \
| * | Added option to customize dear ImGui pathThomas Tissot2020-06-051-1/+6
* | | Enabled HLSL2GLSLConverterApp on MacOSassiduous2020-06-093-1/+67
* | | Enabled HLSL2GLSLConverterApp on Linux (https://github.com/DiligentGraphics/D...assiduous2020-06-096-25/+266
* | | Refactored HLSL2GLSLConerterassiduous2020-06-094-138/+264
* | | Added documentation for AppBase (fixed https://github.com/DiligentGraphics/Di...assiduous2020-06-057-8/+120
|/ /
* / Minor update to ImGuiUtilsassiduous2020-05-311-3/+18
|/
* Imgui: fixed display size debug checks for minimized windowassiduous2020-05-203-6/+6
* GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...assiduous2020-05-172-41/+59
* Improved mipmap generation for alpha-cutoff materialsassiduous2020-05-161-8/+121
* Android: added AR Core to gradle buildassiduous2020-05-102-2/+3630
* Enabled arm64 ABI on Androidassiduous2020-05-091-1/+1
* Updated imguiassiduous2020-05-041-0/+0
* Imgui: fixed xinput link errors on MinGWassiduous2020-05-021-0/+7
* Updated imguiassiduous2020-05-011-0/+0
* Fixed MinGW build issueassiduous2020-05-011-0/+8
* A couple of minor updates to imgui Linux implementationassiduous2020-04-282-0/+14
* Updated display size handling by imgui on Mac and iOSassiduous2020-04-284-27/+6
* Updated Android native app to better handle orientation changesassiduous2020-04-273-31/+31
* Imgui: handling surface pretransformassiduous2020-04-2717-67/+297
* Updated .gitignoreassiduous2020-04-261-37/+2
* Few minor updates in Android appassiduous2020-04-264-9/+8
* Android app: enabling handling mode command line argumassiduous2020-04-254-4/+66
* travis: fixed path to install folderassiduous2020-04-081-1/+1
* Another attempt to fix travis scriptassiduous2020-04-081-1/+1
* Fixed paths to tests in travisassiduous2020-04-081-3/+3
* Another fix in appveyor scriptassiduous2020-04-081-1/+1
* Fixed travis scriptassiduous2020-04-081-3/+3
* Updated appveyor script to actually run testsassiduous2020-04-082-0/+4
* Enabled tests on travisassiduous2020-04-082-0/+12
* Enabled tests on appveyorassiduous2020-04-084-1/+12
* Fixed Mac/Linux build issueassiduous2020-04-082-4/+0
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous2020-04-0816-491/+1095
* Moved ImGuiScopedDisabler to ImGui namespace and renamed to ScopedDisablerassiduous2020-04-051-9/+4
* Updates to match API version 240056assiduous2020-04-011-2/+4
* GLTF Loader: enabled two-sided materialsassiduous2020-03-282-0/+10
* Enabled format validation on linuxassiduous2020-03-272-3/+8
* Enabled format validation on Macassiduous2020-03-262-2/+17
* Merge pull request #7 from alexandru-cazacu/patch-1Assiduous2020-03-261-1/+1
|\
| * Fix typo in README.mdAlexandru Cazacu2020-03-261-1/+1
|/
* GLTF loader: fixed few issues with handling texture loading errorsassiduous2020-03-251-2/+23
* Updated ImGuiUtils: added ScopedID helper classassiduous2020-03-251-0/+15
* GLTF loader: using full texture path as key in texture cacheassiduous2020-03-232-4/+11