Re: [Mesa-dev] [PATCH 2/3] nvc0: make sure to validate compute global buffers on Fermi

2016-02-24 Thread Pierre Moreau
Acked-by: Pierre Moreau On 06:44 PM - Feb 24 2016, Samuel Pitoiset wrote: > No reason to not validate those global buffers and this might avoid > fails if someone try to use the global memory from compute programs. > > Signed-off-by: Samuel Pitoiset

[Mesa-dev] [PATCH 2/3] nvc0: make sure to validate compute global buffers on Fermi

2016-02-24 Thread Samuel Pitoiset
No reason to not validate those global buffers and this might avoid fails if someone try to use the global memory from compute programs. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 4 +++- 1 file changed, 3 insertions(+), 1