index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-2
/
+31
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
11
-24
/
+92
*
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
10
-80
/
+147
*
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
4
-0
/
+219
*
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
*
nir: in loop analysis track actual control flow type
Timothy Arceri
2018-12-13
1
-13
/
+21
*
nir: add if opt opt_if_loop_last_continue()
Danylo Piliaiev
2018-12-13
1
-0
/
+95
*
nir: rework force_unroll_array_access()
Timothy Arceri
2018-12-13
1
-14
/
+35
*
nir: factor out some of the complex loop unroll code to a helper
Timothy Arceri
2018-12-13
1
-51
/
+64
*
nir: Document the function inlining process
Jason Ekstrand
2018-12-12
1
-0
/
+68
*
nir/lower_tex: Add lowering for some min_lod cases
Jason Ekstrand
2018-12-11
2
-0
/
+116
*
nir/lower_tex: Modify txd instructions instead of replacing them
Jason Ekstrand
2018-12-11
1
-41
/
+7
*
nir/lower_tex: Simplify lower_gradient logic
Jason Ekstrand
2018-12-11
1
-12
/
+9
*
spirv: Add support for MinLod
Jason Ekstrand
2018-12-11
4
-1
/
+16
*
nir: fix spelling typo
Rob Clark
2018-12-11
1
-1
/
+1
*
meson: Add nir_algebraic_parser_test to suites
Dylan Baker
2018-12-10
1
-0
/
+1
*
nir: make use of new nir_cf_list_clone_and_reinsert() helper
Timothy Arceri
2018-12-10
1
-48
/
+28
*
nir: add a new nir_cf_list_clone_and_reinsert() helper
Timothy Arceri
2018-12-10
1
-0
/
+10
*
nir: clarify some nit_loop_info member names
Timothy Arceri
2018-12-10
3
-17
/
+19
*
nir: small tidy ups for nir_loop_analyze()
Timothy Arceri
2018-12-10
1
-21
/
+10
*
nir: Fixup algebraic test for variable-sized conversions
Connor Abbott
2018-12-07
1
-1
/
+1
*
nir/algebraic: Make algebraic_parser_test.sh executable.
Vinson Lee
2018-12-06
1
-0
/
+0
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
13
-45
/
+79
*
nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleans
Jason Ekstrand
2018-12-05
1
-56
/
+56
*
nir/opt_algebraic: Drop bit-size suffixes from conversions
Jason Ekstrand
2018-12-05
1
-29
/
+29
*
nir/opt_algebraic: Simplify an optimization using the new search ops
Jason Ekstrand
2018-12-05
1
-7
/
+2
*
nir/algebraic: Add support for unsized conversion opcodes
Jason Ekstrand
2018-12-05
3
-10
/
+140
*
nir/algebraic: Refactor codegen a bit
Jason Ekstrand
2018-12-05
1
-10
/
+11
*
nir/algebraic: Clean up some __str__ cruft
Jason Ekstrand
2018-12-05
1
-4
/
+0
*
nir/opcodes: Rename tbool to tbool32
Jason Ekstrand
2018-12-05
1
-11
/
+11
[prev]
[next]