index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
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
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