[Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct (v2)

2012-01-11 Thread Marek Olšák
There are 3 changes: 1) stride is specified for each buffer, not just one, so that drivers don't have to derive it from the outputs 2) new per-output property dst_offset, which specifies the offset into the buffer in dwords where the output should be stored, so that drivers don't have to

Re: [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct

2012-01-09 Thread Jose Fonseca
- Original Message - > On Mon, Jan 9, 2012 at 7:31 PM, Jose Fonseca > wrote: > > > > > > - Original Message - > >> There are 3 changes: > >> > >> 1) stride is specified for each buffer, not just one, so that > >> drivers > >> don't > >>    have to derive it from the outputs > >>

Re: [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct

2012-01-09 Thread Marek Olšák
On Mon, Jan 9, 2012 at 7:31 PM, Jose Fonseca wrote: > > > - Original Message - >> There are 3 changes: >> >> 1) stride is specified for each buffer, not just one, so that drivers >> don't >>    have to derive it from the outputs >> >> 2) new per-output property dst_offset, which specifies

Re: [Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct

2012-01-09 Thread Jose Fonseca
- Original Message - > There are 3 changes: > > 1) stride is specified for each buffer, not just one, so that drivers > don't >have to derive it from the outputs > > 2) new per-output property dst_offset, which specifies the offset >into the buffer in dwords where the output sho

[Mesa-dev] [PATCH] gallium: improve the pipe_stream_output_info struct

2012-01-08 Thread Marek Olšák
There are 3 changes: 1) stride is specified for each buffer, not just one, so that drivers don't have to derive it from the outputs 2) new per-output property dst_offset, which specifies the offset into the buffer in dwords where the output should be stored, so that drivers don't have to