summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_search.c
Commit message (Expand)AuthorAgeFilesLines
* nir/search: Allow for matching variables based on typesJason Ekstrand2015-01-291-0/+11
* nir/search: Add support for matching unknown constantsJason Ekstrand2015-01-291-0/+6
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-261-2/+2
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-5/+3
* nir: Stop using designated initializersJason Ekstrand2015-01-211-20/+12
* nir/search: Use nir_op_infos to determine if an operation is commutativeJason Ekstrand2015-01-151-33/+2
* nir: Make load_const SSA-onlyJason Ekstrand2015-01-151-6/+4
* nir: Add an expression matching frameworkJason Ekstrand2015-01-151-0/+364