Re: [Mesa-dev] [PATCH 04/11] nvc0: bind constant buffers for compute on Kepler

2016-02-29 Thread Samuel Pitoiset
On 02/27/2016 11:20 PM, Ilia Mirkin wrote: On Sat, Feb 27, 2016 at 9:02 AM, Samuel Pitoiset wrote: --- a/src/gallium/drivers/nouveau/nvc0/nve4_compute.h +++ b/src/gallium/drivers/nouveau/nvc0/nve4_compute.h @@ -56,7 +56,7 @@ static inline void nve4_cp_launch_desc_set_cb(struct nve4_cp_launc

Re: [Mesa-dev] [PATCH 04/11] nvc0: bind constant buffers for compute on Kepler

2016-02-27 Thread Ilia Mirkin
On Sat, Feb 27, 2016 at 9:02 AM, Samuel Pitoiset wrote: > --- a/src/gallium/drivers/nouveau/nvc0/nve4_compute.h > +++ b/src/gallium/drivers/nouveau/nvc0/nve4_compute.h > @@ -56,7 +56,7 @@ static inline void > nve4_cp_launch_desc_set_cb(struct nve4_cp_launch_desc *desc, >

[Mesa-dev] [PATCH 04/11] nvc0: bind constant buffers for compute on Kepler

2016-02-27 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 70 +++-- src/gallium/drivers/nouveau/nvc0/nve4_compute.h | 2 +- 2 files changed, 66 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nve4_compute.c b/src/galliu