Re: [Mesa-dev] [PATCH v3 12/18] mesa/macros: move ALIGN_NPOT to macros.h

2015-06-25 Thread Nanley Chery
On Wed, Jun 24, 2015 at 3:43 PM, Anuj Phogat wrote: > On Mon, Jun 22, 2015 at 4:02 PM, Nanley Chery wrote: >> From: Nanley Chery >> >> Aligning with a non-power-of-two number is a general task that can be used in >> various places. This commit is required for the next one. >> >> Signed-off-by: N

Re: [Mesa-dev] [PATCH v3 12/18] mesa/macros: move ALIGN_NPOT to macros.h

2015-06-24 Thread Anuj Phogat
On Mon, Jun 22, 2015 at 4:02 PM, Nanley Chery wrote: > From: Nanley Chery > > Aligning with a non-power-of-two number is a general task that can be used in > various places. This commit is required for the next one. > > Signed-off-by: Nanley Chery > --- > src/mesa/drivers/dri/i965/intel_upload.

[Mesa-dev] [PATCH v3 12/18] mesa/macros: move ALIGN_NPOT to macros.h

2015-06-22 Thread Nanley Chery
From: Nanley Chery Aligning with a non-power-of-two number is a general task that can be used in various places. This commit is required for the next one. Signed-off-by: Nanley Chery --- src/mesa/drivers/dri/i965/intel_upload.c | 6 -- src/mesa/main/macros.h | 6 ++ 2