Title: [155189] trunk/Source/ThirdParty/ANGLE
Revision
155189
Author
commit-qu...@webkit.org
Date
2013-09-06 09:03:22 -0700 (Fri, 06 Sep 2013)

Log Message

[Win][WebGL] WebGL rendering is slow.
https://bugs.webkit.org/show_bug.cgi?id=120841

Patch by pe...@outlook.com <pe...@outlook.com> on 2013-09-06
Reviewed by Brent Fulgham.

Rendering WebGL content is slow on Windows, because lots of debug information is written to debug.txt.

* ANGLE.vcxproj/ANGLERelease.props: Disable logging in release builds.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/ANGLERelease.props (155188 => 155189)


--- trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/ANGLERelease.props	2013-09-06 13:33:03 UTC (rev 155188)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.vcxproj/ANGLERelease.props	2013-09-06 16:03:22 UTC (rev 155189)
@@ -6,16 +6,9 @@
   <ItemDefinitionGroup>
     <ClCompile>
       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
-    </ClCompile>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup>
-    <ClCompile>
       <IntrinsicFunctions>true</IntrinsicFunctions>
-    </ClCompile>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup>
-    <ClCompile>
       <WholeProgramOptimization>true</WholeProgramOptimization>
+      <PreprocessorDefinitions>ANGLE_DISABLE_TRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     </ClCompile>
   </ItemDefinitionGroup>
   <ItemGroup />

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (155188 => 155189)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-09-06 13:33:03 UTC (rev 155188)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-09-06 16:03:22 UTC (rev 155189)
@@ -1,3 +1,14 @@
+2013-09-06  pe...@outlook.com  <pe...@outlook.com>
+
+        [Win][WebGL] WebGL rendering is slow.
+        https://bugs.webkit.org/show_bug.cgi?id=120841
+
+        Reviewed by Brent Fulgham.
+
+        Rendering WebGL content is slow on Windows, because lots of debug information is written to debug.txt.
+
+        * ANGLE.vcxproj/ANGLERelease.props: Disable logging in release builds.
+
 2013-09-05  Dan Bernstein  <m...@apple.com>
 
         INSTALL_PATH_PREFIX is used even when not installing
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to