Re: [Mesa-dev] [PATCH 06/18] i965: Move texture buffer dispatch into single location

2015-04-23 Thread Matt Turner
On Wed, Apr 22, 2015 at 1:47 PM, Topi Pohjolainen wrote: > All generations do the same exacr dispatch and it could be typo: exact ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 06/18] i965: Move texture buffer dispatch into single location

2015-04-22 Thread Topi Pohjolainen
All generations do the same exacr dispatch and it could be therefore done in the hardware independent stage. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_context.h | 3 --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 32 +++ src/mesa/dr