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
/
nir
/
nir_opcodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/opcodes: Clear variable names confusion
Andres Gomez
2019-09-18
1
-10
/
+15
*
nir: fix fmin/fmax support for doubles
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+2
*
nir: fix denorms in unpack_half_1x16()
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+10
*
nir/opcodes: make sure f2f16_rtz and f2f16_rtne behavior is not overriden by ...
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+20
*
nir: mind rounding mode on fadd, fsub, fmul and fma opcodes
Samuel Iglesias Gonsálvez
2019-09-17
1
-4
/
+45
*
nir: add support for round to zero rounding mode to nir_op_f2f32
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+10
*
nir/algebraic: add new fsum ops and fdot lowering
Erico Nunes
2019-07-31
1
-0
/
+2
*
nir: Add urol and uror opcodes
Sagar Ghuge
2019-07-01
1
-0
/
+11
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
1
-14
/
+0
*
nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s...
Daniel Schürmann
2019-06-24
1
-0
/
+3
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-16
/
+12
*
nir/opcodes: Add new 'umul_low' and 'imadsh_mix16' opcodes
Eduardo Lima Mitev
2019-06-07
1
-1
/
+14
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-4
/
+1
*
nir: Mark ffma as 2src_commutative
Ian Romanick
2019-05-14
1
-15
/
+15
*
nir: Rename commutative to 2src_commutative
Ian Romanick
2019-05-14
1
-43
/
+48
*
nir: Saturating integer arithmetic is not associative
Ian Romanick
2019-05-01
1
-1
/
+1
*
nir_opcodes.py: Saturate to expression that doesn't overflow
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
nir,ac/nir: fix cube_face_coord
Rhys Perry
2019-04-15
1
-6
/
+15
*
nir: use generic float types for frexp_exp and frexp_sig
Samuel Pitoiset
2019-03-22
1
-2
/
+2
*
compiler/nir: add an is_conversion field to nir_op_info
Iago Toral Quiroga
2019-03-06
1
-33
/
+43
*
nir/spirv: initial handling of OpenCL.std extension opcodes
Karol Herbst
2019-03-05
1
-0
/
+38
*
nir/glsl: Add another way of doing lower_imul64 for gen8+
Sagar Ghuge
2019-03-04
1
-0
/
+6
*
nir: Define shifts according to SM5 specification.
Daniel Schürmann
2019-02-25
1
-4
/
+6
*
nir: Add 1-bit Boolean opcodes
Jason Ekstrand
2018-12-16
1
-2
/
+27
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-17
/
+17
*
nir: Add a saturated unsigned integer add opcode
Ian Romanick
2018-12-13
1
-0
/
+2
*
nir: Allow [iu]mul_high on non-32-bit types
Jason Ekstrand
2018-12-13
1
-4
/
+39
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-12
/
+13
*
nir/opcodes: Rename tbool to tbool32
Jason Ekstrand
2018-12-05
1
-11
/
+11
*
nir/opcodes: Pull in the type helpers from constant_expressions
Jason Ekstrand
2018-12-05
1
-5
/
+29
*
nir/opcodes: Make unpack_half_2x16_split_* variable-width
Jason Ekstrand
2018-08-29
1
-4
/
+4
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
1
-2
/
+2
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
nir: add opcodes for 16-bit packing and unpacking
Iago Toral Quiroga
2018-05-03
1
-0
/
+19
*
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
2018-04-14
1
-6
/
+6
*
nir: add support for min/max/median of 3 srcs
Dave Airlie
2018-03-29
1
-0
/
+14
*
nir: add frexp_exp and frexp_sig opcodes
Timothy Arceri
2018-03-22
1
-0
/
+3
*
nir: add AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+28
*
nir: fix interger divide by zero crash during constant folding
Timothy Arceri
2018-02-28
1
-2
/
+2
*
nir/opcodes: Fix constant-folding of bitfield_insert
James Legg
2017-12-07
1
-2
/
+2
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
1
-2
/
+9
*
nir/opcodes: Fix constant-folding of ufind_msb
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
nir: Remove series of unnecessary conversions
Matt Turner
2017-08-29
1
-1
/
+1
*
nir: sge operation is defined for floating-point types
Juan A. Suarez Romero
2017-06-27
1
-1
/
+1
*
nir: Add support for 8 and 16-bit types
Jason Ekstrand
2017-03-30
1
-1
/
+5
*
nir: Add positional argument specifiers.
Vinson Lee
2017-03-21
1
-1
/
+1
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-35
/
+19
*
nir: remove shebang from python scripts
Emil Velikov
2017-03-10
1
-1
/
+0
*
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
2017-02-16
1
-16
/
+5
*
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+1
[next]