Re: [Mesa-dev] [PATCH 02/18] i965: Unify vertex buffer setup

2016-07-01 Thread Jason Ekstrand
I don't know what I think about re-using the VB setup in blorp, but these two patches are a very nice cleanup in their own right. 1 and 2 are Reviewed-by: Jason Ekstrand On Thu, Jun 23, 2016 at 12:16 PM, Topi Pohjolainen < topi.pohjolai...@intel.com> wrote: > On gen >= 8 one doesn't provide en

[Mesa-dev] [PATCH 02/18] i965: Unify vertex buffer setup

2016-06-23 Thread Topi Pohjolainen
On gen >= 8 one doesn't provide ending address but number of bytes available. This is relative to the given offset. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_draw_upload.c | 34 +++ src/mesa/drivers/dri/i965/gen8_draw_upload.c | 41 ---