summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* freedreno: enabling binning and opt by defaultRob Clark2014-02-033-16/+11
* freedreno/a3xx/compiler: new compilerRob Clark2014-02-0317-209/+2777
* freedreno/a3xx/compiler: split out old compilerRob Clark2014-02-036-1/+1531
* freedreno/a3xx/compiler: prepare for new compilerRob Clark2014-02-039-146/+308
* freedreno/a3xx: remove useless reg tracking in disasm-a3xxRob Clark2014-02-031-174/+0
* freedreno: better manage our WFI'sRob Clark2014-02-017-24/+36
* freedreno/a3xx: add logicopRob Clark2014-02-013-6/+27
* freedreno/a3xx: handle frag z writeRob Clark2014-02-017-25/+53
* freedreno: resync generated headersRob Clark2014-02-014-9/+39
* freedreno/a3xx: fix const confusionRob Clark2014-02-012-9/+9
* freedreno/a3xx/compiler: compiler cleanupsRob Clark2014-02-017-145/+198
* freedreno/compiler/a3xx: remove lowered instructionsRob Clark2014-02-011-354/+0
* freedreno: add tgsi lowering passRob Clark2014-02-014-2/+1229
* freedreno/a3xx/compiler: add CLAMPRob Clark2014-02-011-7/+24
* freedreno/a3xx/compiler: various fixesRob Clark2014-02-011-14/+34
* freedreno: ctx should hold ref to devRob Clark2014-02-016-2/+8
* freedreno: add prims-emitted driver queryRob Clark2014-02-011-0/+1
* freedreno: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Ian Romanick2014-01-291-0/+3
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-231-1/+0
* freedreno: add basic query supportRob Clark2014-01-088-1/+275
* freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark2014-01-088-52/+46
* freedreno/a3xx: support for hw binning passRob Clark2014-01-0815-158/+706
* freedreno: be more clever about gmem usageRob Clark2014-01-082-9/+18
* freedreno: resync generated headersRob Clark2014-01-085-24/+214
* freedreno/a3xx: fix blend state corruption issueRob Clark2013-12-268-33/+66
* freedreno: prepare for hw binningRob Clark2013-12-269-142/+159
* freedreno: resync generated headersRob Clark2013-12-266-76/+131
* freedreno: dummy-draw workaround for a320Rob Clark2013-12-142-1/+17
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+5
* freedreno/a3xx: add adreno 330 supportRob Clark2013-12-072-4/+7
* freedreno/a3xx/compiler: add ROUNDRob Clark2013-12-071-0/+1
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+1
* freedreno: Add a few texture formatsAndreas Heider2013-12-021-0/+3
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+1
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-6/+4
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-161-0/+2
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-166-66/+36
* freedreno/a3xx/texture: min/max lodRob Clark2013-11-011-5/+3
* freedreno/a3xx: update envytools headersRob Clark2013-11-014-8/+22
* freedreno/a3xx: fix VS out / FS in linkingRob Clark2013-11-013-7/+47
* freedreno/a3xx: allow num_samplers != num_texturesRob Clark2013-11-012-56/+55
* freedreno/a3xx/compiler: highp frag shaderRob Clark2013-11-014-12/+14
* freedreno/a3xx/compiler: relative addressing fixes.Rob Clark2013-11-011-28/+48
* freedreno: we do actually support sqrtRob Clark2013-11-012-0/+8
* freedreno: emulated unsupported primitive typesRob Clark2013-10-295-25/+74
* freedreno: update generated headersRob Clark2013-10-296-125/+238
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* freedreno/a3xx/compiler: relative addressingRob Clark2013-10-241-1/+123
* freedreno/a3xx: fix const/rel/const-rel encodingRob Clark2013-10-244-88/+300