i965: Cite the 965 PRM for "the data cache is the sampler cache".
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Jul 2013 20:18:34 +0000 (13:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Jul 2013 02:40:51 +0000 (19:40 -0700)
commit3f64cfabfc0bae7f5dba9d541680edcc6b745cea
tree7f6c1a11b56a154436a75f74d327d9db4b34a1c1
parentf254c942043e9da5f028688a652ccf1c18046922
i965: Cite the 965 PRM for "the data cache is the sampler cache".

Presumably, this comment exists to justify the usage of
I915_GEM_DOMAIN_SAMPLER for this relocation.  At one point, this was
necessary to ensure that the right flushing was done to keep caches
coherent.  These days, the kernel just flushes everything, so I don't
think it matters.

Still, the comment is interesting, so leave it in place.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_wm_surface_state.c