summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-13nv50/ir: Report wrong prog types using proper varPierre Moreau1-1/+1
2017-05-07nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau1-1/+1
2017-05-07nv50/ir: Remove unused translation methodsPierre Moreau1-9/+3
2017-05-07nv50/ir: Free target if we failed to create a programPierre Moreau1-1/+3
2017-05-07nv50/ir: Fail if encountering unknown shader typePierre Moreau1-2/+2
2017-02-09nv50/ir: always return 0 when trying to read thread id along unit dimIlia Mirkin1-1/+5
2016-09-03nvc0/ir: don't dual-issue ops that depend or interfere with each otherKarol Herbst1-14/+13
2016-07-18nvc0: add support for BGRA8 imagesIlia Mirkin1-0/+2
2016-05-30nv50/ir: record number of threads in a compute shaderIlia Mirkin1-0/+1
2016-05-22nv50/ir: fix prog info initIlia Mirkin1-3/+1
2016-04-26nv50/ir: add support for SULDP -> SULDB conversionIlia Mirkin1-0/+49
2016-01-29nv50/ir: add support for BUFFER accessesIlia Mirkin1-0/+3
2015-10-29nv50/ir: adapt to new method for passing in cull/clip distance masksIlia Mirkin1-1/+0
2015-07-23nvc0: preliminary tess supportIlia Mirkin1-2/+2
2014-07-08nv50/ir: use unordered_set instead of list to keep track of var usesTobias Klausmann1-3/+3
2014-04-28nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin1-0/+7
2014-02-26nv30: remove nv30_context use from nvfx_*progIlia Mirkin1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+1231