[Mesa-dev] [PATCH 0/2] r600g: Pair of small code clean ups with TGSI

James Harvey lothmordor at gmail.com
Mon Aug 29 08:15:23 UTC 2016


Hi Rhys,

  I ran piglit on my Evergreen HD5850 with your patches.

No regressions here.

Tested-by: James Harvey <lothmordor at gmail.com>

Thanks,
James


On 08/27/2016 09:05 AM, Rhys Kidd wrote:
> Having run Mesa through Clang on Eric Anholt's Travis harness, these small
> code clean ups improve readability of TGSI code in r600g and may avoid
> future problems.
>
> Series also can be found at:
> https://github.com/Echelon9/mesa/tree/fix/r600g-cleanup-tgsi-opcodes
>
> I don't have the hardware to test this so would appreciated Tested-by's.
>
> I do not have commit rights to fd.o so after R-B would appreciate if
> the reviewer(s) could push to master.
>
> Rhys Kidd (2):
>   r600g: Avoid duplicated initialization of TGSI_OPCODE_DFMA
>   r600g: Clean up defined magic numbers for TGSI opcodes
>
>  src/gallium/drivers/r600/r600_shader.c     | 18 +++++++++---------
>  src/gallium/include/pipe/p_shader_tokens.h |  1 +
>  2 files changed, 10 insertions(+), 9 deletions(-)
>


More information about the mesa-dev mailing list