Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Marek Olšák
On Mon, Apr 18, 2016 at 12:08 AM, Bas Nieuwenhuizen wrote: > On Mon, Apr 18, 2016 at 12:04 AM, Marek Olšák wrote: >> On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen >> wrote: >>> Based on work by Marek Olšák. >>> >>> v2:

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Bas Nieuwenhuizen
On Mon, Apr 18, 2016 at 12:04 AM, Marek Olšák wrote: > On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen > wrote: >> Based on work by Marek Olšák. >> >> v2: Add preamble IB. >> >> Leaves the load packet in the space calculation as the >> radeon winsys

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Marek Olšák
On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > Based on work by Marek Olšák. > > v2: Add preamble IB. > > Leaves the load packet in the space calculation as the > radeon winsys might not be able to support a premable. > > The added space calculation may look

Re: [Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-17 Thread Emil Velikov
On 17 April 2016 at 00:43, Bas Nieuwenhuizen wrote: > Based on work by Marek Olšák. > > v2: Add preamble IB. > > Leaves the load packet in the space calculation as the > radeon winsys might not be able to support a premable. > > The added space calculation may look

[Mesa-dev] [PATCH v2 05/12] radeonsi: Create CE IB.

2016-04-16 Thread Bas Nieuwenhuizen
Based on work by Marek Olšák. v2: Add preamble IB. Leaves the load packet in the space calculation as the radeon winsys might not be able to support a premable. The added space calculation may look expensive, but is converted to a constant with (at least) -O2 and -O3. Signed-off-by: Bas