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: add can_replace_varying() helper
Timothy Arceri
2019-01-02
1
-2
/
+14
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
2
-2
/
+2
*
intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs
Iago Toral Quiroga
2018-12-20
1
-0
/
+2
*
nir: properly find the entry to keep in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-3
/
+16
*
nir: properly clear the entry sources in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-0
/
+3
*
nir/algebraic: Don't put quotes around floating point literals
Ian Romanick
2018-12-18
2
-5
/
+13
*
nir: Add a new lowering option to lower 3D surfaces from txd to txl.
Sagar Ghuge
2018-12-18
2
-1
/
+8
*
nir/dead_write_vars: Get modes directly from derefs
Jason Ekstrand
2018-12-18
1
-2
/
+1
*
nir/copy_prop_vars: Get modes directly from derefs
Jason Ekstrand
2018-12-18
1
-6
/
+2
*
nir/lower_wpos_center: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-2
/
+4
*
nir/lower_io_to_scalar: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-3
/
+6
*
nir/lower_io_arrays_to_elements: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-5
/
+8
*
nir/linking_helpers: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-12
/
+11
*
nir/propagate_invariant: Skip unknown vars
Jason Ekstrand
2018-12-18
1
-1
/
+1
*
Revert "nir/lower_indirect: Bail early if modes == 0"
Ian Romanick
2018-12-18
1
-3
/
+0
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
2
-9
/
+32
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
2
-11
/
+29
*
nir: Fix clamping of uints for image store lowering.
Eric Anholt
2018-12-17
1
-1
/
+1
*
nir: Release per-block metadata in nir_sweep
Ian Romanick
2018-12-16
1
-0
/
+9
*
nir: Fix holes in nir_instr
Ian Romanick
2018-12-16
1
-5
/
+5
*
nir/phi_builder: Use per-value hash table to store [block] -> def mapping
Ian Romanick
2018-12-16
1
-9
/
+36
*
nir/algebraic: Add some optimizations for D3D-style Booleans
Jason Ekstrand
2018-12-16
1
-0
/
+13
*
nir/algebraic: Optimize 1-bit Booleans
Jason Ekstrand
2018-12-16
2
-86
/
+57
*
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
2018-12-16
9
-74
/
+50
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
3
-0
/
+162
*
nir: Add 1-bit Boolean opcodes
Jason Ekstrand
2018-12-16
3
-3
/
+34
*
nir/algebraic: Generalize an optimization
Jason Ekstrand
2018-12-16
1
-2
/
+9
*
nir/large_constants: Properly handle 1-bit bools
Jason Ekstrand
2018-12-16
1
-1
/
+23
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
10
-24
/
+83
*
nir/constant_expressions: Rework Boolean handling
Jason Ekstrand
2018-12-16
1
-20
/
+12
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
9
-49
/
+116
*
nir/algebraic: Make an optimization more specific
Jason Ekstrand
2018-12-16
1
-1
/
+1
*
nir: Drop support for lower_b2f
Jason Ekstrand
2018-12-16
2
-7
/
+1
*
nir/algebraic: Optimize x2b(xneg(a)) -> a
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
nir/constant_folding: Fix source bit size logic
Jason Ekstrand
2018-12-16
1
-1
/
+2
*
nir/lower_idiv: Use ilt instead of bit twiddling
Jason Ekstrand
2018-12-16
1
-1
/
+1
*
nir: fix constness in nir_intrinsic_align()
Rhys Perry
2018-12-16
1
-1
/
+1
*
nir/phi_builder: Internal users should use nir_phi_builder_value_set_block_de...
Ian Romanick
2018-12-14
1
-2
/
+2
*
nir: fix opt_if_loop_last_continue()
Timothy Arceri
2018-12-14
1
-2
/
+6
*
nir: Move intel's half-float image store lowering to to nir_format.h.
Eric Anholt
2018-12-13
1
-0
/
+13
*
nir: Print the format of image variables.
Eric Anholt
2018-12-13
1
-0
/
+47
*
nir: Add a pass for lowering integer division by constants
Jason Ekstrand
2018-12-13
3
-0
/
+218
*
nir: Add a saturated unsigned integer add opcode
Ian Romanick
2018-12-13
1
-0
/
+2
*
nir/lower_int64: Add support for [iu]mul_high
Jason Ekstrand
2018-12-13
2
-0
/
+67
*
nir: Allow [iu]mul_high on non-32-bit types
Jason Ekstrand
2018-12-13
2
-4
/
+40
*
nir: remove unused variable
Alejandro PiƱeiro
2018-12-13
1
-1
/
+0
*
nir: Pull some of intel's image load/store format conversion to nir_format.h
Eric Anholt
2018-12-12
1
-0
/
+38
*
nir: Add some more consts to the nir_format_convert.h helpers.
Eric Anholt
2018-12-12
1
-7
/
+6
*
nir: detect more induction variables
Timothy Arceri
2018-12-13
1
-0
/
+36
*
nir: reword code comment
Timothy Arceri
2018-12-13
1
-2
/
+2
[next]