This series adds a couple things I need to exec_list for my work, and
does some cleanups made possible. Only compile tested on i965.

Connor Abbott (3):
  exec_list: add a prepend function
  exec_list: add a function to count the size of a list
  exec_list: make various places use the new get_size() method

 src/glsl/ast_to_hir.cpp                            |  4 +--
 src/glsl/ir_reader.cpp                             |  7 ++--
 src/glsl/list.h                                    | 40 +++++++++++++++++++++-
 src/glsl/opt_function_inlining.cpp                 |  7 ++--
 src/mesa/drivers/dri/i965/brw_fs.cpp               |  5 +--
 .../drivers/dri/i965/brw_fs_copy_propagation.cpp   |  4 +--
 src/mesa/program/ir_to_mesa.cpp                    |  5 +--
 7 files changed, 48 insertions(+), 24 deletions(-)

-- 
1.9.3

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to