summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* First implementation of imgui on MacEgor Yusov2019-10-015-5/+169
* Minor update to imgui UWP implementationEgor Yusov2019-09-302-1/+7
* ImGui UWP: fixed window resizingEgor Yusov2019-09-302-4/+9
* Enabled ImGui on UWPEgor Yusov2019-09-303-7/+166
* Imgui win32 impl: updated event hanlding to avoid modifications to imguiEgor Yusov2019-09-291-1/+31
* Imgui implementation: fixed few Vulkan issuesEgor Yusov2019-09-295-2/+14
* Updated ImGuiUtilsEgor Yusov2019-09-291-0/+50
* Added template ImGui::Checkbox function; few minor updates toEgor Yusov2019-09-282-1/+18
* Cosmetic changes to imGuIZMOEgor Yusov2019-09-282-22/+21
* Added ImGuiUtils and imGuIZMO widgetEgor Yusov2019-09-286-1/+1344
* Added DearImguiEgor Yusov2019-09-2510-0/+711
* Updated Copyright noticeEgor Yusov2019-09-231-1/+1
* Updated license install commandEgor Yusov2019-09-181-1/+3
* Added CMake commands to install third party licensesEgor Yusov2019-09-182-0/+29
* Moved third party components from External to ThirdParty folderEgor Yusov2019-09-18819-7/+7
* Updated copyright noticeEgor Yusov2019-09-1769-69/+69
* DXSDK Mesh loader: computing bounding boxes programmatically when loading the...Egor Yusov2019-07-212-7/+90
* DXSDK Mesh loader: implemented GPU resource initializationEgor Yusov2019-07-202-185/+243
* Added DXSDK Mesh LoaderEgor Yusov2019-07-203-0/+682
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-284-12/+70
* Added comment to VERSION file in libtiffEgor Yusov2019-06-281-0/+1
* libtiff: fixed android buildEgor Yusov2019-06-281-0/+0
* libtiff: fixed mac/linux/ios buildEgor Yusov2019-06-283-0/+5
* Removed unused libtiff source filesEgor Yusov2019-06-28402-124638/+300
* Updated source files to version 4.0.10Egor Yusov2019-06-28407-3402/+8101
* Minor updates to image loading functionsEgor Yusov2019-06-274-85/+84
* Updated readme: added license and contributing sectionsDiligentGraphics2019-06-191-0/+20
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-099-48/+48
* Updated GLTF loader readmeEgor Yusov2019-05-071-2/+2
* Updated readmeEgor Yusov2019-05-061-2/+2
* Updated readme; added readme for GLTF LoaderEgor Yusov2019-05-064-43/+45
* GLTF Loader: fixed mipmap generation issue on Vulkan on MacEgor Yusov2019-05-051-5/+10
* Fixed variable naming problem causing Linux build errorsEgor Yusov2019-05-052-17/+17
* Fixed a couple of Mac build problemsEgor Yusov2019-05-042-5/+5
* GLTF loader: setting default normal to (0,0,0) so that the shdare can compute...Egor Yusov2019-05-041-1/+1
* GLTF Loader: fixed couple of issues with animationEgor Yusov2019-05-042-4/+3
* GLTF loader: fixed loading specular factorEgor Yusov2019-05-041-2/+2
* GLTF Loader: improved pbr workflow indicationEgor Yusov2019-05-042-5/+5
* Image loader: fixed loading paletted png imagesEgor Yusov2019-05-041-15/+20
* GLTF Loader: using linear min filter when the model specifies NEAREST_MIPMAP_...Egor Yusov2019-05-031-1/+1
* Fixed default ctor of TextureLoadInfo structEgor Yusov2019-05-032-25/+25
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-032-2/+2
* GLTF Loader: fixed transformsEgor Yusov2019-05-032-18/+15
* GLTF Loader: fixed texture format recognitionEgor Yusov2019-05-011-14/+2
* Updated TextureLoadInfo ctorEgor Yusov2019-04-301-9/+18
* Implemented loading textures from KTXEgor Yusov2019-04-288-250/+612
* Updated GLTF loader to use Diligent file system functionsEgor Yusov2019-04-281-10/+60
* Minor update to GLTF loaderEgor Yusov2019-04-282-5/+5
* Minor update to GLTF loaderEgor Yusov2019-04-271-1/+1
* Some updates to GLTF loaderEgor Yusov2019-04-262-108/+56