diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-28 10:35:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-28 10:35:22 -0400 |
commit | 764d1e3cafa3e86f1f44a4c2bec0705879b9da38 (patch) | |
tree | a2ac72c6625c729e73ae6077e790a104c2b598a3 /indra/newview/pipeline.h | |
parent | ba90a4ec367d47a6876962d7d071cf4615289a11 (diff) | |
parent | 90547ff411db177bf6424ca553449a81a808fc0f (diff) |
merge up to 3.3.3-release
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index cabb359884..b8c130648b 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -266,7 +266,7 @@ public: void setHighlightObject(LLDrawable* obj) { mHighlightObject = obj; } - void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader = TRUE, BOOL use_occlusion = TRUE); + void renderShadow(glh::matrix4f& view, glh::matrix4f& proj, LLCamera& camera, LLCullResult& result, BOOL use_shader, BOOL use_occlusion, U32 target_width); void renderHighlights(); void renderDebug(); void renderPhysicsDisplay(); @@ -466,6 +466,7 @@ public: RENDER_DEBUG_LOD_INFO = 0x04000000, RENDER_DEBUG_RENDER_COMPLEXITY = 0x08000000, RENDER_DEBUG_ATTACHMENT_BYTES = 0x10000000, + RENDER_DEBUG_TEXEL_DENSITY = 0x20000000 }; public: @@ -853,6 +854,7 @@ public: static BOOL CameraOffset; static F32 CameraMaxCoF; static F32 CameraDoFResScale; + static F32 RenderAutoHideSurfaceAreaLimit; }; void render_bbox(const LLVector3 &min, const LLVector3 &max); |