This is a cleanup series. It removes 147 lines of code. There are 2 goals:
- remove si_shader->inputs[] and outputs[] in favor of tgsi_shader_info
- don't use tgsi_parse_token, use tgsi_shader_info instead

On top of that, the shader key is shrunk a little in patches 2 and 3.

Please review.

 .../drivers/radeon/radeon_setup_tgsi_llvm.c     |   3 +-
 src/gallium/drivers/radeonsi/si_shader.c        | 332 ++++++-------------
 src/gallium/drivers/radeonsi/si_shader.h        |  29 +-
 src/gallium/drivers/radeonsi/si_state.c         |  10 +-
 src/gallium/drivers/radeonsi/si_state_draw.c    |  47 +--
 5 files changed, 137 insertions(+), 284 deletions(-)

Marek
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to