Re: [Mesa-dev] [PATCH] intel/common: Improve the comments for sample positions

2017-10-13 Thread Lionel Landwerlin
Nice! Reviewed-by: Lionel Landwerlin On 13/10/17 06:58, Jason Ekstrand wrote: These are pulled directly from brw_multisample_state.h --- src/intel/common/gen_sample_positions.h | 65 + 1 file changed, 65 insertions(+) diff --git a/src/intel/common/gen_sample

Re: [Mesa-dev] [PATCH] intel/common: Improve the comments for sample positions

2017-10-12 Thread Kenneth Graunke
On Thursday, October 12, 2017 10:58:10 PM PDT Jason Ekstrand wrote: > These are pulled directly from brw_multisample_state.h > --- > src/intel/common/gen_sample_positions.h | 65 > + > 1 file changed, 65 insertions(+) Reviewed-by: Kenneth Graunke signature.asc

[Mesa-dev] [PATCH] intel/common: Improve the comments for sample positions

2017-10-12 Thread Jason Ekstrand
These are pulled directly from brw_multisample_state.h --- src/intel/common/gen_sample_positions.h | 65 + 1 file changed, 65 insertions(+) diff --git a/src/intel/common/gen_sample_positions.h b/src/intel/common/gen_sample_positions.h index b86a7d8..f0ce95d 100644