aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: refactor vertex state emitRob Clark2014-10-1511-79/+83
* freedreno: use tgsi_loweringRob Clark2014-10-148-1673/+6
* freedreno: query fixesRob Clark2014-10-033-8/+13
* freedreno/a3xx: handle VS only outputting BCOLORRob Clark2014-10-031-2/+10
* freedreno/ir3: fix lockups with lame FRAG shadersRob Clark2014-10-034-6/+17
* freedreno/ir3: add TXF supportIlia Mirkin2014-10-021-1/+39
* freedreno/ir3: add TXD support and expose ARB_shader_texture_lodIlia Mirkin2014-10-023-9/+56
* freedreno/ir3: add texture offset supportIlia Mirkin2014-10-021-4/+45
* freedreno/ir3: shadow comes before arrayIlia Mirkin2014-10-021-2/+2
* freedreno/ir3: make TXQ return integers, not floatsIlia Mirkin2014-10-021-1/+1
* freedreno/ir3: add UMAD supportIlia Mirkin2014-10-021-4/+15
* freedreno/ir3: add ISSG supportIlia Mirkin2014-10-021-0/+39
* freedreno/ir3: add MOD supportIlia Mirkin2014-10-021-8/+12
* freedreno/ir3: add UMOD support, based on UDIVIlia Mirkin2014-10-021-6/+31
* freedreno/ir3: add IDIV/UDIV supportIlia Mirkin2014-10-021-3/+197
* freedreno/ir3: avoid fan-in sources referring to same instructionIlia Mirkin2014-10-021-2/+10
* freedreno/a3xx: emit all immediates in one shotRob Clark2014-10-021-8/+16
* freedreno: instanced drawing/compute not yet supportedIlia Mirkin2014-10-021-3/+3
* freedreno/a3xx: handle large shader program sizesRob Clark2014-10-021-11/+63
* freedreno: update generated headersRob Clark2014-10-024-8/+9
* freedreno: dual-source render targets are not supportedIlia Mirkin2014-10-021-1/+1
* freedreno: max-texture-lod-bias should be 15.0fRob Clark2014-10-011-1/+1
* freedreno: destroy transfer pool after blitterRob Clark2014-09-301-2/+2
* freedreno/lowering: fix token calculation for loweringRob Clark2014-09-301-16/+39
* freedreno/a3xx: re-emit shaders on variant changeRob Clark2014-09-292-1/+50
* freedreno/ir3: add some cmdline argsRob Clark2014-09-291-8/+87
* freedreno/a3xx: add support to emulate GL_CLAMPRob Clark2014-09-298-16/+129
* freedreno: add texcoord clamp support to loweringRob Clark2014-09-292-5/+173
* freedreno: move bind_sampler_states to per-generationRob Clark2014-09-294-23/+48
* freedreno/a3xx: fix border color orderRob Clark2014-09-291-5/+4
* freedreno/a3xx: add 32bit integer vtx formatsRob Clark2014-09-292-17/+37
* freedreno/a3xx: add flat interpolation modeRob Clark2014-09-277-19/+60
* freedreno/a3xx: add LOD_BIASRob Clark2014-09-271-0/+1
* freedreno: turn missing caps into compile warningsRob Clark2014-09-271-10/+10
* freedreno: we have more than 0 viewports!Rob Clark2014-09-271-0/+3
* freedreno: update generated headersRob Clark2014-09-274-17/+133
* freedreno: don't advertise mirror-clamp supportRob Clark2014-09-271-1/+1
* freedreno: fix compiler warningRob Clark2014-09-271-0/+1
* 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