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
/
nir_algebraic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: correct use of identity check in python
Dylan Baker
2019-11-05
1
-2
/
+2
*
nir/algebraic: allow swizzle in nir_algebraic replace expression
Jonathan Marek
2019-07-24
1
-1
/
+10
*
nir/algebraic: Print out the list of transforms in the C file
Jason Ekstrand
2019-07-17
1
-0
/
+7
*
nir/serach: Increase maximum commutative expressions from 4 to 8
Ian Romanick
2019-06-28
1
-1
/
+1
*
nir/algebraic: Don't mark expression with duplicate sources as commutative
Ian Romanick
2019-06-28
1
-1
/
+56
*
nir/algebraic: Fail build when too many commutative expressions are used
Ian Romanick
2019-06-28
1
-0
/
+43
*
nir/algebraic: Fix whitespace error
Ian Romanick
2019-06-28
1
-1
/
+0
*
nir: Add support for 2src_commutative ops that have 3 sources
Ian Romanick
2019-05-14
1
-2
/
+2
*
nir: Rename commutative to 2src_commutative
Ian Romanick
2019-05-14
1
-2
/
+2
*
nir/algebraic: Don't emit empty initializers for MSVC
Connor Abbott
2019-05-04
1
-0
/
+4
*
nir/search: Add automaton-based pre-searching
Connor Abbott
2019-05-02
1
-19
/
+377
*
nir/algebraic: Use a cache to avoid re-emitting structs
Jason Ekstrand
2019-04-16
1
-17
/
+36
*
nir/algebraic: Move the template closer to the render function
Jason Ekstrand
2019-04-16
1
-19
/
+19
*
nir/algebraic: Lower CS derivatives to zero when no group defined
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+2
*
nir/search: Search for all combinations of commutative ops
Jason Ekstrand
2019-04-08
1
-0
/
+20
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-1
/
+6
*
nir/algebraic: Don't put quotes around floating point literals
Ian Romanick
2018-12-18
1
-0
/
+8
*
nir/algebraic: Optimize 1-bit Booleans
Jason Ekstrand
2018-12-16
1
-34
/
+6
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-0
/
+30
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-0
/
+4
*
nir/algebraic: Add support for unsized conversion opcodes
Jason Ekstrand
2018-12-05
1
-3
/
+44
*
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/algebraic: Rewrite bit-size inference
Connor Abbott
2018-12-05
1
-236
/
+284
*
nir/search: Use the nir_imm_* helpers from nir_builder
Jason Ekstrand
2018-10-26
1
-6
/
+8
*
nir/algebraic: Fix a typo in the bit size validation code
Jason Ekstrand
2018-10-23
1
-2
/
+2
*
nir/algebraic: Provide descriptive asserts for bit size checks
Jason Ekstrand
2018-10-22
1
-9
/
+42
*
nir/algebraic: Loosen a restriction on variables
Jason Ekstrand
2018-10-22
1
-2
/
+6
*
nir/algebraic: A bit of validation refactoring'
Jason Ekstrand
2018-10-22
1
-15
/
+15
*
nir/algebraic: Make internal classes str-able
Jason Ekstrand
2018-10-22
1
-4
/
+12
*
nir/algebraic: Use bool internally instead of bool32
Jason Ekstrand
2018-10-22
1
-2
/
+2
*
python: Better check for integer types
Mathieu Bridon
2018-08-09
1
-3
/
+5
*
python: Do not mix bytes and unicode strings
Mathieu Bridon
2018-08-09
1
-1
/
+10
*
python: Explicitly add the 'L' suffix on Python 3
Mathieu Bridon
2018-08-01
1
-1
/
+10
*
python: Don't abuse hex()
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
python: Better use iterators
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
python: Stabilize some script outputs
Mathieu Bridon
2018-07-05
1
-1
/
+2
*
nir: remove shebang from python scripts
Emil Velikov
2017-03-10
1
-1
/
+0
*
nir/algebraic: Only include nir_search_helpers once
Jason Ekstrand
2017-01-19
1
-1
/
+1
*
nir/algebraic: add support for conditional helper functions to expressions
Timothy Arceri
2017-01-12
1
-1
/
+4
*
nir/algebraic: support for power-of-two optimizations
Rob Clark
2016-06-03
1
-2
/
+6
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir/algebraic: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-20
/
+14
*
nir/algebraic: Add a bit-size validator
Jason Ekstrand
2016-04-27
1
-0
/
+270
*
nir/algebraic: Add a mechanism for specifying the bit size of a value
Jason Ekstrand
2016-04-27
1
-4
/
+25
*
nir/algebraic: Use "uint" instead of "unsigned" for uint types
Jason Ekstrand
2016-04-27
1
-2
/
+2
*
nir/algebraic: Do better error reporting of bad expressions
Jason Ekstrand
2016-04-27
1
-1
/
+16
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
[next]