From: Carl Worth Date: Mon, 25 Jun 2007 19:35:25 +0000 (-0700) Subject: Protect another function name from triggering italics X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=c5d94fe22e07ff73b84f7cec12c640f3ecac9d66;hp=74876ee29eee113af7ad3ec20651213406c0f335 Protect another function name from triggering italics --- diff --git a/src/exa/opannotate_i965_prepare_composite.mdwn b/src/exa/opannotate_i965_prepare_composite.mdwn index 7ff167e..37451fc 100644 --- a/src/exa/opannotate_i965_prepare_composite.mdwn +++ b/src/exa/opannotate_i965_prepare_composite.mdwn @@ -5,7 +5,7 @@ After I recently posted some surprising [[profiles|mozilla_i965_profiles]], I received useful feedback from Michel Dänzer, Adam Jackson, and Eric Anholt. There was general -agreement that the i965_prepare_composite function is generally stupid +agreement that the `i965_prepare_composite` function is generally stupid about acting synchronously in order to reuse a single state buffer, and that this shouldn't be too hard to optimize. Options include using a ring of buffers and synchronizing only when wrapping around and also