[Mesa-dev] [PATCH 0/4] program: removal of Mesa IR functions

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 8 06:53:44 PDT 2015


On 8 October 2015 at 01:11, Marek Olšák <maraeo at gmail.com> wrote:
> Hi,
>
> Some of these functions became unused after I made the big st/mesa patch series. Hopefully, nobody will miss them.
>
> The last one is a cleanup.
>
> Please review.
>
>  src/mesa/drivers/dri/i915/i915_fragprog.c             |   7 +-
>  src/mesa/drivers/dri/i965/brw_program.c               |  10 +-
>  .../drivers/dri/i965/test_fs_cmod_propagation.cpp     |   2 +-
>  .../drivers/dri/i965/test_fs_saturate_propagation.cpp |   2 +-
>  .../drivers/dri/i965/test_vec4_copy_propagation.cpp   |   2 +-
>  .../drivers/dri/i965/test_vec4_register_coalesce.cpp  |   2 +-
>  src/mesa/drivers/dri/r200/r200_vertprog.c             |   4 +-
>  src/mesa/program/program.c                            | 560 +---------------------
>  src/mesa/program/program.h                            |  87 +---
>  src/mesa/state_tracker/st_cb_program.c                |  43 +-
>  10 files changed, 50 insertions(+), 669 deletions(-)
>
Nice diff stat - we want more :P

Fwiw the first two patches can go in even before the st/mesa work,
whist 3 and 4 only partially.

With the nitpick in 4/4 the series is
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

Thanks
Emil


More information about the mesa-dev mailing list