nvc0: add compute invocation counter
[mesa.git] / src / gallium / drivers / nouveau / codegen /
2019-02-07 Karol Herbstgm107/ir: add fp64 rsq
2019-02-07 Karol Herbstgm107/ir: add fp64 rcp
2019-02-07 Karol Herbstgk104/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Add rsq f64 implementation
2019-02-07 Boyan Dinggk110/ir: Add rcp f64 implementation
2019-02-07 Ilia Mirkinnvc0: fix 3d images on kepler
2019-02-07 Ilia Mirkinnvc0/ir: fix second tex argument after levelZero optimi...
2019-02-07 Ilia Mirkinnvc0/ir: always use CG mode for loads from atomic-only...
2019-02-05 Karol Herbstnvc0/ir: replace cvt instructions with add to improve...
2019-01-18 Karol Herbstgm107/ir: disable TEXS for tex with derivAll set
2019-01-18 Karol Herbstnv50/ir: disable tryCollapseChainedMULs in ConstantFold...
2018-12-27 Ilia Mirkinnv50/ir: add support for converting ATOMFADD to proper ir
2018-12-09 Karol Herbstnv50/ir: fix use-after-free in ConstantFolding::visit
2018-12-09 Karol Herbstnv50/ir: initialize relDegree staticly
2018-11-25 Ilia Mirkinnv50/ir: remove dnz flag when converting MAD to ADD...
2018-11-17 Ilia Mirkinnv50/ir/ra: enforce max register requirement, and chang...
2018-11-17 Ilia Mirkinnv50/ir/ra: improve condition for short regs, unify...
2018-11-17 Ilia Mirkinnv50/ir: delete MINMAX instruction that is no longer...
2018-11-07 Karol Herbstgm107/ir: fix compile time warning in getTEXSMask
2018-11-06 Karol Herbstgm107/ir: use scalar tex instructions where possible
2018-11-06 Karol Herbstnv50/ir: add scalar field to TexInstructions
2018-11-06 Karol Herbstnv50/ra: add condenseDef overloads for partial condenses
2018-11-06 Karol Herbstnv50/ir: print color masks of tex instructions
2018-10-30 Eric Engestromnouveau: remove unused class member
2018-10-20 Karol Herbstnv50/ir: fix ConstantFolding::createMul for 64 bit...
2018-09-23 Rhys Perrynv50/ir: fix link-time build failure
2018-09-22 Rhys Perrynvc0: fix bindless multisampled images on Maxwell+
2018-09-13 Pierre Moreaunvir: Always split 64-bit IMAD/IMUL operations
2018-08-29 Rhys Kiddnv50/ir: silence partitionLoadStore() unused function...
2018-08-27 Rhys Perrynv50/ir,nvc0: use constant buffers for compute when...
2018-08-27 Rhys Perrynv50/ir: optimize multiplication by 16-bit immediates...
2018-08-27 Rhys Perrynv50/ir: optimize near power-of-twos into shladd
2018-08-27 Rhys Perrynv50/ir: move a * b -> a << log2(b) code into createMul()
2018-08-27 Rhys Perrynv50/ir: optimize imul/imad to xmads
2018-08-27 Rhys Perrygm107/ir: add support for OP_XMAD on GM107+
2018-08-27 Rhys Perrynv50/ir: add preliminary support for OP_XMAD
2018-08-04 Karol Herbstnvc0/ir: return 0 in imageLoad on incomplete textures
2018-08-04 Karol Herbstgm200/ir: optimize rcp(sqrt) to rsq
2018-08-04 Karol Herbstgm200/ir: add native OP_SQRT support
2018-07-19 Rhys Perrynv50/ir: move LateAlgebraicOpt back to right after...
2018-07-19 Rhys Perrynv50/ir: handle SHLADD in IndirectPropagation
2018-07-19 Rhys Perrygm107/ir: use CS2R for SV_CLOCK
2018-07-07 Karol Herbstnv50/ir: fix Instruction::isActionEqual for PHI instruc...
2018-07-07 Rhys Perrynvc0/ir: use the combined tid special register
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-07-02 Karol Herbstnv50/ir: handle clipvertex for geom and tess shaders...
2018-06-29 Rhys Perrynv50/ir: improve maintainability of Target*::initOpInfo()
2018-06-29 Rhys Perrynv50/ir: fix image stores with indirect handles
2018-06-28 Rhys Perrynvc0/ir: fix TargetNVC0::insnCanLoadOffset()
2018-06-23 Karol Herbstnv50/ir: only avoid spilling constrained def if a mov...
2018-06-15 Rhys Perrynvc0: add support for programmable sample locations
2018-05-29 Pierre Moreaunv50/ir: Extend ImmediateValue::applyLog2 to 64-bit...
2018-05-28 Rhys Perrygm107/ir: prevent WaW hazards in instruction scheduling
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
next