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
/
glsl
/
nir
/
nir_opcodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mattst88/nir-lower-pack-unpack' into vulkan
Jason Ekstrand
2016-01-25
1
-10
/
+29
|
\
|
*
nir: Add lowering support for packing opcodes.
Matt Turner
2016-01-25
1
-0
/
+10
|
*
nir: Add opcodes to extract bytes or words.
Matt Turner
2016-01-25
1
-0
/
+9
|
*
nir: Make argument order of unop_convert match binop_convert.
Matt Turner
2016-01-25
1
-10
/
+10
*
|
nir/opcodes: Properly flush denormals in fquantize2f16
Jason Ekstrand
2016-01-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2016-01-14
1
-12
/
+47
|
\
|
|
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
1
-0
/
+31
|
*
nir: Handle <bits>=32 case in bitfield_insert lowering.
Matt Turner
2016-01-14
1
-0
/
+1
|
*
nir: Change bfm's semantics to match Intel/AMD/SM5.
Matt Turner
2016-01-13
1
-3
/
+6
|
*
glsl: Fix undefined shifts.
Matt Turner
2016-01-13
1
-3
/
+3
|
*
glsl, nir: Make ir_triop_bitfield_extract a vectorized operation.
Kenneth Graunke
2016-01-13
1
-4
/
+4
|
*
glsl, nir: Make ir_quadop_bitfield_insert a vectorized operation.
Kenneth Graunke
2016-01-13
1
-2
/
+2
|
*
nir: Fix constant evaluation of bfm.
Matt Turner
2016-01-13
1
-1
/
+1
*
|
nir: Add more modulus and remainder opcodes
Jason Ekstrand
2016-01-13
1
-1
/
+15
*
|
nir: Add a fquantize2f16 opcode
Jason Ekstrand
2016-01-12
1
-0
/
+1
|
/
*
nir/opcodes: Fix up uadd_carry and usub_borrow
Jason Ekstrand
2016-01-07
1
-2
/
+2
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
1
-7
/
+0
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
1
-39
/
+39
*
nir: fix constant folding of bfi
Connor Abbott
2015-11-19
1
-2
/
+2
*
nir: Add opcodes for saturated vector math.
Eric Anholt
2015-10-23
1
-0
/
+45
*
nir: Add fdph and fdph_replicated opcodes
Jason Ekstrand
2015-09-22
1
-0
/
+5
*
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
2015-09-15
1
-0
/
+3
*
nir: Avoid double promotion.
Matt Turner
2015-07-29
1
-2
/
+2
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
1
-1
/
+0
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+0
*
nir: Remove fsin_reduced/fcos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
nir: fix typo for f2b/i2b/b2i expressions (v2)
Rob Clark
2015-04-05
1
-3
/
+3
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
1
-1
/
+1
*
nir/opcodes: Use a return type of tfloat for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
nir/opcodes: Use fpclassify() instead of isnormal() for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
nir/opcodes: Don't go through doubles when constant-folding iabs
Jason Ekstrand
2015-01-26
1
-1
/
+1
*
nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressions
Jason Ekstrand
2015-01-26
1
-6
/
+4
*
nir: add new constant folding infrastructure
Jason Ekstrand
2015-01-24
1
-184
/
+396
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
1
-0
/
+381