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: add i2imp and u2ump opcodes for conversions to mediump
Marek Olšák
2020-06-02
1
-3
/
+6
*
nir: Add un/pack_32_4x8 opcodes
Alyssa Rosenzweig
2020-05-25
1
-0
/
+7
*
nir: Add fclamp_pos opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add fsat_signed opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: make fsat return 0.0 with NaN instead of passing it through
Rhys Perry
2020-05-07
1
-3
/
+1
*
nir: Add umad24 and umul24 opcodes
Gert Wollny
2020-04-23
1
-0
/
+8
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
1
-6
/
+0
*
nir: fix definition of imadsh_mix16 for vectors
Rob Clark
2020-04-04
1
-3
/
+3
*
nir: Add b2b opcodes
Jason Ekstrand
2020-03-30
1
-1
/
+1
*
cube_face_index: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
cube_face_coord: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
nir/opcodes: Add nir_op_f2fmp
Neil Roberts
2020-02-24
1
-0
/
+6
*
nir: Mark fmin and fmax as commutative and associative
Ian Romanick
2020-02-10
1
-2
/
+2
*
nir: Add new instructions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+17
*
nir+vtn: vec8+vec16 support
Rob Clark
2019-12-21
1
-1
/
+35
*
nir: Add a 8-bit bool type
Neil Roberts
2019-11-20
1
-2
/
+11
*
nir: Add a 16-bit bool type
Neil Roberts
2019-11-20
1
-1
/
+10
*
nir/opcodes: Add a helper function to generate reduce opcodes
Neil Roberts
2019-11-20
1
-17
/
+15
*
nir/opcodes: Add a helper function to generate the comparison binops
Neil Roberts
2019-11-20
1
-20
/
+14
*
nir: add amul instruction
Rob Clark
2019-10-18
1
-0
/
+12
*
nir: Add a new ALU nir_op_imul24
Rob Clark
2019-10-18
1
-0
/
+3
*
nir: Add a new ALU nir_op_imad24_ir3
Eduardo Lima Mitev
2019-10-18
1
-0
/
+7
*
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
[next]