Re: [Mesa-dev] [PATCH 07/40] i965/blorp: Use 8k chunk size for urb allocation

2016-04-18 Thread Pohjolainen, Topi
On Sun, Apr 17, 2016 at 10:46:54PM -0700, Kenneth Graunke wrote: > On Saturday, April 16, 2016 4:42:35 PM PDT Topi Pohjolainen wrote: > > Otherwise switch from blorp to compute failes. Note that this now > > follows the normal i965 upload logic found in gen7_upload_urb(). > > > > Effectively vs_si

Re: [Mesa-dev] [PATCH 07/40] i965/blorp: Use 8k chunk size for urb allocation

2016-04-17 Thread Kenneth Graunke
On Saturday, April 16, 2016 4:42:35 PM PDT Topi Pohjolainen wrote: > Otherwise switch from blorp to compute failes. Note that this now > follows the normal i965 upload logic found in gen7_upload_urb(). > > Effectively vs_size changes from 2 to 1 and vs_start from 2 to 4. > > Signed-off-by: Topi P

[Mesa-dev] [PATCH 07/40] i965/blorp: Use 8k chunk size for urb allocation

2016-04-16 Thread Topi Pohjolainen
Otherwise switch from blorp to compute failes. Note that this now follows the normal i965 upload logic found in gen7_upload_urb(). Effectively vs_size changes from 2 to 1 and vs_start from 2 to 4. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/gen7_blorp.cpp | 19 ++--