summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* freedreno/a3xx/compiler: half-precision outputRob Clark2014-02-236-10/+130
* freedreno/a3xx: add shader variantsRob Clark2014-02-2310-196/+283
* freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2014-02-232-0/+15
* freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark2014-02-2310-287/+181
* freedreno/lowering: cleanup apiRob Clark2014-02-235-24/+138
* freedreno/a3xx: add float 16 and 32bit formatsRob Clark2014-02-231-0/+22
* freedreno: resync generated headersRob Clark2014-02-234-4/+20
* freedreno: tweak ringbuffer sizes/countRob Clark2014-02-192-2/+2
* freedreno/a3xx/compiler: scheduling/legalize fixesRob Clark2014-02-193-2/+30
* freedreno/a3xx/compiler: use (ss) for WAR hazardsRob Clark2014-02-161-2/+19
* freedreno/a3xx/compiler: fix RA typoRob Clark2014-02-162-4/+4
* freedreno/a3xx/compiler: handle kill properly (new compiler)Rob Clark2014-02-164-26/+105
* freedreno/a3xx/compiler: trans_cmp() sanityRob Clark2014-02-161-51/+35
* freedreno: fix problems if no color buf boundRob Clark2014-02-162-2/+7
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+5
* 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