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