summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-29freedreno/lowering: fix token calculation for loweringRob Clark1-16/+39
2014-10-29freedreno/a3xx: re-emit shaders on variant changeRob Clark2-1/+50
2014-10-29freedreno/a3xx: add support to emulate GL_CLAMPRob Clark8-16/+129
2014-10-29freedreno: add texcoord clamp support to loweringRob Clark2-5/+173
2014-10-29freedreno: move bind_sampler_states to per-generationRob Clark4-23/+48
2014-10-29freedreno/a3xx: fix border color orderRob Clark1-5/+4
2014-10-29freedreno/a3xx: add 32bit integer vtx formatsRob Clark2-17/+37
2014-10-29freedreno/a3xx: add flat interpolation modeRob Clark7-19/+60
2014-10-29freedreno/a3xx: add LOD_BIASRob Clark1-0/+1
2014-10-29freedreno: turn missing caps into compile warningsRob Clark1-10/+10
2014-10-29freedreno: we have more than 0 viewports!Rob Clark1-0/+3
2014-10-29freedreno: update generated headersRob Clark4-17/+133
2014-10-29freedreno: don't advertise mirror-clamp supportRob Clark1-1/+1
2014-10-29freedreno: fix compiler warningRob Clark1-0/+1
2014-10-29freedreno/a3xx: initial texture border-colorRob Clark6-15/+65
2014-10-29freedreno/ir3: add TXB2 supportIlia Mirkin1-4/+14
2014-10-29freedreno/ir3: add TXQ supportIlia Mirkin1-0/+27
2014-10-29freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argumentIlia Mirkin1-1/+4
2014-10-29freedreno/ir3: make texture instruction construction more dynamicIlia Mirkin1-145/+80
2014-10-29freedreno/a3xx: more texture array fixesRob Clark3-19/+22
2014-10-29freedreno: add DRM_CONF_SHARE_FDRob Clark3-4/+34
2014-10-29freedreno: add default .dir-locals.el for emacs settingsIlia Mirkin1-0/+8
2014-10-29freedreno/a3xx: 3d/array texturesRob Clark4-7/+102
2014-10-29freedreno: update generated headersRob Clark4-4/+22
2014-10-29freedreno: "fix" problems with excessive flushesRob Clark5-27/+14
2014-10-29freedreno/ir3: implement UMUL correctlyIlia Mirkin1-1/+48
2014-10-29freedreno/ir3: fix UCMP handlingIlia Mirkin1-37/+39
2014-10-29freedreno/ir3: add TXL supportIlia Mirkin1-1/+3
2014-10-29freedreno/ir3: add missing put_dstRob Clark1-0/+1
2014-10-29freedreno/ir3: catch incorrect usage of tmp-dstRob Clark1-0/+15
2014-10-29freedreno/ir3: use unsigned comparison for UIFIlia Mirkin1-4/+4
2014-10-29freedreno/ir3: negate result of USLT/etcIlia Mirkin1-8/+15
2014-10-29freedreno/ir3: add UARL supportIlia Mirkin1-2/+4
2014-10-29freedreno/ir3: INEG operates on src0, not src1Ilia Mirkin1-1/+3
2014-10-29freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0Ilia Mirkin1-4/+8
2014-10-29freedreno/a3xx: alpha render-target shenanigansRob Clark4-2/+34
2014-10-29util/u_format: add _is_alpha()Rob Clark2-0/+19
2014-10-29freedreno/a3xx: format fixesRob Clark3-5/+20
2014-10-29freedreno: update generated headersRob Clark4-4/+6
2014-10-29freedreno/a3xx: handle rendering to layer != 0Rob Clark1-2/+12
2014-10-29freedreno/a3xx: enable hw primitive-restartRob Clark4-9/+20
2014-10-29freedreno: update generated headersRob Clark4-13/+18
2014-10-29freedreno/ir3: fix potential segfault in RARob Clark1-2/+6
2014-10-29freedreno: don't overflow cmdstream buffer so muchRob Clark1-0/+15
2014-10-29freedreno/ir3: add no-copy-propagate fallback stepRob Clark3-11/+21
2014-10-29freedreno/ir3: fix constlen with relative addressingRob Clark3-3/+14
2014-10-29freedreno/ir3: fix error in bail logicRob Clark1-2/+4
2014-10-29freedreno/ir3: bit of debugRob Clark1-4/+16
2014-10-29freedreno/ir3: add DDX/DDYRob Clark1-4/+53
2014-10-29freedreno/ir3: add TXBRob Clark1-0/+5