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/builder: Add a helper for grabbing multiple channels from an ssa def
Jason Ekstrand
2016-05-14
1
-0
/
+14
*
nir/builder: Generate the alu helpers directly in python
Jason Ekstrand
2016-05-14
2
-31
/
+13
*
nir: Add an info bit for uses_sample_qualifier
Jason Ekstrand
2016-05-14
3
-1
/
+13
*
nir: Remove empty visit_call_src and visit_load_const_src functions
Ian Romanick
2016-05-12
1
-17
/
+2
*
nir: Silence unused parameter warnings
Ian Romanick
2016-05-12
4
-6
/
+9
*
nir: glsl_get_bit_size() should take glsl_type
Rob Clark
2016-05-12
6
-14
/
+13
*
nir/algebraic: Separate ffma lowering from fusing
Jason Ekstrand
2016-05-11
2
-1
/
+2
*
nir/lower-io: add support for lowering inputs
Rob Clark
2016-05-11
2
-9
/
+45
*
nir/lower-io: split out some helper fxns
Rob Clark
2016-05-11
1
-52
/
+70
*
nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries
Rob Clark
2016-05-11
2
-6
/
+6
*
nir: move callsite of lower_outputs_to_temporaries
Rob Clark
2016-05-11
2
-6
/
+0
*
nir: lower-io-types pass
Rob Clark
2016-05-11
2
-0
/
+181
*
nir: passthrough-edgeflags support
Rob Clark
2016-05-11
2
-0
/
+60
*
nir: add lowering pass for glBitmap
Rob Clark
2016-05-11
2
-0
/
+146
*
nir: add lowering pass for glDrawPixels
Rob Clark
2016-05-11
2
-0
/
+267
*
nir: add lowering pass for y-transform
Rob Clark
2016-05-11
2
-0
/
+321
*
Revert "nir: Try to warn when C99 extensions are used in nir headers."
Jose Fonseca
2016-05-10
1
-22
/
+1
*
nir/print: Print memory qualifiers in a variable declaration
Eduardo Lima Mitev
2016-05-10
1
-0
/
+7
*
nir/search: fix typo
Rob Clark
2016-05-09
1
-1
/
+1
*
nir: Remove spurious return from void function.
Jose Fonseca
2016-05-06
1
-2
/
+0
*
nir: remove now-unused nir_foreach_block*_call()
Connor Abbott
2016-05-05
1
-38
/
+0
*
nir/lower_double_ops: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-23
/
+9
*
nir/lower_double_pack: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-26
/
+21
*
nir/gather_info: fixup for new foreach_block()
Jason Ekstrand
2016-05-05
1
-5
/
+5
*
nir/lower_two_sided_color: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-3
/
+5
*
nir/lower_tex: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-25
/
+22
*
nir/lower_outputs_to_temporaries: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-16
/
+12
*
nir: Optimize out stores of undefs.
Kenneth Graunke
2016-05-05
1
-0
/
+30
*
nir: Replace vecN(undef, undef, ...) with a single undef.
Kenneth Graunke
2016-05-05
1
-0
/
+33
*
nir: Rename opt_undef_alu to opt_undef_csel; update comments.
Kenneth Graunke
2016-05-05
1
-12
/
+13
*
nir: fix assert for wildcard pairs
Thomas Hindoe Paaboel Andersen
2016-05-05
1
-1
/
+1
*
nir: Separate 32 and 64-bit fmod lowering
Samuel Iglesias Gonsálvez
2016-05-04
2
-3
/
+5
*
nir/lower_double_ops: lower mod()
Samuel Iglesias Gonsálvez
2016-05-04
2
-1
/
+31
*
nir: make lower_clamp_color pass work after lower i/o
Rob Clark
2016-05-02
1
-4
/
+18
*
nir/lower_double_ops: fix indentation
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-30
/
+30
*
nir/opt_dead_cf: fix indentation
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-4
/
+4
*
nir/opt_dead_cf: correction of side effect check
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-2
/
+2
*
nir: clamp-color-output support
Rob Clark
2016-04-30
2
-0
/
+119
*
nir/algebraic: Support lowering for both 64 and 32-bit ldexp
Jason Ekstrand
2016-04-28
1
-9
/
+22
*
nir/opcodes: Make ldexp take an explicitly 32-bit int
Jason Ekstrand
2016-04-28
2
-2
/
+2
*
nir/opcodes: Simplify the expressions for [un]pack_double
Jason Ekstrand
2016-04-28
1
-61
/
+8
*
nir: Switch the arguments to nir_foreach_def
Jason Ekstrand
2016-04-28
4
-5
/
+5
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
10
-25
/
+25
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
46
-53
/
+53
*
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
2016-04-28
4
-7
/
+7
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
14
-22
/
+22
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
50
-82
/
+82
*
nir/algebraic: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-20
/
+14
*
nir/validate: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-10
/
+4
*
nir/nir_worklist: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-9
/
+3
[prev]
[next]