summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: initial texture border-colorRob Clark2014-09-246-15/+65
* gallium/freedreno: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/freedreno: remove unused draw headerEmil Velikov2014-09-241-1/+0
* freedreno/ir3: add TXB2 supportIlia Mirkin2014-09-221-4/+14
* freedreno/ir3: add TXQ supportIlia Mirkin2014-09-221-0/+27
* freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argumentIlia Mirkin2014-09-221-1/+4
* freedreno/ir3: make texture instruction construction more dynamicIlia Mirkin2014-09-221-145/+80
* freedreno/a3xx: more texture array fixesRob Clark2014-09-213-19/+22
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-211-2/+9
* freedreno: add a standalone ir3_compiler binary for building TGSIIlia Mirkin2014-09-162-0/+191
* freedreno: add default .dir-locals.el for emacs settingsIlia Mirkin2014-09-161-0/+8
* freedreno/a3xx: 3d/array texturesRob Clark2014-09-134-7/+102
* freedreno: update generated headersRob Clark2014-09-134-4/+22
* freedreno: "fix" problems with excessive flushesRob Clark2014-09-125-27/+14
* freedreno/ir3: implement UMUL correctlyIlia Mirkin2014-09-121-1/+48
* freedreno/ir3: fix UCMP handlingIlia Mirkin2014-09-121-37/+39
* freedreno/ir3: add TXL supportIlia Mirkin2014-09-121-1/+3
* freedreno/ir3: add missing put_dstRob Clark2014-09-121-0/+1
* freedreno/ir3: catch incorrect usage of tmp-dstRob Clark2014-09-121-0/+15
* freedreno/ir3: use unsigned comparison for UIFIlia Mirkin2014-09-121-4/+4
* freedreno/ir3: negate result of USLT/etcIlia Mirkin2014-09-121-8/+15
* freedreno/ir3: add UARL supportIlia Mirkin2014-09-121-2/+4
* freedreno/ir3: INEG operates on src0, not src1Ilia Mirkin2014-09-121-1/+3
* freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0Ilia Mirkin2014-09-121-4/+8
* freedreno/a3xx: alpha render-target shenanigansRob Clark2014-09-124-2/+34
* freedreno/a3xx: format fixesRob Clark2014-09-123-5/+20
* freedreno: update generated headersRob Clark2014-09-124-4/+6
* freedreno/a3xx: handle rendering to layer != 0Rob Clark2014-09-121-2/+12
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* freedreno/a3xx: enable hw primitive-restartRob Clark2014-09-094-9/+20
* freedreno: update generated headersRob Clark2014-09-094-13/+18
* freedreno/ir3: fix potential segfault in RARob Clark2014-09-091-2/+6
* freedreno: don't overflow cmdstream buffer so muchRob Clark2014-09-091-0/+15
* freedreno/ir3: add no-copy-propagate fallback stepRob Clark2014-09-093-11/+21
* gallium/freedreno: ship all files in the tarballEmil Velikov2014-09-052-12/+65
* freedreno/ir3: fix constlen with relative addressingRob Clark2014-09-043-3/+15
* freedreno/ir3: fix error in bail logicRob Clark2014-09-041-2/+4
* freedreno/ir3: bit of debugRob Clark2014-09-041-4/+16
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-032-2/+2
* freedreno/ir3: add DDX/DDYRob Clark2014-09-011-4/+53
* freedreno/ir3: don't keep IR aroundRob Clark2014-09-011-1/+6
* freedreno/ir3: fix potential null ptr derefRob Clark2014-08-301-1/+2
* freedreno/ir3: add TXBRob Clark2014-08-301-0/+5
* freedreno/ir3: detect scheduler failRob Clark2014-08-303-4/+21
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+3
* freedreno/a2xx: fix segfaultRob Clark2014-08-241-0/+1
* freedreno/a3xx: handle first/last level properlyRob Clark2014-08-243-9/+13
* freedreno: implement pipe_flush_resource()Rob Clark2014-08-241-1/+5
* freedreno: don't ignore src/dst levelRob Clark2014-08-241-39/+63
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1