index
:
DiligentFX
gltf-multiview
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
GLTF_PBR_Renderer
/
src
/
GLTF_PBR_Renderer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLTF: hacky VR rendering support
gltf-multiview
s-ol
2021-03-30
1
-2
/
+9
*
C API for GLTF_PBR_Renderer
s-ol
2021-03-30
1
-35
/
+61
*
Fix misc. typos
luz paz
2021-03-18
1
-2
/
+2
*
GLTF PBR Renderer: updated alpha mode shader paramter
assiduous
2021-01-13
1
-1
/
+4
*
GLTF PBR Renderer: fixed issue with non-array views of compressed textures
assiduous
2021-01-11
1
-2
/
+12
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
GLTF PBR renderer: updated default physical desc texture to define rough non-...
assiduous
2020-12-15
1
-2
/
+9
*
GLTF PBR Renderer: optimzed render function to eliminate redundant CommitShad...
assiduous
2020-12-15
1
-8
/
+19
*
GLTF PBR Renderer: enabled rendering objects from resource cache
assiduous
2020-12-15
1
-142
/
+249
*
GLTF PBR Renderer: removed RenderNodeCallback as it makes little sense and on...
assiduous
2020-12-03
1
-137
/
+90
*
GLTF PBR Renderer: few updates to GLTFNodeRenderInfo
assiduous
2020-12-03
1
-1
/
+1
*
GLTF PBR Renderer: moved SRB managing out of the renderer
assiduous
2020-12-03
1
-67
/
+52
*
Reworked joints buffer to be dynamic constant buffer
assiduous
2020-12-03
1
-21
/
+17
*
GLTF PBR renderer: moved joint transforms into a separate buffer
assiduous
2020-12-03
1
-64
/
+49
*
GLTF PBR Renderer: switched to using texture arrays
assiduous
2020-12-03
1
-1
/
+1
*
GLTF PBR renderer: updated material shader attribs handling
assiduous
2020-12-02
1
-74
/
+13
*
GLTFResourceManager: made allocations ref-counted objects
assiduous
2020-12-02
1
-4
/
+4
*
GLTF PBR renderer: using FirstIndexLocation and BaseVertex from GLTF model
assiduous
2020-12-01
1
-11
/
+15
*
GLTF PBR renderer: enabled using vertex/index buffers from cache
assiduous
2020-12-01
1
-6
/
+13
*
GLTF PBR renderer: updates to match refactored material textures handling
assiduous
2020-12-01
1
-76
/
+107
*
GLTF PBR Renderer: added option to use texture atlas
assiduous
2020-11-30
1
-0
/
+8
*
GLTF PBR Renderer: made SRB cache thread-safe
assiduous
2020-11-05
1
-12
/
+17
*
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
2020-10-19
1
-1
/
+1
*
Some updates to match API240076
assiduous
2020-10-19
1
-20
/
+20
*
GLTF_PBR_Renderer: some cosmetic changes
assiduous
2020-10-19
1
-29
/
+33
*
Fixed compilation after PSO refactoring
azhirnov
2020-10-15
1
-52
/
+54
*
Few updates to match API 240068
assiduous
2020-09-11
1
-6
/
+6
*
Removed no longer needed CommitShaderResources(nullptr)
assiduous
2020-09-07
1
-1
/
+1
*
GLTF PBR Renderer: merged mterial info and render params constant buffers
assiduous
2020-06-28
1
-43
/
+27
*
GLTF PBR Renderer: added SRB type id to differentiate SRBs (e.g. shadow vs co...
assiduous
2020-05-27
1
-12
/
+18
*
Minor update to GLTF PBR renderer
assiduous
2020-05-21
1
-4
/
+10
*
GLTF PBR renderer: added options to use AO and Emissive textures in the shade...
assiduous
2020-05-17
1
-11
/
+27
*
GLTF PBR Renderer: improved SRB initialization to check null variables
assiduous
2020-05-08
1
-8
/
+16
*
Fixed minor issue in GLTF PBR renderer
assiduous
2020-04-10
1
-1
/
+1
*
Updated to match API Version 240056
assiduous
2020-04-01
1
-11
/
+19
*
Minor update to GLTF_PBR_Renderer
assiduous
2020-03-28
1
-0
/
+1
*
GLTF PBR Renderer: enabled two-sided material support
assiduous
2020-03-28
1
-12
/
+39
*
GLTF PBR renderer: few updates to make it more flexible
assiduous
2020-03-19
1
-35
/
+38
*
GLTF PBR Renderer: moved shading functions to GLTF_PBR_Shading.fxh
assiduous
2020-03-18
1
-1
/
+1
*
GLTF_PBR_Renderer: added option to use custom render callback
assiduous
2020-03-18
1
-66
/
+151
*
Renamed .h -> .hpp where appropriate
assiduous
2020-01-31
1
-2
/
+2
*
Updates to comply with the new API
assiduous
2020-01-29
1
-5
/
+5
*
Updated copyright notice
assiduous
2020-01-01
1
-7
/
+11
*
clang-formatted GLTF_PBR_Renderer
Egor Yusov
2019-11-25
1
-159
/
+193
*
Minor update to comply with API version 240033
Egor Yusov
2019-10-19
1
-2
/
+2
*
Updated copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
Fixed irradiance map calculation in OpenGL on Mac
Egor Yusov
2019-05-05
1
-2
/
+2
*
Fixed variable naming problem causing Linux build error
Egor Yusov
2019-05-05
1
-7
/
+7
*
Fixed clang build error
Egor Yusov
2019-05-04
1
-1
/
+1
*
GLTF renderer: fixed issue with diffuse color factor
Egor Yusov
2019-05-04
1
-1
/
+1
[next]