summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-07freedreno/a3xx: vtx formatsRob Clark6-79/+102
2014-07-07freedreno: fix for null texturesRob Clark2-6/+10
2014-07-07freedreno/a3xx: texture fixesRob Clark5-6/+10
2014-07-07freedreno: few caps fixesRob Clark2-4/+8
2014-07-07freedreno/a3xx: fix blend opcodeRob Clark8-54/+83
2014-07-07freedreno/a3xx: fix depth/stencil gmem restoreRob Clark1-1/+1
2014-07-07freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark5-17/+23
2014-07-03freedreno: use OUT_RELOCW when buffer is writtenRob Clark1-4/+4
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-03radeon/llvm: Allocate space for kernel metadata operandsAaron Watry1-3/+7
2014-07-03radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQMichel Dänzer1-0/+4
2014-07-03llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai1-1/+1
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-23radeon/uvd: disable VC-1 simple/main on UVD 2.xGrigori Goronzy1-1/+4
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-06radeonsi: Fix build error introduced in 5ab9a9cIan Romanick1-1/+0
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-06-06r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2-2/+5
2014-06-06r600g,radeonsi: disable fast clear if render condition is onMarek Olšák1-0/+3
2014-06-06llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
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-23Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2Ian Romanick29-229/+1847
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-20freedreno: don't advertise texture arrays for nowRob Clark1-1/+1