overte-thingvellir/libraries/render-utils/src
2017-06-26 11:55:46 +02:00
..
text First pass at the fix 2017-06-12 09:53:14 -07:00
AbstractViewStateInterface.cpp
AbstractViewStateInterface.h
AmbientOcclusionEffect.cpp Texture::create returns shared pointer 2017-04-25 15:56:23 -07:00
AmbientOcclusionEffect.h removing the explicit SettingHandle path to REnder?engine 2017-04-24 00:52:09 -07:00
AnimDebugDraw.cpp use correct format for float literals 2017-06-05 08:54:05 -07:00
AnimDebugDraw.h
animdebugdraw.slf
animdebugdraw.slv
AntialiasingEffect.cpp Remove one more instance of FramebufferCache 2017-06-13 15:26:07 -07:00
AntialiasingEffect.h Rendering improvements based on spectator-camera changes 2017-06-13 15:19:29 -07:00
BackgroundStage.cpp Fixing warnings 2017-05-31 22:02:47 -07:00
BackgroundStage.h Introucing the BackgroundStage to manage the background / skybox in one place 2017-05-09 17:10:05 -07:00
CauterizedMeshPartPayload.cpp Show MyAvatar's head in the SpectatorCamera view! 2017-06-15 11:31:20 -07:00
CauterizedMeshPartPayload.h payload keeps weak pointer to Model 2017-05-22 17:29:15 -07:00
CauterizedModel.cpp Merge pull request #10528 from AndrewMeadows/payload-gets-weak-pointer 2017-05-22 21:54:40 -07:00
CauterizedModel.h Model has a Rig rather than a RigPointer 2017-05-19 13:24:16 -07:00
debug_deferred_buffer.slf Revert "Revert "Fixing the rendering bug triggered with Nvidia driver 381.65"" 2017-04-07 02:03:58 -07:00
debug_deferred_buffer.slv
DebugDeferredBuffer.cpp Rendering improvements based on spectator-camera changes 2017-06-13 15:19:29 -07:00
DebugDeferredBuffer.h simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
deferred_light.slv
deferred_light_limited.slv
deferred_light_point.slv
deferred_light_spot.slv
DeferredBuffer.slh
DeferredBufferRead.slh Revert "Revert "Fixing the rendering bug triggered with Nvidia driver 381.65"" 2017-04-07 02:03:58 -07:00
DeferredBufferWrite.slh
DeferredFramebuffer.cpp Texture::create returns shared pointer 2017-04-25 15:56:23 -07:00
DeferredFramebuffer.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
DeferredFrameTransform.cpp simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
DeferredFrameTransform.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
DeferredGlobalLight.slh
DeferredLighting.slh
DeferredLightingEffect.cpp Rendering improvements based on spectator-camera changes 2017-06-13 15:19:29 -07:00
DeferredLightingEffect.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
DeferredTransform.slh
directional_ambient_light.slf
directional_ambient_light_shadow.slf
directional_skybox_light.slf
directional_skybox_light_shadow.slf
Fade.slh Added scale and duration debug parameters in debugFade.qml 2017-06-13 15:31:04 +02:00
FadeEffect.cpp Disabled check on enabled physics when deciding is fade is adequate 2017-06-19 18:19:36 +02:00
FadeEffect.h Added scale and duration debug parameters in debugFade.qml 2017-06-13 15:31:04 +02:00
FboCache.cpp
FboCache.h
forward_model.slf
forward_model_normal_map.slf
forward_model_normal_specular_map.slf
forward_model_specular_map.slf
forward_model_unlit.slf
FramebufferCache.cpp remove redundant declarations 2017-03-18 05:00:05 +00:00
FramebufferCache.h remove Mini Mirror from View menu 2017-03-18 00:53:13 +00:00
fxaa.slf
fxaa.slv
fxaa_blend.slf
GeometryCache.cpp Updated from upstream master because of change of protocol 2017-06-13 10:43:25 +02:00
GeometryCache.h Updated from upstream master because of change of protocol 2017-06-13 10:43:25 +02:00
glowLine.slf
glowLine.slv
grid.slf
LightAmbient.slh Revert "Revert "Fixing the rendering bug triggered with Nvidia driver 381.65"" 2017-04-07 02:03:58 -07:00
LightClusterGrid.slh
LightClusterGrid_shared.slh
LightClusters.cpp Fix the local lights issue, and correct the script relying on the Render.getConfig(), this one is on me... 2017-06-19 17:34:50 -07:00
LightClusters.h Introducing the renderview task 2017-06-06 18:00:41 -07:00
lightClusters_drawClusterContent.slf
lightClusters_drawClusterContent.slv
lightClusters_drawClusterFromDepth.slf
lightClusters_drawClusterFromDepth.slv
lightClusters_drawGrid.slf
lightClusters_drawGrid.slv
LightDirectional.slh
LightingModel.cpp simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
LightingModel.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
LightingModel.slh
LightPayload.cpp Adding a light item per zone 2017-05-04 16:47:03 -07:00
LightPayload.h Keep iterating on the zones 2017-05-05 18:07:21 -07:00
LightPoint.slh
LightSpot.slh
LightStage.cpp change all references of IDENTITY_FRONT to IDENTITY_FORWARD 2017-03-21 22:13:33 +00:00
LightStage.h Adding more debugging tool 2017-05-16 16:12:31 -07:00
local_lights_drawOutline.slf
local_lights_shading.slf
MaterialTextures.slh Remove unecessary normalize 2017-05-04 12:38:27 -07:00
MeshPartPayload.cpp Merged with master 2017-06-26 11:55:46 +02:00
MeshPartPayload.h Fade working on voxel objects 2017-06-08 14:57:09 +02:00
Model.cpp Merge branch 'master' into feature/pole-vector 2017-06-21 15:50:03 -07:00
Model.h Merge branch 'master' into feature/pole-vector 2017-06-21 15:50:03 -07:00
model.slf
model.slv
model_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_fade.slv Added debug scripts and fade position is now stable 2017-04-30 14:42:27 +02:00
model_lightmap.slf
model_lightmap.slv
model_lightmap_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_lightmap_fade.slv Added new shaders 2017-06-05 16:32:36 +02:00
model_lightmap_normal_map.slf
model_lightmap_normal_map.slv
model_lightmap_normal_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_lightmap_normal_map_fade.slv Added new shaders 2017-06-05 16:32:36 +02:00
model_lightmap_normal_specular_map.slf
model_lightmap_normal_specular_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_lightmap_specular_map.slf
model_lightmap_specular_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_normal_map.slf
model_normal_map.slv
model_normal_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_normal_map_fade.slv Added debug scripts and fade position is now stable 2017-04-30 14:42:27 +02:00
model_normal_specular_map.slf
model_normal_specular_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_shadow.slf
model_shadow.slv
model_shadow_fade.slf Added shadow shader variants 2017-06-05 16:44:32 +02:00
model_shadow_fade.slv Added shadow shader variants 2017-06-05 16:44:32 +02:00
model_specular_map.slf
model_specular_map_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
model_translucent.slf
model_translucent_fade.slf Added translucent shaders 2017-06-05 16:56:57 +02:00
model_translucent_unlit.slf
model_translucent_unlit_fade.slf Added translucent shaders 2017-06-05 16:56:57 +02:00
model_unlit.slf
model_unlit_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
nop.slf
overlay3D.slf
overlay3D.slv
overlay3D_model.slf
overlay3D_model_translucent.slf
overlay3D_model_translucent_unlit.slf
overlay3D_model_unlit.slf
overlay3D_translucent.slf
overlay3D_translucent_unlit.slf
overlay3D_unlit.slf
RenderDeferredTask.cpp Merged with master 2017-06-26 11:55:46 +02:00
RenderDeferredTask.h Added scale and duration debug parameters in debugFade.qml 2017-06-13 15:31:04 +02:00
RenderForwardTask.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
RenderForwardTask.h simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
RenderPipelines.cpp Updated from upstream master because of change of protocol 2017-06-13 10:43:25 +02:00
RenderShadowTask.cpp Updated from upstream master because of change of protocol 2017-06-13 10:43:25 +02:00
RenderShadowTask.h removing the explicit SettingHandle path to REnder?engine 2017-04-24 00:52:09 -07:00
RenderUtilsLogging.cpp
RenderUtilsLogging.h
RenderViewTask.cpp Introducing the renderview task 2017-06-06 18:00:41 -07:00
RenderViewTask.h Introducing the renderview task 2017-06-06 18:00:41 -07:00
sdf_text3D.slf
sdf_text3D.slv
sdf_text3D_overlay.slf
Shadow.slh
simple.slf
simple.slv
simple_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
simple_fade.slv Added new shaders 2017-06-05 16:32:36 +02:00
simple_opaque_web_browser.slf
simple_opaque_web_browser_overlay.slf
simple_textured.slf adding different shaders for transparent for simpel 2017-04-04 11:50:38 -07:00
simple_textured_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
simple_textured_unlit.slf adding different shaders for transparent for simpel 2017-04-04 11:50:38 -07:00
simple_textured_unlit_fade.slf Added new shaders 2017-06-05 16:32:36 +02:00
simple_transparent_textured.slf FIxing the bug for image3D overlay drawn in scene 2017-04-04 12:56:43 -07:00
simple_transparent_textured_fade.slf Added translucent shaders 2017-06-05 16:56:57 +02:00
simple_transparent_textured_unlit.slf FIxing the bug for image3D overlay drawn in scene 2017-04-04 12:56:43 -07:00
simple_transparent_textured_unlit_fade.slf Added translucent shaders 2017-06-05 16:56:57 +02:00
simple_transparent_web_browser.slf
simple_transparent_web_browser_overlay.slf
skin_model.slv
skin_model_fade.slv Fixed fading on skinned objects. Added initialiazeShapePipelines on GeometryCache to postpone simple pipeline creation after initializeGL 2017-06-08 09:24:12 +02:00
skin_model_normal_map.slv
skin_model_normal_map_fade.slv Fixed fade for shadow job 2017-06-08 17:09:08 +02:00
skin_model_shadow.slf Fixed fade for shadow job 2017-06-08 17:09:08 +02:00
skin_model_shadow.slv
skin_model_shadow_fade.slf Fixed fade for shadow job 2017-06-08 17:09:08 +02:00
skin_model_shadow_fade.slv Fixed fade for shadow job 2017-06-08 17:09:08 +02:00
Skinning.slh final changes as per samcake 2017-03-27 15:19:28 -07:00
SoftAttachmentModel.cpp Model has a Rig rather than a RigPointer 2017-05-19 13:24:16 -07:00
SoftAttachmentModel.h Model has a Rig rather than a RigPointer 2017-05-19 13:24:16 -07:00
ssao.slh
ssao_debugOcclusion.slf
ssao_makeHorizontalBlur.slf
ssao_makeOcclusion.slf
ssao_makePyramid.slf
ssao_makeVerticalBlur.slf
standardDrawTexture.slf
standardTransformPNTC.slv
stencil_drawMask.slf Refining the stencil configuration and triggering only in hmd mode 2017-06-02 00:22:38 -07:00
StencilMaskPass.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
StencilMaskPass.h Introducing debug flags 2017-06-02 17:54:41 -07:00
SubsurfaceScattering.cpp Texture::create returns shared pointer 2017-04-25 15:56:23 -07:00
SubsurfaceScattering.h simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
SubsurfaceScattering.slh
subsurfaceScattering_drawScattering.slf
subsurfaceScattering_makeLUT.slf
subsurfaceScattering_makeProfile.slf
subsurfaceScattering_makeSpecularBeckmann.slf
SurfaceGeometry.slh
surfaceGeometry_downsampleDepthNormal.slf Fix the problem with the cursor and scattering, 2017-03-30 15:15:14 -07:00
surfaceGeometry_makeCurvature.slf
surfaceGeometry_makeLinearDepth.slf
SurfaceGeometryPass.cpp Refining the stencil configuration and triggering only in hmd mode 2017-06-02 00:22:38 -07:00
SurfaceGeometryPass.h simply removing the SceneContext from the engine/task run call since we never used it and can unify into the RenderContext instead' 2017-04-18 17:05:40 -07:00
TextRenderer3D.cpp
TextRenderer3D.h
TextureCache.h
toneMapping.slf
ToneMappingEffect.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
ToneMappingEffect.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
zone_draw.slh Polishing the scope shaders 2017-05-18 01:06:59 -07:00
zone_drawAmbient.slf Polishing the scope shaders 2017-05-18 01:06:59 -07:00
zone_drawKeyLight.slf Refining the shader for key and testing removing completely the code dealing with Zone lighting in the ENtityTreeREnderer 2017-05-19 17:50:19 -07:00
zone_drawSkybox.slf Polishing the scope shaders 2017-05-18 01:06:59 -07:00
ZoneRenderer.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into brown 2017-06-01 18:05:47 -07:00
ZoneRenderer.h some clean up: 2017-05-23 18:00:22 -07:00