summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2014-02-16freedreno/a3xx/compiler: use (ss) for WAR hazardsRob Clark1-2/+19
2014-02-16freedreno/a3xx/compiler: fix RA typoRob Clark2-4/+4
2014-02-16freedreno/a3xx/compiler: handle kill properly (new compiler)Rob Clark4-26/+105
2014-02-16freedreno/a3xx/compiler: trans_cmp() sanityRob Clark1-51/+35
2014-02-16freedreno: fix problems if no color buf boundRob Clark2-2/+7
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+5
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-02-03freedreno: enabling binning and opt by defaultRob Clark3-16/+11
2014-02-03freedreno/a3xx/compiler: new compilerRob Clark17-209/+2777
2014-02-03freedreno/a3xx/compiler: split out old compilerRob Clark6-1/+1531
2014-02-03freedreno/a3xx/compiler: prepare for new compilerRob Clark9-146/+308
2014-02-03freedreno/a3xx: remove useless reg tracking in disasm-a3xxRob Clark1-174/+0
2014-02-01freedreno: better manage our WFI'sRob Clark7-24/+36
2014-02-01freedreno/a3xx: add logicopRob Clark3-6/+27
2014-02-01freedreno/a3xx: handle frag z writeRob Clark7-25/+53
2014-02-01freedreno: resync generated headersRob Clark4-9/+39
2014-02-01freedreno/a3xx: fix const confusionRob Clark2-9/+9
2014-02-01freedreno/a3xx/compiler: compiler cleanupsRob Clark7-145/+198
2014-02-01freedreno/compiler/a3xx: remove lowered instructionsRob Clark1-354/+0
2014-02-01freedreno: add tgsi lowering passRob Clark4-2/+1229
2014-02-01freedreno/a3xx/compiler: add CLAMPRob Clark1-7/+24
2014-02-01freedreno/a3xx/compiler: various fixesRob Clark1-14/+34
2014-02-01freedreno: ctx should hold ref to devRob Clark6-2/+8
2014-02-01freedreno: add prims-emitted driver queryRob Clark1-0/+1
2014-01-29freedreno: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Ian Romanick1-0/+3
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-08freedreno: add basic query supportRob Clark8-1/+275
2014-01-08freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark8-52/+46
2014-01-08freedreno/a3xx: support for hw binning passRob Clark15-158/+706
2014-01-08freedreno: be more clever about gmem usageRob Clark2-9/+18
2014-01-08freedreno: resync generated headersRob Clark5-24/+214
2013-12-26freedreno/a3xx: fix blend state corruption issueRob Clark8-33/+66
2013-12-26freedreno: prepare for hw binningRob Clark9-142/+159
2013-12-26freedreno: resync generated headersRob Clark6-76/+131
2013-12-14freedreno: dummy-draw workaround for a320Rob Clark2-1/+17
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-0/+5
2013-12-07freedreno/a3xx: add adreno 330 supportRob Clark2-4/+7
2013-12-07freedreno/a3xx/compiler: add ROUNDRob Clark1-0/+1
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-12-02freedreno: Add a few texture formatsAndreas Heider1-0/+3
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+1
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-6/+4
2013-11-16gallium/drivers: enable automake subdir-objectsEmil Velikov1-0/+2
2013-11-16freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr6-66/+36
2013-11-01freedreno/a3xx/texture: min/max lodRob Clark1-5/+3
2013-11-01freedreno/a3xx: update envytools headersRob Clark4-8/+22
2013-11-01freedreno/a3xx: fix VS out / FS in linkingRob Clark3-7/+47
2013-11-01freedreno/a3xx: allow num_samplers != num_texturesRob Clark2-56/+55
2013-11-01freedreno/a3xx/compiler: highp frag shaderRob Clark4-12/+14
2013-11-01freedreno/a3xx/compiler: relative addressing fixes.Rob Clark1-28/+48