On Thu, Jul 21, 2011 at 9:48 AM, Chia-I Wu wrote:
> On Wed, Jul 20, 2011 at 11:32 PM, Marek Olšák wrote:
>> Well spotted, thanks. Some comments below.
>>
>> On Wed, Jul 20, 2011 at 3:25 PM, Chia-I Wu wrote:
>>> From: Chia-I Wu
>>>
>>> u_vbuf_upload_buffers modifies the buffer offsets. If they
On Wed, Jul 20, 2011 at 11:32 PM, Marek Olšák wrote:
> Well spotted, thanks. Some comments below.
>
> On Wed, Jul 20, 2011 at 3:25 PM, Chia-I Wu wrote:
>> From: Chia-I Wu
>>
>> u_vbuf_upload_buffers modifies the buffer offsets. If they are not
>> restored, and any of the vertex formats is not s
Well spotted, thanks. Some comments below.
On Wed, Jul 20, 2011 at 3:25 PM, Chia-I Wu wrote:
> From: Chia-I Wu
>
> u_vbuf_upload_buffers modifies the buffer offsets. If they are not
> restored, and any of the vertex formats is not supported natively, the
> next u_vbuf_mgr_draw_begin call will t
From: Chia-I Wu
u_vbuf_upload_buffers modifies the buffer offsets. If they are not
restored, and any of the vertex formats is not supported natively, the
next u_vbuf_mgr_draw_begin call will translate the vertex buffers with
incorrect buffer offsets.
---
src/gallium/auxiliary/util/u_vbuf_mgr.c