Re: [Mesa-dev] [PATCH 03/36] isl/state: Use a valid alignment for 1-D textures

2016-07-21 Thread Nanley Chery
On Wed, Jun 29, 2016 at 05:37:22PM -0700, Jason Ekstrand wrote: > The alignment we use doesn't matter (see the comment) but it should at > least be an alignment we can represent with the enums. This patch is, Reviewed-by: Nanley Chery > --- > src/intel/isl/isl_surface_state.c | 2 +- > 1 file c

[Mesa-dev] [PATCH 03/36] isl/state: Use a valid alignment for 1-D textures

2016-06-29 Thread Jason Ekstrand
The alignment we use doesn't matter (see the comment) but it should at least be an alignment we can represent with the enums. --- src/intel/isl/isl_surface_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/isl/isl_surface_state.c b/src/intel/isl/isl_surface_sta