Re: [Mesa-dev] [PATCH 1/5] intel/isl: Set MOCS based on usage for surface states

2017-08-29 Thread Kenneth Graunke
On Tuesday, August 1, 2017 3:48:30 PM PDT Jason Ekstrand wrote: > This makes ISL now ignore the MOCS data provided by the caller and just > set it based on surface usage. > --- > src/intel/isl/isl_emit_depth_stencil.c | 12 > src/intel/isl/isl_genX_mocs.h | 53 >

[Mesa-dev] [PATCH 1/5] intel/isl: Set MOCS based on usage for surface states

2017-08-01 Thread Jason Ekstrand
This makes ISL now ignore the MOCS data provided by the caller and just set it based on surface usage. --- src/intel/isl/isl_emit_depth_stencil.c | 12 src/intel/isl/isl_genX_mocs.h | 53 ++ src/intel/isl/isl_surface_state.c | 9 +++--- 3 fil