Re: [Mesa-dev] [PATCH] gallium: allow setting of the internal stream output offset

2014-03-09 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Mar 7, 2014 at 4:09 AM, Zack Rusin wrote: > (This version includes comments from Roland.) > > D3D10 allows setting of the internal offset of a buffer, which is > in general only incremented via actual stream output writes. By > allowing setting of the inte

Re: [Mesa-dev] [PATCH] gallium: allow setting of the internal stream output offset

2014-03-07 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 07.03.2014 04:09, schrieb Zack Rusin: > (This version includes comments from Roland.) > > D3D10 allows setting of the internal offset of a buffer, which is > in general only incremented via actual stream output writes. By > allowing setting of the internal offs

[Mesa-dev] [PATCH] gallium: allow setting of the internal stream output offset

2014-03-07 Thread Zack Rusin
(This version includes comments from Roland.) D3D10 allows setting of the internal offset of a buffer, which is in general only incremented via actual stream output writes. By allowing setting of the internal offset draw_auto is capable of rendering from buffers which have not been actually stream

Re: [Mesa-dev] [PATCH] gallium: allow setting of the internal stream output offset

2014-03-07 Thread Jose Fonseca
Looks good to me. Jose - Original Message - > D3D10 allows setting of the internal offset of a buffer, which is > in general only incremented via actual stream output writes. By > allowing setting of the internal offset draw_auto is capable > of rendering from buffers which have not been

[Mesa-dev] [PATCH] gallium: allow setting of the internal stream output offset

2014-03-06 Thread Zack Rusin
D3D10 allows setting of the internal offset of a buffer, which is in general only incremented via actual stream output writes. By allowing setting of the internal offset draw_auto is capable of rendering from buffers which have not been actually streamed out to. Our interface didn't allow. This cha