Re: [Mesa-dev] [PATCH 08/78] i965/nir/vec4: Add setup for system values

2015-06-30 Thread Alejandro Piñeiro
On 30/06/15 01:34, Jason Ekstrand wrote: > On Fri, Jun 26, 2015 at 1:06 AM, Eduardo Lima Mitev wrote: >> From: Alejandro Piñeiro >> >> Similar to other variable setups, system values will initialize the >> corresponding register inside a 'nir_system_values' map, which will then >> be queried la

Re: [Mesa-dev] [PATCH 08/78] i965/nir/vec4: Add setup for system values

2015-06-29 Thread Jason Ekstrand
On Fri, Jun 26, 2015 at 1:06 AM, Eduardo Lima Mitev wrote: > From: Alejandro Piñeiro > > Similar to other variable setups, system values will initialize the > corresponding register inside a 'nir_system_values' map, which will then > be queried later when processing the different system value int

[Mesa-dev] [PATCH 08/78] i965/nir/vec4: Add setup for system values

2015-06-26 Thread Eduardo Lima Mitev
From: Alejandro Piñeiro Similar to other variable setups, system values will initialize the corresponding register inside a 'nir_system_values' map, which will then be queried later when processing the different system value intrinsics for the appropriate register. Bugzilla: https://bugs.freedes