summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2014-06-06nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin1-3/+4
2014-06-06gk110: add in forgotten code for gk110 isaIlia Mirkin1-0/+13
2014-06-06gk110/ir: fix ISAD emission with register argsIlia Mirkin1-1/+1
2014-06-06gk110/ir: fix quadon opcode emissionIlia Mirkin1-1/+1
2014-06-06gk110/ir: emit texbar the same way that the blob doesIlia Mirkin1-1/+1
2014-06-06nv50/ir: clear subop when folding constant expressionsTobias Klausmann1-0/+1
2014-05-30nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin1-9/+4
2014-05-29nv50/ir/tgsi: optimize KILChristoph Bumiller1-0/+5
2014-05-29nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-29nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller1-1/+3
2014-05-29nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller1-1/+5
2014-05-29nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2-0/+5
2014-05-29nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller1-2/+18
2014-05-29nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2-9/+7
2014-05-23nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2-11/+19
2014-05-23nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin1-4/+43
2014-05-23nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2-11/+82
2014-05-23nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-23nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin1-0/+2
2014-05-13nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin1-0/+6
2014-05-13nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin6-6/+35
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-6/+10
2014-05-13nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2
2014-05-08nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin10-5/+112
2014-05-02nouveau: remove cb_dirty, it's never usedIlia Mirkin2-4/+1
2014-05-02nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin1-1/+1
2014-04-28nvc0/ir: offset appears to come before the Z refIlia Mirkin1-1/+3
2014-04-28nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin8-20/+61
2014-04-28nvc0/ir: do constant folding of extbf/insbfIlia Mirkin1-1/+66
2014-04-28nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin1-1/+12
2014-04-28nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin7-4/+127
2014-04-26nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin1-1/+4
2014-04-26nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin1-0/+2
2014-04-26nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin1-3/+1
2014-04-26nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin3-2/+1
2014-04-26nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin5-0/+8
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin15-14/+131
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin14-8/+107
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin3-0/+3
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-19nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2-7/+9
2014-04-19nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin1-2/+2
2014-04-19nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin1-4/+4
2014-04-17nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst4-24/+24
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin3-0/+8
2014-04-07nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin1-3/+3
2014-04-07nvc0: add support for texture gatherIlia Mirkin4-5/+22
2014-04-07nvc0: enable texture query lodIlia Mirkin4-1/+55
2014-04-07nv50: enable texture query lodIlia Mirkin6-1/+34