X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fexa%2Fopannotate_i965_prepare_composite.mdwn;h=37451fce86e7ca9001933e1f0a559b5deaa9b066;hb=27e889ea6e83a2242e8d4e31a7fe163edf50fd41;hp=7ff167ec66cfb486cc529457d5878ba24b59d7f9;hpb=899df8c7fc2a62d35189acbbcacf22a12416ef69;p=cworth.org 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