Re: [Mesa-dev] [RFC 06/27] i965/wm: Refactor resolving of texture parameters

2014-02-22 Thread Chris Forbes
I'd call the new structure just brw_surface. This stuff hasn't been specific to the WM for as long as we've supported vertex textures. -- Chris On Sat, Feb 22, 2014 at 10:05 PM, Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_state.h

[Mesa-dev] [RFC 06/27] i965/wm: Refactor resolving of texture parameters

2014-02-22 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_state.h | 16 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 49 ++- src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 27 ++--- 3 files changed, 67 insertions(+), 25 deletion