[Mesa-dev] [PATCH 1/2] gallivm: give more verbose names to modules

Brian Paul brianp at vmware.com
Thu May 15 17:11:56 PDT 2014


On 05/15/2014 05:03 PM, sroland at vmware.com wrote:
> From: Roland Scheidegger <sroland at vmware.com>
>
> When we had just one module "gallivm" was an appropriate name. But now we have
> modules containing all functions for a particular variant, so give it a
> corresponding name (this is really just for helping debugging).
> ---
>   src/gallium/auxiliary/draw/draw_llvm.c        | 16 ++++++++++++----
>   src/gallium/auxiliary/gallivm/lp_bld_init.c   |  9 ++++-----
>   src/gallium/auxiliary/gallivm/lp_bld_init.h   |  2 +-
>   src/gallium/drivers/llvmpipe/lp_state_fs.c    | 12 ++++++++----
>   src/gallium/drivers/llvmpipe/lp_state_setup.c | 13 +++++++------
>   src/gallium/drivers/llvmpipe/lp_test_arit.c   |  2 +-
>   src/gallium/drivers/llvmpipe/lp_test_blend.c  |  2 +-
>   src/gallium/drivers/llvmpipe/lp_test_conv.c   |  2 +-
>   src/gallium/drivers/llvmpipe/lp_test_format.c |  4 ++--
>   src/gallium/drivers/llvmpipe/lp_test_printf.c |  2 +-
>   10 files changed, 38 insertions(+), 26 deletions(-)
>

For both:
Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list