Skip to content
Snippets Groups Projects
Commit 4b58bc32 authored by Palmer Truelson's avatar Palmer Truelson
Browse files

Turn of FBOs on x1600 on mac

parent 6fb93cdf
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ list all ...@@ -26,7 +26,6 @@ list all
RenderAnisotropic 1 0 RenderAnisotropic 1 0
RenderAvatarCloth 0 0 RenderAvatarCloth 0 0
RenderAvatarLODFactor 1 1.0 RenderAvatarLODFactor 1 1.0
RenderAvatarMaxVisible 1 12
RenderAvatarVP 1 0 RenderAvatarVP 1 0
RenderCubeMap 1 1 RenderCubeMap 1 1
RenderDelayVBUpdate 1 0 RenderDelayVBUpdate 1 0
...@@ -58,8 +57,6 @@ Disregard96DefaultDrawDistance 1 1 ...@@ -58,8 +57,6 @@ Disregard96DefaultDrawDistance 1 1
RenderTextureMemoryMultiple 1 0.5 RenderTextureMemoryMultiple 1 0.5
Disregard128DefaultDrawDistance 1 1 Disregard128DefaultDrawDistance 1 1
Disregard96DefaultDrawDistance 1 1 Disregard96DefaultDrawDistance 1 1
SkyUseClassicClouds 1 1
WatchdogDisabled 1 1
// //
// Low Graphics Settings // Low Graphics Settings
...@@ -67,26 +64,24 @@ WatchdogDisabled 1 1 ...@@ -67,26 +64,24 @@ WatchdogDisabled 1 1
list Low list Low
RenderAnisotropic 1 0 RenderAnisotropic 1 0
RenderAvatarCloth 1 0 RenderAvatarCloth 1 0
RenderAvatarLODFactor 1 0 RenderAvatarLODFactor 1 0.5
RenderAvatarMaxVisible 1 3
RenderAvatarVP 1 0 RenderAvatarVP 1 0
RenderFarClip 1 64 RenderFarClip 1 64
RenderFlexTimeFactor 1 0 RenderFlexTimeFactor 1 0.5
RenderGlowResolutionPow 1 8 RenderGlowResolutionPow 1 8
RenderLightingDetail 1 0 RenderLightingDetail 1 0
RenderMaxPartCount 1 0 RenderMaxPartCount 1 1024
RenderObjectBump 1 0 RenderObjectBump 1 0
RenderReflectionDetail 1 0 RenderReflectionDetail 1 0
RenderTerrainDetail 1 0 RenderTerrainDetail 1 0
RenderTerrainLODFactor 1 1 RenderTerrainLODFactor 1 1
RenderTreeLODFactor 1 0 RenderTreeLODFactor 1 0.5
RenderUseImpostors 1 1 RenderUseImpostors 1 1
RenderVolumeLODFactor 1 0 RenderVolumeLODFactor 1 1.125
RenderWaterReflections 1 0 RenderWaterReflections 1 0
VertexShaderEnable 1 0 VertexShaderEnable 1 0
WindLightUseAtmosShaders 1 0 WindLightUseAtmosShaders 1 0
WLSkyDetail 1 48 WLSkyDetail 1 48
SkyUseClassicClouds 1 0
// //
// Mid Graphics Settings // Mid Graphics Settings
...@@ -371,6 +366,7 @@ list ATI_Radeon_X1500 ...@@ -371,6 +366,7 @@ list ATI_Radeon_X1500
Disregard128DefaultDrawDistance 1 0 Disregard128DefaultDrawDistance 1 0
list ATI_Radeon_X1600 list ATI_Radeon_X1600
Disregard128DefaultDrawDistance 1 0 Disregard128DefaultDrawDistance 1 0
RenderUseFBO 0 0
list ATI_Radeon_X1700 list ATI_Radeon_X1700
Disregard128DefaultDrawDistance 1 0 Disregard128DefaultDrawDistance 1 0
list ATI_Mobility_Radeon_X1xxx list ATI_Mobility_Radeon_X1xxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment