Re: [Mesa-dev] [PATCH 01/10] i965: Use constant miptree pointer in tex surface setup

2015-08-19 Thread Francisco Jerez
Topi Pohjolainen writes: > as it is only used for reading. > > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/brw_context.h | 2 +- > src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 2 +- > src/mesa/drivers/dri/i965/gen8_surface_state.c| 2 +- > 3 files chan

[Mesa-dev] [PATCH 01/10] i965: Use constant miptree pointer in tex surface setup

2015-07-01 Thread Topi Pohjolainen
as it is only used for reading. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_context.h | 2 +- src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 2 +- src/mesa/drivers/dri/i965/gen8_surface_state.c| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff