vbo: remove bogus assert
[platform/upstream/mesa.git] / src / nouveau /
2022-12-14 Ian Romanicknir: Eliminate nir_op_i2b
2022-11-09 Dave Airliedrm-shim/nouveau: fix the shim to work with nvif ioctl.
2022-11-09 Ben Skeggsgv100/ir: noop OP_BAR for now
2022-11-08 Yusuf Khannv50/ir: Support fmulz and ffmaz
2022-11-08 Yusuf Khannv50/ir: add prefer_nir flag for getting compiler options
2022-11-02 Joan Brugueranv50/ir/nir: ignore sampler for TXF/TXQ ops.
2022-11-01 Jason Ekstrandnouveau/codegen: Support bindless texture queries
2022-10-27 Alyssa Rosenzweignir/lower_idiv: Remove imprecise_32bit_lowering
2022-10-27 Yusuf Khannv50/ir: nir_op_b2i8 and nir_op_b2i16
2022-10-10 Thomas Debessenv50: call nir_lower_flrp
2022-09-16 Adam Jacksonnouveau: const cleanup
2022-09-13 Emma Anholtnouveau: Fix compiler warnings about silly address...
2022-09-09 Danilo Krummrichnv50/ir: handle U8/U16 integers converting to U64
2022-09-09 Danilo Krummrichnv50/ir: handle S8/S16 integers converting to S64
2022-09-09 Danilo Krummrichnv50/ir: split and cvt 64bit integers for {i,u}2{i...
2022-09-09 Danilo Krummrichnv50/ir: add intermediate conversion for f2{i,u}{8,16}
2022-09-09 Danilo Krummrichnv50/ir/nir: always round towards zero for f2i/f2u
2022-09-09 Danilo Krummrichnv50/ir/nir: convert 8/16 bit src to 32 bit for {i...
2022-09-09 Danilo Krummrichnv50/ir: add isUnsignedIntType() and isIntType() helpers
2022-09-09 Danilo Krummrichnv50/ir/nir: avoid 8/16 bit dest regs for OP_MOV
2022-09-09 Danilo Krummrichnv50/ir/nir: convert to 32 bit for all OP_SET opcodes
2022-09-09 Danilo Krummrichnv50/ir/nir: add conversion ops for bit width < 32
2022-09-08 Karol Herbstnv50/ir: fix OP_UNION resolving when used for vector...
2022-09-04 M Henningnv/nir: Set ssbo CacheMode from intrinsic access
2022-08-23 Pierre Moreaunv50/nir: A group barrier is CTA-level not global-level
2022-08-23 Pierre Moreaunv50/ir: Avoid generating splits of splits
2022-08-23 Pierre Moreaunv50/ra: Fix the offset computation for compounds
2022-08-23 Pierre Moreaunv50/peephole: Disallow combining sub 4-byte ld/st...
2022-08-23 Pierre Moreaunv50/ir: Handle non-32-bit values when cst folding...
2022-07-22 Emma Anholtnir: Split usub_sat lowering flag from uadd_sat.
2022-07-05 M Henningnouveau: Drop C++03 compat code
2022-06-30 Connor Abbottnv50/ir/ra: Fix copying compound for moves
2022-06-10 Emma Anholtnouveau/nir: Implement mul_zero_wins behavior for use_l...
2022-06-10 Emma Anholtgallium: Rename MUL_ZERO_WINS to LEGACY_MATH_RULES.
2022-06-04 Timothy Arcerinouveau/nvc0: disable GLSL IR loop unrolling
2022-06-04 Timothy Arcerinouveau/nv50: disable GLSL IR loop unrolling
2022-06-03 Dave Airlienouveau/codegen: drop gallium headers from the interface.
2022-06-03 Dave Airlienouveau/codegen: drop all ubytes from codegen.
2022-06-03 Dave Airlienouveau: move codegen to a common higher level directory.
2022-05-09 Emma Anholtnouveau: disable fences when running under drm-shim.
2022-04-18 illilitiUse proper types for meson objects
2021-01-11 Ilia Mirkinnouveau: add drm-shim support