Re: [Mesa-dev] [PATCH 1/2] i965: Refactor texture swizzle generation into a helper.
Kenneth Graunke writes: > It's going to be reused in a second place soon. Series: Reviewed-by: Eric Anholt pgp8q2xvgUdiK.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis
[Mesa-dev] [PATCH 1/2] i965: Refactor texture swizzle generation into a helper.
It's going to be reused in a second place soon. Cc: Paul Berry Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_state.h| 2 + src/mesa/drivers/dri/i965/brw_wm.c | 51 + src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 56 +