[Mesa-dev] [PATCH 0/16] radeonsi cleanups
Michel Dänzer
michel at daenzer.net
Sun Oct 5 19:38:16 PDT 2014
On 05.10.2014 07:42, Marek Olšák wrote:
> 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(-)
Nice cleanups! Series is
Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
More information about the mesa-dev
mailing list