summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GLTF: hacky VR rendering supportgltf-multiviews-ol2021-03-303-4/+13
* C API for GLTF_PBR_Renderers-ol2021-03-305-417/+664
* Merge pull request #7 from luzpaz/typosAssiduous2021-03-1815-41/+41
|\
| * Fix misc. typosluz paz2021-03-1815-41/+41
|/
* Updated readmeAssiduous2021-03-031-1/+1
* Added lines of code badgeassiduous2021-03-032-0/+2
* Travis: update XCode to 12.2assiduous2021-02-081-2/+2
* GLTF PBR Renderer: updated alpha mode shader paramterassiduous2021-01-135-5/+36
* GLTF PBR Renderer: fixed issue with non-array views of compressed texturesassiduous2021-01-111-2/+12
* Readme: updated Contributing sectionassiduous2021-01-031-2/+4
* Updated copyright noticeassiduous2021-01-0111-11/+11
* GLTF PBR renderer: updated default physical desc texture to define rough non-...assiduous2020-12-152-2/+10
* GLTF PBR Renderer: optimzed render function to eliminate redundant CommitShad...assiduous2020-12-151-8/+19
* GLTF PBR Renderer: fixed shader to support cached models that don't have cert...assiduous2020-12-152-34/+54
* GLTF PBR Renderer: enabled rendering objects from resource cacheassiduous2020-12-152-178/+326
* GLTF PBR Renderer: removed RenderNodeCallback as it makes little sense and on...assiduous2020-12-032-191/+110
* GLTF PBR Renderer: few updates to GLTFNodeRenderInfoassiduous2020-12-032-2/+6
* GLTF PBR Renderer: moved SRB managing out of the rendererassiduous2020-12-032-131/+74
* Reworked joints buffer to be dynamic constant bufferassiduous2020-12-034-37/+44
* GLTF PBR renderer: moved joint transforms into a separate bufferassiduous2020-12-036-87/+75
* GLTF PBR Renderer: switched to using texture arraysassiduous2020-12-035-41/+51
* GLTF PBR renderer: updated material shader attribs handlingassiduous2020-12-024-79/+28
* GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-023-8/+8
* GLTF PBR renderer: using FirstIndexLocation and BaseVertex from GLTF modelassiduous2020-12-012-11/+21
* GLTF PBR renderer: enabled using vertex/index buffers from cacheassiduous2020-12-011-6/+13
* GLTF PBR renderer: updates to match refactored material textures handlingassiduous2020-12-012-77/+123
* GLTF PBR Renderer: added option to use texture atlasassiduous2020-11-306-8/+101
* GLTF PBR Renderer: made SRB cache thread-safeassiduous2020-11-052-12/+20
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-192-2/+2
* Some updates to match API240076assiduous2020-10-194-75/+75
* GLTF_PBR_Renderer: some cosmetic changesassiduous2020-10-191-29/+33
* Fixed compilation after PSO refactoringazhirnov2020-10-153-91/+93
* Updated light scattering FX to match the API 240071assiduous2020-09-171-1/+1
* Updated Light Scattering FX to match the new API (240070)assiduous2020-09-161-1/+1
* Fixed a couple of minor shader warningsassiduous2020-09-154-4/+6
* Few updates to match API 240068assiduous2020-09-112-7/+7
* Removed no longer needed CommitShaderResources(nullptr)assiduous2020-09-071-1/+1
* Fixed unicode symbols in commentsassiduous2020-08-281-2/+2
* Light scattering FX: updated Ozone absorption coefficientsassiduous2020-08-273-4/+8
* Light scattering FX: added custom Ozone absorption coefficientassiduous2020-08-263-7/+19
* Epipolar scattering FX: added Ozone approximation that fixes yellow-green skyassiduous2020-08-265-4/+23
* Updated FullScreenTriangleVS.fx.hassiduous2020-08-201-1/+1
* Minor update to FullScreenTriangleVS to allow non-separable programs in GLassiduous2020-08-202-13/+7
* Allow usage of system clang-format instead of bundled (https://github.com/Dil...assiduous2020-08-171-3/+4
* Updated DiligentFXShaderSourceStreamFactory (API 240064)assiduous2020-07-182-2/+17
* Updated readme - added discord linkAssiduous2020-07-071-0/+1
* GLTF PBR Renderer: merged mterial info and render params constant buffersassiduous2020-06-284-61/+32
* Fixed issue with shadow cascades blendingassiduous2020-06-232-10/+44
* Light scattering FX: fixed bug with extinction not taking into account inters...assiduous2020-06-142-24/+74
* Untabified GLTF PBR shadersassiduous2020-06-148-88/+88