nvc0: do upload-time fixups for interpolation parameters
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_from_tgsi.cpp
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-08-21 Ilia Mirkinnv50/ir: pre-compute BFE arg when both bits and offset...
2015-07-29 Ilia Mirkinnvc0/ir: cache vertex out base so that we don't recompu...
2015-07-29 Ilia Mirkinnvc0/ir: output base for reading is based on laneid
2015-07-24 Ilia Mirkinnvc0/ir: tess factors are now sysvals, adapt codegen...
2015-07-23 Ilia Mirkinnvc0/ir: add support for reading outputs in tess contro...
2015-07-23 Ilia Mirkinnvc0/ir: set perPatch flag on load/stores to per-patch...
2015-07-23 Ilia Mirkinnvc0/ir: populate info structure based on new tess...
2015-07-23 Ilia Mirkinnvc0/ir: mark varyings as per-patch based on semantic...
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-18 Ilia Mirkinnvc0/ir: fix txq on indirect samplers
2015-07-04 Ilia Mirkinnv50/ir: UCMP arguments are float, so make sure modifie...
2015-07-01 Ilia Mirkinnv50/ir: copy joinAt when splitting both before and...
2015-05-22 Ilia Mirkinnv50/ir: guess that the constant offset is the starting...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-14 Samuel Pitoisetnv50/ir: silence compiler warnings about mismatched...
2015-05-07 Ilia Mirkinnv50/ir: add SHL to the list of U32 opcodes
2015-03-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-02-21 Ilia Mirkinnvc0/ir: add support for new TGSI double opcodes
2014-11-29 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_ARR
2014-11-24 Eric Anholtnouveau: Fix build after STR/BRA opcode dropping.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-08-18 Tobias Klausmannnv50/ir: (trivial) initialize pointer to silence warning
2014-08-15 Ilia Mirkinnv50,nvc0: add support for fine derivatives
2014-07-10 Ilia Mirkinnvc0/ir: add support for interpolating with non-default...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-08 Ilia Mirkinnv50/ir: retrieve shadow compare from first arg
2014-07-01 Ilia Mirkinnvc0/ir: avoid creating restarts with non-0 stream
2014-06-23 Tobias Klausmannnv50/ir: allow gl_ViewportIndex to work on non-provokin...
2014-05-23 Christoph Bumillernv50/ir/tgsi: optimize KIL
2014-05-23 Christoph Bumillernv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
2014-04-28 Ilia Mirkinnv50/ir: change texture offsets to ValueRefs, allow...
2014-04-28 Ilia Mirkinnvc0/ir: add support for MUL_HI tgsi opcodes
2014-04-28 Ilia Mirkinnvc0/ir: add support for new bitfield manipulation...
2014-04-26 Ilia Mirkinnvc0/ir: fetch shadow value from proper place for TG4...
2014-04-26 Ilia Mirkinnvc0/ir: set gatherComp for non-shadow targets
2014-04-26 Ilia Mirkinnvc0/ir: set instance count based on the GS_INVOCATIONS...
2014-04-26 Ilia Mirkinnvc0/ir: add support for INVOCATIONID system value
2014-04-26 Ilia Mirkinnvc0/ir: add support for SAMPLEMASK sysval
2014-04-26 Ilia Mirkinnv50: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-07 Ilia Mirkinnv50: enable texture query lod
2014-02-25 Ilia Mirkinnv50: enable txg where supported
2014-02-13 Ilia Mirkinnv50: implement multiple viewports/scissors, enable...
2014-02-07 Christoph Bumillernvc0: handle TGSI_SEMANTIC_LAYER
2014-02-06 Ilia Mirkinnouveau/codegen: allow tex offsets on non-TXF instructi...
2014-01-27 Ilia Mirkinnv50: handle gl_Layer writes in GP
2014-01-27 Ilia Mirkinnv50/ir: add support for gl_PrimitiveIDIn
2014-01-27 Bryan Cainnv50/ir: delay calculation of indirect addresses
2013-09-15 Dave Airlienouveau: fix regression since float comparison instruct...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.