summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2014-09-02nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin1-0/+2
2014-09-02nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-02nvc0: don't make 1d staging textures linearIlia Mirkin1-1/+0
2014-09-02nv50: zero out unbound samplersIlia Mirkin1-2/+5
2014-09-02nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin1-8/+28
2014-08-25android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov1-4/+5
2014-07-30nvc0: make sure that the local memory allocation is aligned to 0x10Ilia Mirkin1-1/+1
2014-07-30nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser1-0/+5
2014-07-10nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin1-1/+2
2014-07-10nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin1-2/+3
2014-07-10nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin1-0/+10
2014-07-10nv50/ir: retrieve shadow compare from first argIlia Mirkin1-1/+1
2014-07-03nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin5-4/+57
2014-07-03nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin3-2/+50
2014-07-03nv50: disable dedicated ubo upload methodIlia Mirkin1-0/+7
2014-07-03nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2-2/+30
2014-06-23nv30: hack to avoid errors on unexpected color/zeta combinationsIlia Mirkin1-0/+17
2014-06-23nv30: avoid dangling references to deleted contextsIlia Mirkin1-0/+3
2014-06-23nv30: plug some memory leaks on screen destroy and shader compileIlia Mirkin2-0/+7
2014-06-23nv50: make sure to mark first scissor dirty after blitIlia Mirkin1-0/+1
2014-06-23gk110/ir: fix bfind emissionIlia Mirkin1-1/+1
2014-06-23gk110/ir: fix emitting constbuf file indexIlia Mirkin1-2/+3
2014-06-23gk110/ir: emit saturate flag on fadd when neededIlia Mirkin1-0/+1
2014-06-06gk110/ir: fix slct emissionIlia Mirkin1-1/+1
2014-06-06gk110/ir: fix interp mode emissionIlia Mirkin1-1/+2
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