swr: calculate viewport width/height based on the scale
[mesa.git] / src / gallium / drivers / nouveau / codegen /
2016-11-20 Ilia Mirkinnvc0/ir: use levelZero flag when the lod is set to 0
2016-11-05 Samuel Pitoisetgm107/ir: emit RED instead of ATOM when no dst
2016-10-27 Samuel Pitoisetnvc0/ir: fix emission of IMAD with NEG modifiers
2016-10-26 Samuel Pitoisetnvc0/ir: fix emission of SHLADD with NEG modifiers
2016-10-25 Karol Herbstnv50/ir: start LocalCSE with getFirst to merge PHI...
2016-10-24 Samuel Pitoisetnv50/ir: do not perform global membar for shared memory
2016-10-24 Samuel Pitoisetnv50/ir: display OP_BAR subops in debug mode
2016-10-22 Ilia Mirkinnv50/ir: it appears that OP_DISCARD can't take a join...
2016-10-22 Ilia Mirkinnv50/ir: use levelZero for non-frag tex/txp ops
2016-10-22 Samuel Pitoisetnvc0/ir: remove outdated comment about SHLADD
2016-10-20 Ilia Mirkinnv50/ir: process texture offset sources as regular...
2016-10-19 Samuel Pitoisetnvc0/ir: simplify predicate logic for GK104 atomic...
2016-10-19 Samuel Pitoisetnvc0/ir: remove useless NVC0LoweringPass::gMemBase
2016-10-19 Samuel Pitoisetnv50/ir: print CCTL subops in debug mode
2016-10-19 Samuel Pitoisetnv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
2016-10-18 Ilia Mirkingm107/ir: fix bit offset of tex lod setting for indirec...
2016-10-18 Ilia Mirkingm107/ir: fix texturing with indirect samplers
2016-10-15 Tobias Klausmannnv50/ir: constant fold OP_SPLIT
2016-10-14 Ilia Mirkinnvc0/ir: be more careful about preserving modifiers...
2016-10-12 Ilia Mirkinnvc0/ir: fix textureGather with a single offset
2016-10-12 Ilia Mirkinnv50/ir: copy over value's register id when resolving...
2016-10-12 Samuel Pitoisetnv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
2016-10-10 Ilia Mirkinnvc0/ir: fix overwriting of value backing non-constant...
2016-10-10 Ilia Mirkinnv50/ir: only stick one preret per function
2016-10-06 Samuel Pitoisetnv50/ir: fix wrong check when optimizing MAD to SHLADD
2016-10-06 Samuel Pitoisetnv50/ir: set number of threads/block for variable local...
2016-10-06 Karol Herbstnv50/ir: optimize sub(a, 0) to a
2016-10-05 Karol Herbstnv50/ra: let simplify return an error and handle that
2016-09-29 Samuel Pitoisetnv50/ir: teach insnCanLoad() about SHLADD
2016-09-29 Samuel Pitoisetnv50/ir: optimize SHLADD(a, b, c) to MOV((a << b) + c)
2016-09-29 Samuel Pitoisetnv50/ir: optimize SHLADD(a, b, 0x0) to SHL(a, b)
2016-09-29 Samuel Pitoisetnv50/ir: optimize IMAD to SHLADD in presence of power...
2016-09-29 Samuel Pitoisetnvc0/ir: add emission for SHLADD
2016-09-29 Samuel Pitoisetnv50/ir: add preliminary support for SHLADD
2016-09-29 Samuel Pitoisetnvc0: update GM107 sched control codes format
2016-09-26 Samuel Pitoisetnv50/ir: fix comments about instructions info
2016-09-26 Samuel Pitoisetnv50/ir: drop unused NVISA_XXX_CHIPSET constants
2016-09-18 Samuel Pitoisetnv50/ir: optimize SUB(a, b) to MOV(a - b)
2016-09-18 Samuel Pitoisetgk110/ir: fix wrong emission of OP_NOT
2016-09-17 Samuel Pitoisetnvc0/ir: fix subops for IMAD
2016-09-17 Samuel Pitoisetnvc0/ir: fix comments about instructions info
2016-09-10 Ilia Mirkingm107/ir: allow indirect inputs to be loaded by frag...
2016-09-10 Ilia Mirkingm107/ir: AL2P writes to a predicate register
2016-09-04 Ilia Mirkingk110/ir: fix quadop dall emission
2016-09-03 Karol Herbstnvc0/ir: allow min/max instructions to be dual-issued...
2016-09-03 Karol Herbstnvc0/ir: don't dual-issue ops that depend or interfere...
2016-08-30 Samuel Pitoisetnv50/ir: always emit the NDV bit for OP_QUADOP
2016-08-23 Ilia Mirkinnv50/ir: make sure cfg iterator always hits all blocks
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
2016-08-17 Ilia Mirkinnv50/ir: properly clear upper bits of a bitset fill
2016-07-27 Samuel Pitoisetgm107/ir: add a legalize SSA pass for PFETCH
2016-07-23 Samuel Pitoisetnvc0/ir: fix up an assertion in emitUADD()
2016-07-22 Samuel Pitoisetnv50/ir: allow to swap sources for OP_SUB
2016-07-20 Samuel Pitoisetnv50/ir: print OP_SUREDB subops in debug mode
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUREDx
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUSTx and SULDx
2016-07-20 Samuel Pitoisetgm107/ra: fix constraints for surface operations
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-19 Samuel Pitoisetgm107/ir: make use of ADD32I for all immediates
2016-07-19 Samuel Pitoisetgm107/ir: add missing NEG modifier for IADD32I
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-14 Samuel Pitoisetnv50/ir: add missing string for SV_WORK_DIM
2016-07-12 Ben Skeggsnvc0: initial support for GP100 GPUs
2016-07-11 Samuel Pitoisetnvc0/ir: fix images indirect access on Fermi
2016-07-08 Samuel Pitoisetnvc0/ir: remove unused resource info loading helpers
2016-07-08 Samuel Pitoisetnvc0/ir: refactor the surfaces info loading logic
2016-07-08 Samuel Pitoisetnvc0/ir: move the shift left op inside loadTexHandle()
2016-07-04 Samuel Pitoisetnvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
2016-07-04 Samuel Pitoisetnvc0/ir: reset the base offset for indirect images...
2016-07-04 Samuel Pitoisetgm107/ir: fix sign bit emission for FADD32I
2016-07-02 Hans de Goedenouveau: Fix a couple of "foo may be used uninitialized...
2016-07-02 Hans de Goedenouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler...
2016-07-02 Hans de Goedenouveau: Add support for SV_WORK_DIM
2016-07-02 Ilia Mirkinnvc0: fix up image support for allowing multiple samples
2016-06-29 Samuel Pitoisetnv50/ir: print EMIT subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print RSQ/RCP subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print PIXLD subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print SHFL subops in debug mode
2016-06-28 Samuel Pitoisetgm107/ir: make sure that flagsDef is set when emitting...
2016-06-27 Samuel Pitoisetgm107/ir: add missing setcond flags for LOP variants
2016-06-27 Samuel Pitoisetgm107/ir: make use of LOP32I for all immediates
2016-06-26 Samuel Pitoisetgm107/ir: make use of MOV32I for all immediates
2016-06-26 Samuel Pitoisetgm107/ir: make use of IMUL32I for all immediates
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Samuel Pitoisetnv50/ir: add missing strings for some recent sysvals
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-07 Ilia Mirkingk104/ir: fix conditions for adding a texbar
2016-06-07 Ilia Mirkinnvc0: add support for VOTE tgsi opcodes
2016-06-06 Samuel Pitoisetnv50/ir: use round toward 0 when converting doubles...
2016-06-01 Ilia Mirkinnv50/ir: fix error finding free element in bitset in...
2016-06-01 Ilia Mirkinnv50/ir: print relevant file's bitset when showing...
2016-05-30 Ilia Mirkinnvc0/ir: fix spilling predicates to registers
2016-05-30 Ilia Mirkinnvc0/ir: limit max number of regs based on availability...
2016-05-30 Ilia Mirkinnv50/ir: record number of threads in a compute shader
2016-05-30 Pierre Moreaunv50/ir: Add missing handling of U64/S64 in inlines
2016-05-30 Ilia Mirkinnvc0/ir: fix emission of predicate spill to register
next