[Mesa-dev] [PATCH 1/3] tgsi: rename TGSI_TYPE_x -> TGSI_OPCODE_TYPE_x
Emil Velikov
emil.l.velikov at gmail.com
Mon Sep 22 12:47:11 PDT 2014
On 22/09/14 16:44, Brian Paul wrote:
> To avoid conflicts with coming TGSI_TYPE_x enums.
> ---
> src/gallium/auxiliary/gallivm/lp_bld_tgsi.c | 26 ++++-----
> src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 57 ++++++++++----------
> src/gallium/auxiliary/tgsi/tgsi_info.c | 14 ++---
> src/gallium/auxiliary/tgsi/tgsi_info.h | 12 ++---
> src/gallium/drivers/ilo/shader/toy_tgsi.c | 12 ++---
> src/gallium/drivers/radeon/radeon_llvm.h | 8 +--
> .../drivers/radeon/radeon_setup_tgsi_llvm.c | 8 +--
> 7 files changed, 69 insertions(+), 68 deletions(-)
>
Seems that there are a couple cases left out in the vc4 driver -
src/gallium/drivers/vc4/vc4_program.c
-Emil
More information about the mesa-dev
mailing list