]> git.cworth.org Git - cworth.org/blobdiff - src/exa/opannotate_i965_prepare_composite.mdwn
Remove redundant title
[cworth.org] / src / exa / opannotate_i965_prepare_composite.mdwn
index 7ff167ec66cfb486cc529457d5878ba24b59d7f9..37451fce86e7ca9001933e1f0a559b5deaa9b066 100644 (file)
@@ -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