summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: fix blending of L8 formatIlia Mirkin2015-09-231-0/+2
* freedreno/a4xx: formats updateRob Clark2015-09-011-5/+5
* freedreno: update generated headersRob Clark2015-09-015-5/+8
* freedreno/a3xx: add basic clip plane supportIlia Mirkin2015-08-313-1/+24
* util/ra: Make allocating conflict lists optionalJason Ekstrand2015-08-181-1/+1
* freedreno: use fd_pipe_wait_timeout()Rob Clark2015-08-182-21/+1
* freedreno: fence fixRob Clark2015-08-183-4/+8
* freedreno/a3xx: add s3tc texture format supportIlia Mirkin2015-08-171-0/+9
* freedreno/a3xx: fix up logic for handling block formatsIlia Mirkin2015-08-173-5/+7
* freedreno/a3xx: double the polygon offset valueIlia Mirkin2015-08-171-1/+1
* freedreno/a3xx: add per-texture seamless cubemap controlIlia Mirkin2015-08-162-1/+2
* freedreno/a4xx: add cube map array supportIlia Mirkin2015-08-154-4/+14
* freedreno/a4xx: fix srgb render targetsRob Clark2015-08-153-8/+22
* freedreno: update generated headersRob Clark2015-08-155-14/+30
* freedreno: expose OES exts for float linear filteringIlia Mirkin2015-08-141-2/+4
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* freedreno/a4xx: format updatesRob Clark2015-08-121-4/+4
* freedreno/a3xx+a4xx: add texture buffer object supportRob Clark2015-08-127-11/+41
* freedreno/ir3: 'keeps' need neighbors found tooRob Clark2015-08-121-0/+5
* freedreno/ir3/print: print left/right neighbors tooRob Clark2015-08-121-0/+14
* freedreno/ir3: use nir pass to lower const to scalarRob Clark2015-08-121-0/+1
* freedreno/a4xx: point-size and spritelist fixesRob Clark2015-08-127-50/+46
* freedreno: cap cleanupsRob Clark2015-08-122-16/+16
* freedreno/a4xx: add s8/z32/z32_s8x24 supportRob Clark2015-08-104-37/+151
* freedreno: update generated headersRob Clark2015-08-105-5/+183
* freedreno/a4xx: fix vpsrepl for blit shadersRob Clark2015-08-101-5/+14
* freedreno/a4xx: clear cached fp when switching blit progRob Clark2015-08-101-0/+2
* freedreno/a3xx: clear cached fp when switching blit progRob Clark2015-08-101-0/+2
* freedreno/a4xx: add independent blend function supportRob Clark2015-08-042-8/+10
* freedreno/a4xx: MRT supportRob Clark2015-08-0412-132/+212
* freedreno: move the half-precision logic into coreRob Clark2015-08-044-31/+38
* freedreno: simplify/cleanup resource status trackingRob Clark2015-08-044-48/+71
* freedreno: fix stream-out caps vec4->componentsRob Clark2015-08-041-2/+2
* freedreno: small bit of cleanup about max rendertargetsRob Clark2015-08-0413-17/+40
* freedreno/ir3: add transform-feedback supportRob Clark2015-07-274-4/+230
* freedreno/ir3: track "keeps" in irRob Clark2015-07-274-23/+17
* freedreno/ir3: add support for store instructionsRob Clark2015-07-273-6/+43
* freedreno/ir3: cleanup driver-param stuffRob Clark2015-07-273-10/+31
* freedreno: add transform-feedback stateRob Clark2015-07-274-3/+95
* freedreno: add resource tracking support for written buffersRob Clark2015-07-274-12/+17
* freedreno/a3xx+a4xx: add support for vtxcnt semanticRob Clark2015-07-274-14/+31
* freedreno/ir3: add stream-output support to cmdline compilerRob Clark2015-07-271-4/+22
* freedreno/ir3: drop unused create_input() argRob Clark2015-07-271-11/+8
* freedreno/ir3: move emit_const to ir3Rob Clark2015-07-2712-229/+263
* freedreno/ir3: bit of shader API refactoringRob Clark2015-07-277-22/+25
* freedreno/ir3: updated cat6 encodingRob Clark2015-07-275-113/+230
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2120-29/+29
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* freedreno/a4xx: occlusion query supportRob Clark2015-07-101-1/+85