summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
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-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
2014-05-20freedreno/a3xx: shadow sampler supportRob Clark2-3/+46
2014-05-20freedreno/a3xx/compiler: refactor trans_samp()Rob Clark1-47/+90
2014-05-20freedreno: update generated headersRob Clark4-4/+10
2014-05-20freedreno/a3xx: use util_format_compose_swizzles()Rob Clark1-9/+9
2014-05-20freedreno/a3xx/compiler: 1D texturesRob Clark1-4/+25
2014-05-20freedreno: fix capsRob Clark1-2/+2
2014-05-20freedreno: fix index buffer offsetRob Clark1-1/+1
2014-05-20freedreno/a3xx: add sRBG texture supportRob Clark2-0/+15
2014-05-20freedreno: update generated headersRob Clark4-20/+21
2014-05-20freedreno/a3xx: fix write to bogus registerRob Clark1-2/+2
2014-05-20freedreno/a3xx: account for special inputs/outputsRob Clark1-2/+2
2014-05-20freedreno/a3xx: fix MAX_INPUTS shader capRob Clark3-1/+9
2014-05-20freedreno/a3xx/compiler: add KILL_IFRyan Houdek1-1/+35
2014-05-20freedreno/a3xx/compiler: start adding integer supportRyan Houdek1-0/+169
2014-05-20freedreno/a3xx: occlusion query supportRob Clark5-3/+185
2014-05-20freedreno: add support for hw queriesRob Clark10-8/+734
2014-05-20freedreno/query: allow multiple query implementationsRob Clark6-107/+269
2014-05-20freedreno/a3xx: add point-sizeRob Clark1-4/+14
2014-05-20freedreno: update generated headersRob Clark4-54/+252
2014-05-20freedreno/a2xx: fix compiler warningRob Clark1-1/+1
2014-05-16radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
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-09radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard4-9/+13