On 11/07/2016 04:32 AM, Ilia Mirkin wrote:
On Wed, Oct 26, 2016 at 4:14 AM, Samuel Pitoiset
wrote:
On 10/25/2016 09:49 PM, Ilia Mirkin wrote:
What if instance_count = 1M? (It can happen.)
We allocate a giant space in the pushbuf in one shot. Well, anyways this is
not the optimization o
On Wed, Oct 26, 2016 at 4:14 AM, Samuel Pitoiset
wrote:
>
>
> On 10/25/2016 09:49 PM, Ilia Mirkin wrote:
>>
>> What if instance_count = 1M? (It can happen.)
>
>
> We allocate a giant space in the pushbuf in one shot. Well, anyways this is
> not the optimization of the year, so I can drop it. :-)
On 10/25/2016 09:49 PM, Ilia Mirkin wrote:
What if instance_count = 1M? (It can happen.)
We allocate a giant space in the pushbuf in one shot. Well, anyways this
is not the optimization of the year, so I can drop it. :-)
On Tue, Oct 25, 2016 at 3:41 PM, Samuel Pitoiset
wrote:
This migh
What if instance_count = 1M? (It can happen.)
On Tue, Oct 25, 2016 at 3:41 PM, Samuel Pitoiset
wrote:
> This might help CPU-bounds applications but should not have
> any real effects for GPU-bounds ones.
>
> Signed-off-by: Samuel Pitoiset
> ---
> src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 8
This might help CPU-bounds applications but should not have
any real effects for GPU-bounds ones.
Signed-off-by: Samuel Pitoiset
---
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c