summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2014-03-02freedreno/a3xx/compiler: add SSGRob Clark2-0/+2
2014-03-02freedreno/a3xx: fix gl_PointSizeRob Clark5-13/+20
2014-03-02freedreno: resync generated headersRob Clark4-5/+7
2014-03-02freedreno/a3xx: binning-pass vertex shader variantRob Clark3-18/+57
2014-03-02freedreno/a3xx: add support for frag coord/faceRob Clark7-123/+408
2014-03-02freedreno/a3xx: fix for unused inputsRob Clark2-5/+11
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-23freedreno/a3xx/compiler: half-precision outputRob Clark6-10/+130
2014-02-23freedreno/a3xx: add shader variantsRob Clark10-196/+283
2014-02-23freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2-0/+15
2014-02-23freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark10-287/+181
2014-02-23freedreno/lowering: cleanup apiRob Clark5-24/+138
2014-02-23freedreno/a3xx: add float 16 and 32bit formatsRob Clark1-0/+22
2014-02-23freedreno: resync generated headersRob Clark4-4/+20
2014-02-19freedreno: tweak ringbuffer sizes/countRob Clark2-2/+2
2014-02-19freedreno/a3xx/compiler: scheduling/legalize fixesRob Clark3-2/+30
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