i965: Make some EU emit code for DP read/write messages non-static.
authorEric Anholt <eric@anholt.net>
Sun, 7 Aug 2011 20:16:06 +0000 (13:16 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 20:04:42 +0000 (13:04 -0700)
commit0f22f98ccd69bb5e8df3c78203bce9bc630965c1
tree10c0c5d0aa9739c29d89bf960cbd1a3fc7572fa3
parentd0e4d71070cd7fa197ed98612782484ec1f27123
i965: Make some EU emit code for DP read/write messages non-static.

We keep building these strange interfaces for DP read/write where
there's a helper function with some partially-specific,
partially-general controls, which is used in exactly one place in code
generation.  Making these public will let us set up those instructions
in the one place they're to be generated.
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c