aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann2014-08-181-1/+1
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-141-0/+4
* nvc0/ir: add support for interpolating with non-default settingsIlia Mirkin2014-07-091-0/+85
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* nv50/ir: retrieve shadow compare from first argIlia Mirkin2014-07-081-1/+1
* nvc0/ir: avoid creating restarts with non-0 streamIlia Mirkin2014-07-011-3/+7
* nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2014-06-231-2/+29
* nv50/ir/tgsi: optimize KILChristoph Bumiller2014-05-231-0/+5
* nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller2014-05-231-1/+5
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-281-6/+6
* nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin2014-04-281-1/+12
* nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin2014-04-281-1/+63
* nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin2014-04-261-1/+4
* nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin2014-04-261-0/+2
* nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin2014-04-261-3/+1
* nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin2014-04-261-0/+1
* nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin2014-04-261-0/+1
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-1/+6
* nv50: enable texture query lodIlia Mirkin2014-04-071-0/+3
* nv50: enable txg where supportedIlia Mirkin2014-02-251-0/+4
* nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin2014-02-121-0/+1
* nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2014-02-071-1/+1
* nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)Ilia Mirkin2014-02-061-0/+8
* nv50: handle gl_Layer writes in GPIlia Mirkin2014-01-271-0/+1
* nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin2014-01-271-2/+5
* nv50/ir: delay calculation of indirect addressesBryan Cain2014-01-271-10/+28
* nouveau: fix regression since float comparison instructions (v2)Dave Airlie2013-09-161-6/+6
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+2852