index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-26
nir/search: Add public function to just compare an instr w/a search expr
Ian Romanick
1
-0
/
+24
2019-03-26
nir/search: Track which entry in nir_alu_instr::src each variable was
Ian Romanick
1
-0
/
+4
2019-03-26
nir/search: Allow source modifiers on variables
Ian Romanick
1
-3
/
+8
2019-03-26
nir/search: Conditionally allow destination saturate on root of expression tree
Ian Romanick
1
-5
/
+7
2019-03-26
nir/search: Allow non-SSA destination
Ian Romanick
1
-2
/
+0
2019-03-26
WIP: nir/search: Slightly relax restriction that all sources must be SSA
Ian Romanick
1
-12
/
+11
2019-02-14
nir: turn an ssa check in nir_search into an assert
Timothy Arceri
1
-2
/
+1
2018-12-16
nir: Add 1-bit Boolean opcodes
Jason Ekstrand
1
-1
/
+3
2018-12-16
nir: Add support for 1-bit data types
Jason Ekstrand
1
-1
/
+2
2018-12-05
nir: Make boolean conversions sized just like the others
Jason Ekstrand
1
-0
/
+19
2018-12-05
nir/algebraic: Add support for unsized conversion opcodes
Jason Ekstrand
1
-6
/
+84
2018-12-05
nir/algebraic: Rewrite bit-size inference
Connor Abbott
1
-129
/
+17
2018-10-26
nir/search: Use the nir_imm_* helpers from nir_builder
Jason Ekstrand
1
-82
/
+29
2018-10-22
nir/algebraic: Use bool internally instead of bool32
Jason Ekstrand
1
-6
/
+3
2018-10-22
nir/search: Use nir_src_is_const and friends
Jason Ekstrand
1
-57
/
+13
2018-07-17
nir: prepare for bumping up max components to 16
Karol Herbst
1
-4
/
+4
2018-03-01
nir/search: Include 8 and 16-bit support in construct_value
Jose Maria Casanova Crespo
1
-0
/
+15
2018-03-01
nir/search: Support 8 and 16-bit constants in match_value
Jason Ekstrand
1
-0
/
+20
2017-01-21
nir/search: Use the correct bit size for integer comparisons
Jason Ekstrand
1
-32
/
+16
2017-01-12
nir/algebraic: add support for conditional helper functions to expressions
Timothy Arceri
1
-0
/
+3
2017-01-11
nir/search: Only allow matching SSA values
Jason Ekstrand
1
-5
/
+11
2016-10-31
nir: zero allocated memory where needed
Juha-Pekka Heikkila
1
-1
/
+1
2016-08-18
nir/search: Extend 'a@bool' to handle a couple of system values.
Kenneth Graunke
1
-0
/
+7
2016-08-18
nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().
Kenneth Graunke
1
-31
/
+19
2016-08-18
nir/search: Introduce a src_is_type() helper for 'a@type' handling.
Kenneth Graunke
1
-13
/
+29
2016-06-03
nir/algebraic: support for power-of-two optimizations
Rob Clark
1
-0
/
+3
2016-04-27
nir/search: Respect the bit_size parameter on nir_search_value
Jason Ekstrand
1
-0
/
+14
2016-04-26
nir: Add missing break into switch in construct_value()
Juha-Pekka Heikkila
1
-0
/
+1
2016-04-11
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
1
-3
/
+2
2016-04-04
nir: Use PRIi64 and PRIu64 instead of %ld and %lu.
Kenneth Graunke
1
-2
/
+3
2016-04-04
nir/search: Don't match inexact expressions with exact subexpressions
Jason Ekstrand
1
-5
/
+18
2016-03-24
nir: fix dangling ssadef->name ptrs
Rob Clark
1
-3
/
+3
2016-03-23
nir/algebraic: Allow for flagging operations as being inexact
Jason Ekstrand
1
-0
/
+4
2016-03-23
nir/search: Propagate exactness into newly created expressions
Jason Ekstrand
1
-4
/
+5
2016-03-17
nir: propagate bitsize information in nir_search
Connor Abbott
1
-21
/
+223
2016-03-17
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
1
-2
/
+3
2016-03-17
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
1
-5
/
+5
2016-01-26
nir: move to compiler/
Emil Velikov
1
-0
/
+379