[Mesa-dev] [PATCH 1/5] mesa: Add ALIGN() macro to main/macros.h.
Brian Paul
brianp at vmware.com
Wed Jan 2 11:52:32 PST 2013
On 01/02/2013 11:59 AM, Paul Berry wrote:
> Previously this macro existed in 3 separate places, some inside the
> intel driver and some outside of it. It makes more sense to have it
> in main/macros.h
> ---
> src/glsl/linker.cpp | 2 --
> src/mesa/drivers/dri/i965/brw_context.h | 1 +
> src/mesa/drivers/dri/intel/intel_context.h | 13 -------------
> src/mesa/main/extensions.c | 3 +--
> src/mesa/main/macros.h | 13 +++++++++++++
> 5 files changed, 15 insertions(+), 17 deletions(-)
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list