Re: [Mesa-dev] [PATCH 2/9] i965/nir: Make our environment variable checking smarter

2015-03-18 Thread Jason Ekstrand
On Wed, Mar 18, 2015 at 3:17 PM, Mark Janes wrote: > Reviewed-by: Mark Janes Thanks! Noted. > > Jason Ekstrand writes: > >> Before, we enabled NIR if you set INTEL_USE_NIR to anything which mean that >> INTEL_USE_NIR=false would actually turn on NIR. In preparation for turning >> NIR on by d

Re: [Mesa-dev] [PATCH 2/9] i965/nir: Make our environment variable checking smarter

2015-03-18 Thread Mark Janes
Reviewed-by: Mark Janes Jason Ekstrand writes: > Before, we enabled NIR if you set INTEL_USE_NIR to anything which mean that > INTEL_USE_NIR=false would actually turn on NIR. In preparation for turning > NIR on by default, this commit makes it smarter by allowing the > INTEL_USE_NIR variable t

[Mesa-dev] [PATCH 2/9] i965/nir: Make our environment variable checking smarter

2015-03-17 Thread Jason Ekstrand
Before, we enabled NIR if you set INTEL_USE_NIR to anything which mean that INTEL_USE_NIR=false would actually turn on NIR. In preparation for turning NIR on by default, this commit makes it smarter by allowing the INTEL_USE_NIR variable to work as either a force-enable or a force-disable. --- sr