Re: [Mesa-dev] [PATCH] gallium: Remove pipe_screen::update_buffer.

2010-04-13 Thread Keith Whitwell
Looks good to me. Keith On Tue, Apr 13, 2010 at 11:22 AM, Chia-I Wu wrote: > From: Chia-I Wu > > It has no user after the removal of st_public.  Plus, it has never been > implemented by a pipe driver or winsys. > --- >  src/gallium/auxiliary/util/u_simple_screen.h |    5 - >  src/gallium/in

[Mesa-dev] [PATCH] gallium: Remove pipe_screen::update_buffer.

2010-04-13 Thread Chia-I Wu
From: Chia-I Wu It has no user after the removal of st_public. Plus, it has never been implemented by a pipe driver or winsys. --- src/gallium/auxiliary/util/u_simple_screen.h |5 - src/gallium/include/pipe/p_screen.h |7 --- 2 files changed, 0 insertions(+), 12 deletio