summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-181-7/+0
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-231-39/+39
* nir: fix constant folding of bfiConnor Abbott2015-11-191-2/+2
* nir: Add opcodes for saturated vector math.Eric Anholt2015-10-231-0/+45
* nir: Add fdph and fdph_replicated opcodesJason Ekstrand2015-09-221-0/+5
* nir: Add a fdot instruction that replicates the result to a vec4Jason Ekstrand2015-09-151-0/+3
* nir: Avoid double promotion.Matt Turner2015-07-291-2/+2
* nir: Delete all traces of nir_op_flogIan Romanick2015-05-081-1/+0
* nir: Delete all traces of nir_op_fexpIan Romanick2015-05-081-1/+0
* nir: Remove fsin_reduced/fcos_reduced.Matt Turner2015-04-061-2/+0
* nir: fix typo for f2b/i2b/b2i expressions (v2)Rob Clark2015-04-051-3/+3
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-181-1/+1
* nir/opcodes: Use a return type of tfloat for ldexpJason Ekstrand2015-01-281-1/+1
* Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"Jason Ekstrand2015-01-281-1/+1
* nir/opcodes: Use fpclassify() instead of isnormal() for ldexpJason Ekstrand2015-01-281-1/+1
* nir/opcodes: Don't go through doubles when constant-folding iabsJason Ekstrand2015-01-261-1/+1
* nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressionsJason Ekstrand2015-01-261-6/+4
* nir: add new constant folding infrastructureJason Ekstrand2015-01-241-184/+396
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-241-0/+381