summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GLTFLoader: updated node transforms handlingassiduous2020-12-102-16/+12
* GLTF Loader: addedassiduous2020-12-102-8/+26
* GLTFLoader: updated model initialization API; few minor improvements to loadingassiduous2020-12-102-75/+70
* Fixed clang build errorsassiduous2020-12-101-5/+7
* GLTFLoader: fixed variable type/name conflictsassiduous2020-12-102-35/+36
* GLTFLoader: made sure that texture files are not loaded when found in the cacheassiduous2020-12-102-38/+79
* Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous2020-12-094-570/+180
* GLTF Loader: enabled caching compressed texturesassiduous2020-12-052-19/+51
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-054-75/+244
* GLTF Loader: fixed names of Material::ALPHA_MODE enum membersassiduous2020-12-032-6/+6
* GLTF loader: updated mesh BB handlingassiduous2020-12-032-39/+35
* GLTF Loader: updated primitives handlingassiduous2020-12-032-36/+33
* GLTF Loader: using dynamic array of joint transform matrices instead of the f...assiduous2020-12-032-12/+8
* GLTF Loader: switched to using texture arraysassiduous2020-12-032-11/+16
* GLTFLoader: reworked material to load material attribs in a shader-friendly f...assiduous2020-12-022-75/+89
* GLTF Loader: fixed few issues with texture cacheassiduous2020-12-022-88/+91
* GLTFResourceManager: added texture allocation cacheassiduous2020-12-024-125/+226
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-024-159/+279
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-014-21/+46
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-013-80/+170
* GLTF Loader: updated GPU resource initializationassiduous2020-12-012-94/+106
* GLTF Loader: refactored material textures loadingassiduous2020-12-012-125/+103
* GLTF loader: initial implementation of GLTF resource cacheassiduous2020-11-305-103/+579
* GLTF Loader: added texture coordinate scale and bias for use in texture atlasassiduous2020-11-301-0/+7
* TextureLoader: using ComputeMipLevel functionassiduous2020-11-292-90/+5
* Mac/iOS app sources: removed '-x objective-c++' flag and using mm extension i...assiduous2020-11-2711-17/+10
* GLTF loader: fixed crash when texture is missingassiduous2020-11-251-1/+20
* Fixed Mac/iOS clang warningsassiduous2020-11-243-0/+8
* iOS app: added option to select Metal modeassiduous2020-11-227-13/+93
* ImGui renderer: fixed GL shaders to support non-separable programsassiduous2020-11-221-4/+8
* MacOSAppBase: added Metal modeassiduous2020-11-1912-9/+160
* GLTFLoader: enabled creating the GLTF models without device contextassiduous2020-11-052-8/+29
* GLTFLoader: made texture cache thread-safeassiduous2020-11-052-8/+21
* ImGuiDiligentRenderer: added MSL shadersassiduous2020-10-261-14/+98
* Mipmap generation: few updates to fix floating point incosistencies that were...assiduous2020-10-211-12/+17
* Another minor fix to mipmap generationassiduous2020-10-211-1/+1
* ComputeCoarseMip: minor fix that was missedassiduous2020-10-211-1/+1
* Texture loader: fixed mipmap generation (closed https://github.com/DiligentGr...assiduous2020-10-211-12/+42
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-194-7/+7
* Some updates to match API240076assiduous2020-10-191-3/+3
* Fixed compilation after PSO refactoringazhirnov2020-10-151-11/+10
* AppBase: added CompareUpdate golden image modeassiduous2020-10-111-1/+5
* Readme: updated the list of third-party dependenciesassiduous2020-10-031-6/+7
* GLTF loader: fixed issue with state transition for DDS/KTX texturesassiduous2020-10-021-11/+19
* GLTF Loader: enabled loading of DDS/KTX texturesassiduous2020-10-021-68/+104
* Few more minor updates to GLTF loaderassiduous2020-09-241-27/+28
* GLTF loader: enabled 8-bit joint indices (fixed https://github.com/DiligentGr...assiduous2020-09-241-6/+22
* Updated GLTF loader to handle non-default stridesassiduous2020-09-241-10/+42
* Linux app base: updated OnGLContextCreated to return boolassiduous2020-09-212-2/+7
* Updated native app project for UWP (added dxgi.lib)assiduous2020-09-191-0/+2