Re: [Mesa-dev] [PATCH v3 02/14] nvc0: bind constant buffers for compute on Fermi

2016-02-21 Thread Samuel Pitoiset
On 02/21/2016 06:49 PM, Ilia Mirkin wrote: On Wed, Feb 17, 2016 at 4:27 PM, Samuel Pitoiset wrote: Loosely based on 3D. Changs from v3: - invalidate COMPUTE CBs after validating 3D CBs because they are aliased Changes from v2: - get rid of the 's' param

Re: [Mesa-dev] [PATCH v3 02/14] nvc0: bind constant buffers for compute on Fermi

2016-02-21 Thread Ilia Mirkin
On Wed, Feb 17, 2016 at 4:27 PM, Samuel Pitoiset wrote: > Loosely based on 3D. > > Changs from v3: > - invalidate COMPUTE CBs after validating 3D CBs because they are >aliased > > Changes from v2: > - get rid of the 's' param to nvc0_cb_bo_push() because it

[Mesa-dev] [PATCH v3 02/14] nvc0: bind constant buffers for compute on Fermi

2016-02-17 Thread Samuel Pitoiset
Loosely based on 3D. Changs from v3: - invalidate COMPUTE CBs after validating 3D CBs because they are aliased Changes from v2: - get rid of the 's' param to nvc0_cb_bo_push() because it doesn't matter to upload constbufs for compute using the 3d chan Signed-off-by: Samuel Pitoiset