diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-01-08 17:20:56 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-01-08 17:20:56 -0800 |
| commit | b865fc88e575e39111418a329362eada368445cd (patch) | |
| tree | 9e08290dbc80a7c603e4baec36b8f7a72fdf5ee3 /indra/newview/llspatialpartition.cpp | |
| parent | 0931bbbf96b540a8547569b0941c1be810b7c3d4 (diff) | |
Fix broken distortion map rendering (was culling everything).
Clean up deferred\alpha shader to allow re-entrant graphics switching (link error on 2nd compile/link of deferred shaders).
Clean up some uses of pragma(optimize,...).
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
| -rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 1dc1e65fe5..b24f37fc72 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -55,8 +55,6 @@ #include "llviewershadermgr.h" #include "llcontrolavatar.h" -//#pragma optimize("", off) - static LLTrace::BlockTimerStatHandle FTM_FRUSTUM_CULL("Frustum Culling"); static LLTrace::BlockTimerStatHandle FTM_CULL_REBOUND("Cull Rebound Partition"); |
