[Mesa-dev] [PATCH 0/3] various exec_list things

Connor Abbott cwabbott0 at gmail.com
Tue Jul 8 12:20:57 PDT 2014


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



More information about the mesa-dev mailing list