i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c
authorEric Anholt <eric@anholt.net>
Wed, 12 Aug 2009 17:19:31 +0000 (10:19 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 7 Nov 2009 05:08:55 +0000 (21:08 -0800)
commit2b58c31257f8900067276b6d6537bb2ce54b1b10
tree7bd54b7bbb6de3844eebf2aae17abc8d55b32d36
parent1e5400c575b72fbde16ef0d55fd3ba577fc1b6a5
i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c

The PINTERP code should be faster for brw_wm_glsl.c now since brw_wm_emit.c's
had been improved, and pixel_w should no longer stomp on a neighbor to dst.
src/mesa/drivers/dri/i965/brw_wm.h
src/mesa/drivers/dri/i965/brw_wm_emit.c
src/mesa/drivers/dri/i965/brw_wm_glsl.c