Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-28 Thread Roland Scheidegger
Am 28.02.2018 um 11:54 schrieb Jose Fonseca: > On 27/02/18 02:38, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> Some state trackers require 128. >> (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl >> state tracker it's unlikely more than 32

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-28 Thread Jose Fonseca
On 27/02/18 02:38, srol...@vmware.com wrote: From: Roland Scheidegger Some state trackers require 128. (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl state tracker it's unlikely more than 32 will be needed, if you need more use bindless.) ---

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-27 Thread Roland Scheidegger
Am 27.02.2018 um 19:07 schrieb Roland Scheidegger: > Am 27.02.2018 um 17:39 schrieb Brian Paul: >> On 02/26/2018 07:45 PM, Roland Scheidegger wrote: >>> Am 27.02.2018 um 03:38 schrieb srol...@vmware.com: From: Roland Scheidegger Some state trackers require 128.

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-27 Thread Roland Scheidegger
Am 27.02.2018 um 17:39 schrieb Brian Paul: > On 02/26/2018 07:45 PM, Roland Scheidegger wrote: >> Am 27.02.2018 um 03:38 schrieb srol...@vmware.com: >>> From: Roland Scheidegger >>> >>> Some state trackers require 128. >>> (There are no plans to increase PIPE_MAX_SAMPLERS too,

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-27 Thread Brian Paul
On 02/26/2018 07:45 PM, Roland Scheidegger wrote: Am 27.02.2018 um 03:38 schrieb srol...@vmware.com: From: Roland Scheidegger Some state trackers require 128. (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl state tracker it's unlikely more than 32 will

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-27 Thread Marek Olšák
On Tue, Feb 27, 2018 at 3:45 AM, Roland Scheidegger wrote: > Am 27.02.2018 um 03:38 schrieb srol...@vmware.com: >> From: Roland Scheidegger >> >> Some state trackers require 128. >> (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl >>

Re: [Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-26 Thread Roland Scheidegger
Am 27.02.2018 um 03:38 schrieb srol...@vmware.com: > From: Roland Scheidegger > > Some state trackers require 128. > (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl > state tracker it's unlikely more than 32 will be needed, if you need > more use

[Mesa-dev] [PATCH] RFC: gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128

2018-02-26 Thread sroland
From: Roland Scheidegger Some state trackers require 128. (There are no plans to increase PIPE_MAX_SAMPLERS too, since with gl state tracker it's unlikely more than 32 will be needed, if you need more use bindless.) --- src/gallium/include/pipe/p_state.h | 2 +- 1 file