summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie3-0/+3
2014-04-05drivers/nouveau: mention dummy.cpp to use g++ linkerEmil Velikov1-1/+1
2014-04-05drivers/nouveau: use GALLIUM_COMMON_LIB_DEPSEmil Velikov1-2/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie3-0/+3
2014-03-31nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin1-0/+115
2014-03-20nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2-4/+12
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray4-4/+4
2014-03-20nouveau: use DLOPEN_LIBS instead of -ldlJonathan Gray1-1/+1
2014-03-18nvc0: Handle user mapped vertex buffer for edgeflagMaarten Lankhorst1-2/+7
2014-03-18nv50/ir/gk110: add postfactor support for fmulIlia Mirkin1-0/+2
2014-03-18nv50/ir/gk110: set not modifier on first source of logic opIlia Mirkin1-3/+2
2014-03-18nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supportedIlia Mirkin1-17/+6
2014-03-18nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin2-7/+4
2014-03-18nv50/ir/gk110: fix handling of OP_SUB for floating point opsIlia Mirkin1-1/+6
2014-03-18nv50/ir/gk110: presin/preex2 take their source at bit 23Ilia Mirkin1-1/+1
2014-03-18nv50/ir/gk110: add implementations of div u32/s32Ilia Mirkin2-5/+162
2014-03-18nv50/ir/gk110: implement quadopIlia Mirkin1-1/+11
2014-03-18nv50/ir/gk110: fill in mov from predicateIlia Mirkin1-1/+5
2014-03-18nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txfIlia Mirkin1-4/+8
2014-03-18nv50/ir/gk110: fix setting texture for txd/txf/txqIlia Mirkin1-9/+8
2014-03-18nv50/ir/gk110: add texcsaa implementationIlia Mirkin1-1/+11
2014-03-18nv50/ir/gk110: add pfetch supportIlia Mirkin1-1/+9
2014-03-18nv50/ir/gk110: add emit/restart implementationsIlia Mirkin1-1/+8
2014-03-18nv50/ir/gk110: add missing break in sched emitIlia Mirkin1-1/+1
2014-03-18nv50/ir/gk110: implement partial txq supportIlia Mirkin1-1/+27