From: Carl Worth Date: Thu, 21 Jun 2007 06:52:36 +0000 (-0700) Subject: Mention attempt to remove i830WaitSync X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=7c92a95f5ba2ad1d0e23e9cb5f00983061e108fa Mention attempt to remove i830WaitSync --- diff --git a/src/exa/mozilla_i965_profiles.mdwn b/src/exa/mozilla_i965_profiles.mdwn index ed166c5..4f61d5b 100644 --- a/src/exa/mozilla_i965_profiles.mdwn +++ b/src/exa/mozilla_i965_profiles.mdwn @@ -92,3 +92,9 @@ A quick glimpse at the assignment statements, and then a "long sequence of commands needed to set up the 3D rendering pipe". Is any of that setup redundant and could it be easily eliminated? + +I noticed two calls to i830WaitSync which seemed to have "slowdown" +written all over them. But I ran with these two calls removed and +didn't notice any change in the performance, (and if they were causing +a problem, shouldn't they have shown up separately in the profile +anyway?).