summaryrefslogtreecommitdiff
path: root/src/glsl/lower_mat_op_to_vec.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2012-11-06glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul1-4/+4
2011-06-29glsl: Use the default values of ir_assignment() in lower_mat_op_to_vec.Eric Anholt1-24/+8
2011-06-29glsl: Avoid making a temporary for lower_mat_op_to_vec if not needed.Eric Anholt1-0/+11
2011-06-29glsl: Make lower_mat_op_to_vec track derefs, not variables.Eric Anholt1-71/+56
2011-06-29glsl: Rename lower_mat_op_to_vec operands/results to be less hungarian.Eric Anholt1-74/+74
2011-06-29glsl: Move get_{column,element} to expression args.Eric Anholt1-43/+22
2011-06-29glsl: Drop explicit types of lower_mat_op_to_vec expressions.Eric Anholt1-27/+6
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-3/+0
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+3
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick1-0/+2
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+488