index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_inline_functions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
1
-3
/
+1
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-2
/
+2
*
nir/inline_functions: Break inlining into a builder helper
Jason Ekstrand
2019-03-06
1
-36
/
+53
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-0
/
+4
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-5
/
+7
*
nir: Document the function inlining process
Jason Ekstrand
2018-12-12
1
-0
/
+68
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-164
/
+29
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
1
-1
/
+1
*
nir: Delete most of the constant_initializer support
Jason Ekstrand
2016-12-05
1
-40
/
+2
*
nir/inline: Constant-initialize local variables in the callee if needed
Jason Ekstrand
2016-07-20
1
-2
/
+40
*
nir/inline: Also rewrite param derefs for texture instructions
Jason Ekstrand
2016-05-27
1
-6
/
+20
*
nir/inline: Break the guts of rewrite_param-derefs into a helper
Jason Ekstrand
2016-05-27
1
-19
/
+30
*
nir/inline: Make the rewrite_param_derefs helper work on instructions
Jason Ekstrand
2016-05-27
1
-28
/
+25
*
nir/inline: Don't use foreach_instr_safe unless we need to
Jason Ekstrand
2016-05-27
1
-2
/
+2
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-3
/
+3
*
nir/inline_functions: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-30
/
+23
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-3
/
+3
*
nir: Add a pass to inline functions
Jason Ekstrand
2016-03-24
1
-0
/
+270