Re: [Mesa-dev] [PATCH 2/2] intel/compiler: Add brw_get_compiler_config_value for disk cache

2018-08-02 Thread Jordan Justen
On 2018-08-02 11:27:57, Dylan Baker wrote: > Quoting Jordan Justen (2018-07-25 17:12:20) > > During code review, Jason pointed out that: > > > > 2b3064c0731 "i965, anv: Use INTEL_DEBUG for disk_cache driver flags" > > > > Didn't account for INTEL_SCALER_* environment variables. > > > > To fix

Re: [Mesa-dev] [PATCH 2/2] intel/compiler: Add brw_get_compiler_config_value for disk cache

2018-08-02 Thread Dylan Baker
Quoting Jordan Justen (2018-07-25 17:12:20) > During code review, Jason pointed out that: > > 2b3064c0731 "i965, anv: Use INTEL_DEBUG for disk_cache driver flags" > > Didn't account for INTEL_SCALER_* environment variables. > > To fix this, let the compiler return the disk_cache driver flags. >

Re: [Mesa-dev] [PATCH 2/2] intel/compiler: Add brw_get_compiler_config_value for disk cache

2018-08-01 Thread Kenneth Graunke
On Wednesday, July 25, 2018 5:12:20 PM PDT Jordan Justen wrote: > During code review, Jason pointed out that: > > 2b3064c0731 "i965, anv: Use INTEL_DEBUG for disk_cache driver flags" > > Didn't account for INTEL_SCALER_* environment variables. > > To fix this, let the compiler return the

[Mesa-dev] [PATCH 2/2] intel/compiler: Add brw_get_compiler_config_value for disk cache

2018-07-25 Thread Jordan Justen
During code review, Jason pointed out that: 2b3064c0731 "i965, anv: Use INTEL_DEBUG for disk_cache driver flags" Didn't account for INTEL_SCALER_* environment variables. To fix this, let the compiler return the disk_cache driver flags. Another possible fix would be to pull the INTEL_SCALER_*