diff options
| author | Dave Parks <davep@lindenlab.com> | 2014-06-30 19:59:01 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2014-06-30 19:59:01 -0500 | 
| commit | b51f81e7fedb8e5a94ccc4a911a7b0f75b9290ae (patch) | |
| tree | b47f523d32b5877980f0f01c02b9c2315f9c817b /indra/newview | |
| parent | 8dee70dfbb4f7a392520f3288ff1b014d4e1a752 (diff) | |
MAINT-2980 Fix for mac cutting texture memory in half (now that we're cutting texture memory to default to 1/3rd of installed ram, pre-cutting is redundant).
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/featuretable_mac.txt | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index a2d68eb550..628a96e988 100755 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -1,4 +1,4 @@ -version 36 +version 37  // The version number above should be implemented IF AND ONLY IF some  // change has been made that is sufficiently important to justify  // resetting the graphics preferences of all users to the recommended @@ -60,7 +60,7 @@ WindLightUseAtmosShaders		1	1  WLSkyDetail						1	128  Disregard128DefaultDrawDistance	1	1  Disregard96DefaultDrawDistance	1	1 -RenderTextureMemoryMultiple		1	0.5 +RenderTextureMemoryMultiple		1	1  RenderCompressTextures			1	1  RenderShaderLightingMaxLevel	1	3  RenderDeferred				1	1 @@ -522,7 +522,7 @@ list ATI_Mobility_Radeon_9600  Disregard96DefaultDrawDistance	1	0  list NVIDIA_GeForce_8600 -RenderTextureMemoryMultiple			1	0.375	 +RenderTextureMemoryMultiple			1	1	  RenderUseImpostors				0	0  UseOcclusion				0	0 | 
