summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-09freedreno/a3xx: assert() -> debug_assert()Rob Clark1-1/+1
2014-04-09freedreno/a3xx/compiler: add CEILRob Clark1-0/+1
2014-04-09freedreno/a3xx/compiler: fix neg mov'sRob Clark1-20/+1
2014-04-08freedreno/a3xx: deal with optimized tex instructionsRob Clark7-25/+41
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+1
2014-03-30freedreno/a3xx/compiler: fix RECT texturesRob Clark1-7/+24
2014-03-30freedreno/a3xx/compiler: avoid negative register idsRob Clark1-2/+2
2014-03-30freedreno/a3xx: missing wfiRob Clark4-3/+20
2014-03-30freedreno/a3xx: little extra debugRob Clark2-0/+5
2014-03-30freedreno: handle null samplerRob Clark2-3/+8
2014-03-05WIP: freedreno/a3xx: incorrect scissor for binning passRob Clark3-8/+35
2014-03-02freedreno/a3xx/compiler: overflow in trans_endifRob Clark1-13/+5
2014-03-02freedreno/a3xx/compiler: fix for resolving PHI'sRob Clark1-18/+33
2014-03-02freedreno/lowering: two-sided-colorRob Clark5-57/+269
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