Re: [Mesa-dev] [PATCH 1/2] nvc0: mark bound buffer range valid

2016-06-03 Thread Samuel Pitoiset
All this code duplication is... sad but heh?! :) I guess it would be, at least, easy to refactor nvc0_validate_buffers() and nvc0_compute_validate_buffers(). Reviewed-by: Samuel Pitoiset On 06/03/2016 08:25 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/gallium/driv

[Mesa-dev] [PATCH 1/2] nvc0: mark bound buffer range valid

2016-06-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c| 3 +++ src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c | 3 +++ src/gallium/drivers/nouveau/nvc0/nve4_compute.c| 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/gallium/dri