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: Drop an unused program/hash_table.h include.
Eric Anholt
2016-08-10
1
-1
/
+0
*
nir: make use of nir_cf_list_extract() helper
Timothy Arceri
2016-08-09
1
-2
/
+1
*
nir: Always print non-identity swizzles.
Matt Turner
2016-08-08
1
-1
/
+9
*
nir: Make nir_opt_remove_phis see through moves.
Kenneth Graunke
2016-08-04
1
-1
/
+23
*
nir: Make nir_alu_srcs_equal non-static.
Kenneth Graunke
2016-08-04
2
-1
/
+4
*
nir: Turn imov/fmov of undef into undef.
Kenneth Graunke
2016-08-04
1
-1
/
+3
*
nir: Allow opt_peephole_select to work on empty blocks.
Eric Anholt
2016-08-03
1
-7
/
+0
*
nir: fix validation message
Timothy Arceri
2016-08-03
1
-2
/
+2
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
2
-3
/
+3
*
nir: Lower interp_var_at_* like a normal load_var for flat inputs.
Kenneth Graunke
2016-07-22
1
-0
/
+4
*
nir/lower_tex: Add support for lowering coordinate offsets
Jason Ekstrand
2016-07-22
2
-0
/
+64
*
nir/lower_tex: Add some helpers for working with tex sources
Jason Ekstrand
2016-07-22
1
-16
/
+30
*
nir: Add a helper for determining the type of a texture source
Jason Ekstrand
2016-07-22
1
-0
/
+44
*
nir: Add a base const_index to shared atomic intrinsics.
Kenneth Graunke
2016-07-21
1
-10
/
+10
*
nir: add doubles component packing support
Timothy Arceri
2016-07-21
1
-0
/
+20
*
nir/inline: Constant-initialize local variables in the callee if needed
Jason Ekstrand
2016-07-20
1
-2
/
+40
*
nir: Add a nir_deref_foreach_leaf helper
Jason Ekstrand
2016-07-20
2
-0
/
+120
*
nir: Add nir_load_interpolated_input lowering code.
Kenneth Graunke
2016-07-20
2
-5
/
+100
*
nir: Add new intrinsics for fragment shader input interpolation.
Kenneth Graunke
2016-07-20
5
-0
/
+51
*
nir: Fix uninitialized use of 'replacement'.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
nir/algebraic: Optimize fabs(u2f(x))
Ian Romanick
2016-07-19
1
-0
/
+1
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
4
-4
/
+4
*
nir: Use dest.ssa.num_components rather than intrin->num_components.
Kenneth Graunke
2016-07-15
1
-1
/
+1
*
nir: Update outdated intrinsic const_index comments.
Kenneth Graunke
2016-07-15
1
-7
/
+9
*
nir: Use nir_intrinsic_set_base in atomic lowering.
Kenneth Graunke
2016-07-15
1
-2
/
+2
*
nir: Split nir_lower_io's input/output/atomic handling into helpers.
Kenneth Graunke
2016-07-15
1
-91
/
+87
*
nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().
Kenneth Graunke
2016-07-15
1
-1
/
+0
*
nir: Share destination rewriting and replacement code in IO lowering.
Kenneth Graunke
2016-07-15
1
-25
/
+19
*
nir: Share get_io_offset handling in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-24
/
+9
*
nir: Make a 'var' temporary in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-16
/
+12
*
nir: Add optimization for (a || True == True)
Eric Anholt
2016-07-12
1
-0
/
+1
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
2
-4
/
+28
*
nir: add new intrinsic field for storing component offset
Timothy Arceri
2016-07-07
4
-6
/
+23
*
nir: Fix copy_prop_src when src is an indirect access on a reg.
Eric Anholt
2016-06-26
1
-1
/
+1
*
nir: Add a NIR_VALIDATE environment variable
Jason Ekstrand
2016-06-25
1
-0
/
+6
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
6
-7
/
+7
*
nir/alu_to_scalar: Respect the exact ALU operation qualifier
Jason Ekstrand
2016-06-20
1
-0
/
+2
*
nir: Add a pass for propagating invariant decorations
Jason Ekstrand
2016-06-20
2
-0
/
+198
*
nir/algebraic: Remove imprecise flog2 optimizations
Jason Ekstrand
2016-06-20
1
-2
/
+0
*
nir/info: Get rid of uses_interp_var_at_offset
Jason Ekstrand
2016-06-03
2
-7
/
+0
*
nir/lower_indirect_derefs: Use the direct array deref for recursion
Jason Ekstrand
2016-06-03
1
-1
/
+1
*
nir/algebraic: support for power-of-two optimizations
Rob Clark
2016-06-03
6
-5
/
+128
*
i965: Add nir channel_num system value
Jordan Justen
2016-06-01
1
-0
/
+1
*
nir: Make lowering gl_LocalInvocationIndex optional
Jordan Justen
2016-06-01
5
-4
/
+20
*
nir: allow sat on all float destination types
Ilia Mirkin
2016-06-01
1
-1
/
+3
*
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: Make nir_const_value a union
Jason Ekstrand
2016-05-26
2
-10
/
+8
[next]