Re: [Mesa-dev] [PATCH-v2] gallium: Unified draw_vbo.

2010-07-28 Thread Chia-I Wu
On Tue, Jul 27, 2010 at 12:36 PM, Chia-I Wu wrote: > This is the second try for unified draw_vbo call.  I again upload the > patches as a branch here > >  http://cgit.freedesktop.org/~olv/mesa/log/?h=gallium-unified-draw-2 > > due to the size. > > Changes since v1: > >  - make index buffer a state

Re: [Mesa-dev] [PATCH-v2] gallium: Unified draw_vbo.

2010-07-28 Thread Keith Whitwell
On Tue, 2010-07-27 at 20:05 -0700, Chia-I Wu wrote: > On Tue, Jul 27, 2010 at 11:46 PM, Keith Whitwell wrote: > > On Mon, 2010-07-26 at 21:36 -0700, Chia-I Wu wrote: > >> This is the second try for unified draw_vbo call. I again upload the > >> patches as a branch here > >> > >> http://cgit.fre

Re: [Mesa-dev] [PATCH-v2] gallium: Unified draw_vbo.

2010-07-27 Thread Chia-I Wu
On Tue, Jul 27, 2010 at 11:46 PM, Keith Whitwell wrote: > On Mon, 2010-07-26 at 21:36 -0700, Chia-I Wu wrote: >> This is the second try for unified draw_vbo call.  I again upload the >> patches as a branch here >> >>   http://cgit.freedesktop.org/~olv/mesa/log/?h=gallium-unified-draw-2 >> >> due t

Re: [Mesa-dev] [PATCH-v2] gallium: Unified draw_vbo.

2010-07-27 Thread Keith Whitwell
On Mon, 2010-07-26 at 21:36 -0700, Chia-I Wu wrote: > This is the second try for unified draw_vbo call. I again upload the > patches as a branch here > > http://cgit.freedesktop.org/~olv/mesa/log/?h=gallium-unified-draw-2 > > due to the size. > > Changes since v1: > > - make index buffer a

[Mesa-dev] [PATCH-v2] gallium: Unified draw_vbo.

2010-07-26 Thread Chia-I Wu
This is the second try for unified draw_vbo call. I again upload the patches as a branch here http://cgit.freedesktop.org/~olv/mesa/log/?h=gallium-unified-draw-2 due to the size. Changes since v1: - make index buffer a state and add pipe_context::set_index_buffer - there is a boolean in