radeonsi: assume that selector != NULL for compute shaders
[mesa.git] / src / gallium / drivers / nouveau / codegen /
2018-05-04 Rhys Perrynv50/ir: fix printing of pixld
2018-04-25 Ilia Mirkinnvc0/ir: all short immediates are sign-extended, adjust...
2018-04-24 Karol Herbstgm107/ir/lib: fix sched in div u32 builtin
2018-04-23 Ilia Mirkinnv50/ir: make a copy of tex src if it's referenced...
2018-04-21 Karol Herbstnv50/ir/ra: prefer def == src2 for fma with immediates...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Karol Herbstnvc0/ir: fix emiting NOTs with predicates
2018-03-28 Ilia Mirkinnvc0/ir: fix INTERP_* with indirect inputs
2018-02-26 Karol Herbstnvir/gm107: consider FILE_FLAGS dependencies in SchedDa...
2018-02-26 Karol Herbstnvir/gm107: iterate over all defs in SchedDataCalculato...
2018-02-24 Karol Herbstnvir: dont optimize mad with subops to shladd
2018-02-21 Karol Herbstnvir/nvc0: fix legalizing of ld unlock c0[0x10000]
2018-02-18 Ilia Mirkingm107/ir: avoid using kepler instruction capabilities
2018-02-18 Ilia Mirkinnvc0: add support for bindless on maxwell+
2018-02-18 Ilia Mirkingm107/ir: change how SUQ works in preparation for bindless
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2018-01-07 Ilia Mirkinnvc0: add support for bindless textures on kepler+
2018-01-07 Ilia Mirkinnv50/ir: use the image info in the instruction rather...
2018-01-07 Ilia Mirkinnvc0/ir: safen up lowering logic against overwriting...
2017-12-30 Rhys Kiddnv50/ir: Fix unused var warnings in release build
2017-12-22 Ilia Mirkingm107/ir: use lane 0 for manual textureGrad handling
2017-12-20 Ilia Mirkinnvc0/ir: change textureGrad to always use lane 0 as...
2017-12-04 Pierre Moreaunvc0/ir: Properly lower 64-bit shifts when the shift...
2017-11-26 Tobias Klausmannnouveau/compiler: Allow to omit line numbers when print...
2017-11-26 Ilia Mirkinnv50/ir: move LateAlgebraicOpt to the very end
2017-11-26 Ilia Mirkinnv50/ir: when merging immediates/consts, load directly
2017-11-26 Ilia Mirkinnv50/ir: add optimization for modulo by a non-power...
2017-11-26 Ilia Mirkinnv50/ir: optimize signed integer modulo by pow-of-2
2017-11-04 Pierre Moreaunv50/ir: Store shared memory per block in nv50_ir_prog_info
2017-10-10 Ilia Mirkinnv50/ir: fix 64-bit integer shifts
2017-09-01 Tobias Klausmannnvc0/ir: propagate immediates to CALL input MOVs
2017-08-24 Ilia Mirkinnv50/ir: properly set sType for TXF ops to U32
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI FENCE opcodes
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-08-17 Ilia Mirkinnv50/ir: fix TXQ srcMask
2017-08-17 Ilia Mirkinnv50/ir: fix srcMask computation for TG4 and TXF
2017-08-12 Ilia Mirkinnv50/ir: clean up saturated values immediately
2017-08-12 Ilia Mirkinnvc0/ir: unlink values pre- and post-call to division...
2017-08-09 Karol Herbstnv50/ir: fix ConstantFolding with saturation
2017-07-22 Karol Herbstnv50/ir: disable mul+add to mad for precise instructions
2017-07-22 Karol Herbstnv50/ir/tgsi: handle precise for most ALU instructions
2017-07-22 Karol Herbstnv50/ir: add precise field to Instruction
2017-07-13 Ilia Mirkinnv50/ir: fix threads calculation for non-compute shaders
2017-06-27 Ilia Mirkinnv50/ir: fix combineLd/St to update existing records...
2017-06-27 Ilia Mirkinnv50/ir: adjust overlapping logic to take fileIndex...
2017-06-27 Ilia Mirkinnv50/ir: VFETCH is also considered a load for MemoryOpt
2017-06-27 Ilia Mirkinnv50/ir: fetch indirect sources BEFORE the op that...
2017-06-25 Pierre Moreaunv50/ir: Properly fold constants in SPLIT operation
2017-06-03 Lyudenvc0: Add support for ARB_post_depth_coverage
2017-05-25 Rob Herringnouveau: drop Android 4.4 and earlier support
2017-05-20 Ilia Mirkinnvc0/ir: SHLADD's middle source must be an immediate
2017-05-13 Pierre Moreaunv50/ir: Report wrong prog types using proper var
2017-05-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-05-07 Pierre Moreaunv50/ir: Remove unused translation methods
2017-05-07 Pierre Moreaunv50/ir: Free target if we failed to create a program
2017-05-07 Pierre Moreaunv50/ir: Fail if encountering unknown shader type
2017-05-01 Samuel Pitoisetgm107/ir: add a missing assertion in emitISCADD()
2017-04-21 Lyudenvc0/ir: Only store viewport in scratch register for GP
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_R...
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
2017-04-13 Boyan Dingnvc0/ir: Add SV_LANEMASK_* system values.
2017-04-13 Boyan Dingnvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
2017-04-13 Boyan Dinggk110/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Properly handle a "split form" of predicate...
2017-04-13 Boyan Dinggm107/ir: Emit third src 'bound' and optional predicate...
2017-04-09 Ilia Mirkinnv50/ir: remove unused swizzle field in ValueRef
2017-04-09 Boyan Dingnv50/ir: Handle TGSI_OPCODE_CLOCK
2017-04-09 Boyan Dinggm107/ir: Emit SV_CLOCK system value
2017-04-08 Ilia Mirkinnvc0/ir: fix overwriting of offset register with interp...
2017-04-08 Ilia Mirkinnvc0/ir: fix LSB/BFE/BFI implementations
2017-04-01 Karol Herbstnv50/ir: also do PostRaLoadPropagation for FMA
2017-04-01 Karol Herbstgm107/ir: add LIMM form of mad
2017-04-01 Karol Herbstgk110/ir: add LIMM form of mad
2017-04-01 Karol Herbstnv50/ir: implement mad post ra folding for nvc0+
2017-04-01 Karol Herbstnv50/ir: restructure and rename postraconstantfolding...
2017-04-01 Karol Herbstnvc0/ir: also do ConstantFolding for FMA
2017-04-01 Karol Herbstnvc0/ir: disable support for LIMMs on MAD/FMA
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-19 Ilia Mirkinnv50,nvc0: enable TEX_LZ and TXF_LZ
2017-03-19 Karol Herbstnvc0/ir: treat FMA like MAD for operand propagation
2017-03-09 Pierre Moreaunv50/ir: check for origin insn in findOriginForTestWithZero
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-12 Ilia Mirkingm107/ir: fix address offset bitfield for ATOMS
2017-02-12 Ilia Mirkinnv50/ir: convert an ATOM.EXCH without a destination...
2017-02-12 Ilia Mirkinnv50/ir: return a register when retrieving thread id...
2017-02-11 Ilia Mirkinnv50/ir: add missing break after DSSG
2017-02-09 Ilia Mirkinnvc0/ir: fix ubo max clamp, reset file index
2017-02-09 Ilia Mirkinnv50/ir: always return 0 when trying to read thread...
2017-02-09 Ilia Mirkinnvc0/ir: fix robustness guarantees for constbuf loads...
2017-02-09 Ilia Mirkinnvc0/ir: make it possible to have the flags def in...
2017-02-09 Ilia Mirkinnvc0/ir: add support for 64-bit shift lowering on SM20...
2017-02-09 Ilia Mirkinnvc0/ir: add support for all the new int64 tgsi opcodes
2017-02-09 Pierre Moreaunv50/ir: Split 64-bit integer MAD/MUL operations
2017-02-09 Ilia Mirkinnvc0/ir: add a "high" subop for shifts, emit shf.l...
2017-02-09 Ilia Mirkinnvc0/ir: fix SET and SLCT emission
2017-02-09 Ilia Mirkinnvc0/ir: add support for emitting partial min/max ops...
next