aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* nouveau: add support for nirKarol Herbst2019-03-171-0/+3
* gk110/ir: Use the new rcp/rsq in libraryBoyan Ding2019-02-061-0/+1
* nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integersPierre Moreau2018-05-291-1/+10
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-1/+1
* nv50/ir: optimize signed integer modulo by pow-of-2Ilia Mirkin2017-11-251-7/+1
* nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin2017-08-241-0/+3
* nv50/ir: add precise field to InstructionKarol Herbst2017-07-211-0/+1
* nv50/ir: Report wrong prog types using proper varPierre Moreau2017-05-131-1/+1
* nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau2017-05-071-1/+1
* nv50/ir: Remove unused translation methodsPierre Moreau2017-05-071-9/+3
* nv50/ir: Free target if we failed to create a programPierre Moreau2017-05-071-1/+3
* nv50/ir: Fail if encountering unknown shader typePierre Moreau2017-05-071-2/+2
* nv50/ir: always return 0 when trying to read thread id along unit dimIlia Mirkin2017-02-091-1/+5
* nvc0/ir: don't dual-issue ops that depend or interfere with each otherKarol Herbst2016-09-031-14/+13
* nvc0: add support for BGRA8 imagesIlia Mirkin2016-07-181-0/+2
* nv50/ir: record number of threads in a compute shaderIlia Mirkin2016-05-301-0/+1
* nv50/ir: fix prog info initIlia Mirkin2016-05-221-3/+1
* nv50/ir: add support for SULDP -> SULDB conversionIlia Mirkin2016-04-261-0/+49
* nv50/ir: add support for BUFFER accessesIlia Mirkin2016-01-291-0/+3
* nv50/ir: adapt to new method for passing in cull/clip distance masksIlia Mirkin2015-10-291-1/+0
* nvc0: preliminary tess supportIlia Mirkin2015-07-231-2/+2
* nv50/ir: use unordered_set instead of list to keep track of var usesTobias Klausmann2014-07-081-3/+3
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-281-0/+7
* nv30: remove nv30_context use from nvfx_*progIlia Mirkin2014-02-261-1/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+1231