Re: [Mesa-dev] [PATCH 4/4] gallium: distinguish between shader IR in get_compute_param

2016-04-01 Thread Ilia Mirkin
On Fri, Apr 1, 2016 at 6:32 PM, Bas Nieuwenhuizen wrote: > For radeonsi, native and TGSI use different compilers and this results > in different limits for different IR's. > > The set we strictly need for radeonsi is only the MAX_BLOCK_SIZE > and MAX_THREADS_PER_BLOCK params, but I added a few oth

[Mesa-dev] [PATCH 4/4] gallium: distinguish between shader IR in get_compute_param

2016-04-01 Thread Bas Nieuwenhuizen
For radeonsi, native and TGSI use different compilers and this results in different limits for different IR's. The set we strictly need for radeonsi is only the MAX_BLOCK_SIZE and MAX_THREADS_PER_BLOCK params, but I added a few others as shader related that seemed like they would also typically de