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_opt_constant_folding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
1
-3
/
+1
*
nir/constant_folding: fold load_constant intrinsics
Rhys Perry
2019-10-07
1
-0
/
+58
*
nir/constant_folding: add back and use constant_fold_state
Rhys Perry
2019-10-07
1
-22
/
+19
*
nir: add support for flushing to zero denorm constants
Samuel Iglesias Gonsálvez
2019-09-17
1
-7
/
+8
*
nir: remove unused constant_fold_state
Rob Clark
2019-09-03
1
-6
/
+0
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
1
-4
/
+7
*
nir/constant_folding: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-10
/
+14
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-1
/
+6
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
1
-0
/
+3
*
nir/constant_folding: Fix source bit size logic
Jason Ekstrand
2018-12-16
1
-1
/
+2
*
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
2018-11-09
1
-3
/
+1
*
nir/constant_folding: Use nir_src_as_bool for discard_if
Jason Ekstrand
2018-10-26
1
-6
/
+7
*
nir/constant_folding: Add an unreachable to a switch
Jason Ekstrand
2018-10-26
1
-0
/
+2
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-1
/
+1
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-53
/
+0
*
nir: Transform discard_if(true) into discard
Matt Turner
2018-05-07
1
-1
/
+16
*
nir/opt_constant_folding: fix folding of 8 and 16 bit ints
Karol Herbst
2018-04-26
1
-2
/
+12
*
nir: Optimize out discard_ifs with a constant 0 argument.
Eric Anholt
2016-09-28
1
-0
/
+8
*
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
-1
/
+1
*
nir/opt_constant_folding: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-15
/
+13
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-2
/
+2
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-3
/
+3
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-2
/
+27
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-3
/
+8
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-2
/
+2
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+201