index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/algebraic: add support for conditional helper functions to expressions
Timothy Arceri
2017-01-12
3
-1
/
+15
*
nir/search: Only allow matching SSA values
Jason Ekstrand
2017-01-11
1
-5
/
+11
*
nir: change asserts to unreachable in nir_type_conversion_op
Tapani Pälli
2017-01-11
1
-3
/
+3
*
nir: Add a pass to lower TES patch_vertices intrinsics to a constant.
Kenneth Graunke
2017-01-10
2
-0
/
+54
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2017-01-09
1
-1
/
+1
*
nir: remove duplicated foreach loop
Thomas Hindoe Paaboel Andersen
2017-01-09
1
-1
/
+0
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
1
-25
/
+23
*
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
2017-01-09
2
-0
/
+83
*
nir: add nir_get_nir_type_for_glsl_type()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+24
*
nir: add another comparison simplification
Timothy Arceri
2017-01-09
1
-0
/
+2
*
nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.
Kenneth Graunke
2017-01-09
1
-0
/
+4
*
nir: Convert ineg(b2i(a)) to a if it's a boolean.
Kenneth Graunke
2017-01-09
1
-0
/
+2
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
2
-0
/
+815
*
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
2017-01-06
1
-0
/
+7
*
nir/builder: Add a load_deref_var helper
Jason Ekstrand
2017-01-06
1
-0
/
+16
*
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
2017-01-06
1
-9
/
+60
*
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
2017-01-06
1
-0
/
+3
*
nir: fix loop iteration count calculation for floats
Timothy Arceri
2017-01-04
1
-2
/
+2
*
nir/split_var_copies: Use a nir_shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
1
-3
/
+3
*
nir/opt_peephole_select: Pass around the actual nir_shader
Jason Ekstrand
2016-12-30
1
-4
/
+5
*
nir/conditional_if: Properly use the builder
Jason Ekstrand
2016-12-30
1
-11
/
+10
*
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
2
-9
/
+10
*
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
2016-12-30
1
-8
/
+8
*
nir/from_ssa: Use nir_builder for emit_copy
Jason Ekstrand
2016-12-30
1
-13
/
+13
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
8
-45
/
+37
*
nir: Rewrite lower_regs_to_ssa to use the phi builder
Jason Ekstrand
2016-12-29
1
-421
/
+174
*
nir/phi-builder: Set the value in the block when creating a phi
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
nir: Add foreach_register helper macros
Jason Ekstrand
2016-12-29
1
-0
/
+5
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
5
-9
/
+8
*
nir: stop gcc warning about uninitialised variables
Timothy Arceri
2016-12-29
1
-1
/
+1
*
nir/algebraic: Add optimizations for "a == a && a CMP b"
Jason Ekstrand
2016-12-22
1
-0
/
+8
*
nir: Add a pass for moving SPIR-V continue blocks to the ends of loops
Jason Ekstrand
2016-12-22
2
-0
/
+258
*
nir: Add an optimization pass to remove trivial continues
Jason Ekstrand
2016-12-22
2
-0
/
+139
*
nir: Correctly handle blocks in cf_node_cf_tree_next
Jason Ekstrand
2016-12-22
1
-1
/
+1
*
nir: update nir_lower_returns to only predicate instructions when needed
Timothy Arceri
2016-12-23
1
-6
/
+41
*
nir: add a loop unrolling pass
Timothy Arceri
2016-12-23
2
-0
/
+577
*
nir: add helper for cloning nir_cf_list
Timothy Arceri
2016-12-23
2
-9
/
+56
*
nir: update fixup_phi_srcs() to handle registers
Timothy Arceri
2016-12-23
1
-4
/
+9
*
nir: create helper for fixing phi srcs when cloning
Timothy Arceri
2016-12-23
1
-15
/
+21
*
nir: Add a LCSAA-pass
Thomas Helland
2016-12-23
2
-0
/
+205
*
nir: Add a loop analysis pass
Thomas Helland
2016-12-23
5
-3
/
+984
*
nir: Add a couple quick-and-dirty out-of-SSA helpers
Jason Ekstrand
2016-12-23
2
-12
/
+180
*
nir: Trivial clean ups in the generated nir_constant_expressions.c
Ian Romanick
2016-12-19
1
-6
/
+5
*
nir: Silence unused parameter warnings in nir_constant_expression.c
Ian Romanick
2016-12-19
1
-2
/
+2
*
nir: Silence missing field initializer warnings for vectors in nir_constant_e...
Ian Romanick
2016-12-19
1
-0
/
+3
*
nir: Remove nir_array from lower_locals_to_regs
Thomas Helland
2016-12-16
1
-9
/
+0
*
nir: Turn imov/fmov of undef into undef
Timothy Arceri
2016-12-16
1
-6
/
+6
*
nir/lower_tex: fix number of components in replace_gradient_with_lod()
Iago Toral Quiroga
2016-12-15
1
-1
/
+2
*
Revert "nir: Turn imov/fmov of undef into undef."
Timothy Arceri
2016-12-15
1
-3
/
+1
*
nir/lower_tex: lower gradients on shadow cube maps if lower_txd_shadow is set
Iago Toral Quiroga
2016-12-13
1
-2
/
+4
[next]