Re: [Mesa-dev] [PATCH 01/29] intel/isl: Codify AUX operations in an enum

2017-12-04 Thread Nanley Chery
On Mon, Nov 27, 2017 at 07:05:51PM -0800, Jason Ekstrand wrote: > Right now, we have different entrypoints and enums in blorp for these > different operations. This provides us a central enum which we can > begin to transition to. > --- > src/intel/isl/isl.h | 74 > ++

[Mesa-dev] [PATCH 01/29] intel/isl: Codify AUX operations in an enum

2017-11-27 Thread Jason Ekstrand
Right now, we have different entrypoints and enums in blorp for these different operations. This provides us a central enum which we can begin to transition to. --- src/intel/isl/isl.h | 74 +++-- 1 file changed, 49 insertions(+), 25 deletions(-) d