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

Marek Olšák maraeo at gmail.com
Wed Oct 7 17:11:58 PDT 2015


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(-)

Marek


More information about the mesa-dev mailing list