aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: add preliminary support for SHLADDSamuel Pitoiset2016-09-291-2/+3
* nv50/ir: fix comments about instructions infoSamuel Pitoiset2016-09-261-2/+3
* nv50/ir: record number of threads in a compute shaderIlia Mirkin2016-05-301-0/+2
* nouveau: codegen: Use FILE_MEMORY_BUFFER for buffersHans de Goede2016-04-201-1/+4
* nv50/ir: add saturate support on ex2Ilia Mirkin2016-01-161-0/+1
* nv50/ir: check if the target supports the new offset before inliningIlia Mirkin2015-12-081-0/+15
* nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2015-12-031-1/+1
* nv50/ir: allow immediate 0 to be loaded anywhereIlia Mirkin2015-12-021-0/+6
* nv50/ir: disallow 64-bit immediates on nv50 targetsIlia Mirkin2015-11-061-1/+1
* nvc0/ir: kepler can't do indirect shader input/output loads directlyIlia Mirkin2015-07-231-1/+1
* nvc0/ir: optimize set & 1.0 to produce boolean-float setsIlia Mirkin2015-05-221-0/+2
* nv50/ir: only enable mul saturate on G200+Ilia Mirkin2015-05-091-1/+4
* nv50/ir: Add support for MAD 4-byte opcodeRoy Spliet2015-02-101-2/+2
* nv50/ir: enable sat modifier for OP_SUBIlia Mirkin2015-01-051-1/+1
* nv50/ir: Add sat modifier for mulRoy Spliet2015-01-051-1/+1
* nv50/ir: Fold sat into madRoy Spliet2015-01-011-1/+1
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-081-1/+1
* nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEXTobias Klausmann2014-06-161-1/+1
* nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2014-05-211-0/+2
* nvc0: maxwell isa has no per-instruction join modifierBen Skeggs2014-05-151-1/+1
* nv50/ir: allow load propagation when flags are definedIlia Mirkin2014-05-071-3/+4
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+2
* nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2014-02-071-1/+1
* nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin2014-01-271-0/+3
* nv50/ir: fix support for shader input + immediate in gpIlia Mirkin2014-01-271-0/+1
* nv50/ir: disallow shader input + cbuf in same instruction in gpIlia Mirkin2014-01-271-1/+6
* nv50/ir: disallow predicates on emit/restart opsIlia Mirkin2014-01-271-1/+2
* nv50/ir: txg not available on nvaa/nvacIlia Mirkin2014-01-271-1/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+552