i965/vec4: Make with_writemask() non-static.
authorPaul Berry <stereotype441@gmail.com>
Sun, 1 Sep 2013 03:51:48 +0000 (20:51 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 5 Sep 2013 16:52:38 +0000 (09:52 -0700)
commite241e7c979ba2fc558caaeebf7be84f5c705022a
treedbe2f3197d5a6a1ae8b994c4fa1f629751399b99
parent8f9a339c10c6a0904c0fbdfdcc7a65696d7246e9
i965/vec4: Make with_writemask() non-static.

This will allow it to be shared between brw_vec4_visitor.cpp and
brw_vec4_vs_visitor.cpp (which will be created in the next patch).

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp