summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2014-08-25android: gallium/freedreno: add preliminary buildEmil Velikov1-0/+44
2014-08-25automake: gallium/freedreno: drop spurious include dirsEmil Velikov2-4/+2
2014-07-07freedreno/a3xx: vtx formatsRob Clark6-79/+102
2014-07-07freedreno: fix for null texturesRob Clark2-6/+10
2014-07-07freedreno/a3xx: texture fixesRob Clark5-6/+10
2014-07-07freedreno: few caps fixesRob Clark2-4/+8
2014-07-07freedreno/a3xx: fix blend opcodeRob Clark8-54/+83
2014-07-07freedreno/a3xx: fix depth/stencil gmem restoreRob Clark1-1/+1
2014-07-07freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark5-17/+23
2014-07-03freedreno: use OUT_RELOCW when buffer is writtenRob Clark1-4/+4
2014-05-20freedreno: don't advertise texture arrays for nowRob Clark1-1/+1
2014-05-20freedreno/a3xx: shadow sampler supportRob Clark2-3/+46
2014-05-20freedreno/a3xx/compiler: refactor trans_samp()Rob Clark1-47/+90
2014-05-20freedreno: update generated headersRob Clark4-4/+10
2014-05-20freedreno/a3xx: use util_format_compose_swizzles()Rob Clark1-9/+9
2014-05-20freedreno/a3xx/compiler: 1D texturesRob Clark1-4/+25
2014-05-20freedreno: fix capsRob Clark1-2/+2
2014-05-20freedreno: fix index buffer offsetRob Clark1-1/+1
2014-05-20freedreno/a3xx: add sRBG texture supportRob Clark2-0/+15
2014-05-20freedreno: update generated headersRob Clark4-20/+21
2014-05-20freedreno/a3xx: fix write to bogus registerRob Clark1-2/+2
2014-05-20freedreno/a3xx: account for special inputs/outputsRob Clark1-2/+2
2014-05-20freedreno/a3xx: fix MAX_INPUTS shader capRob Clark3-1/+9
2014-05-20freedreno/a3xx/compiler: add KILL_IFRyan Houdek1-1/+35
2014-05-20freedreno/a3xx/compiler: start adding integer supportRyan Houdek1-0/+169
2014-05-20freedreno/a3xx: occlusion query supportRob Clark5-3/+185
2014-05-20freedreno: add support for hw queriesRob Clark10-8/+734
2014-05-20freedreno/query: allow multiple query implementationsRob Clark6-107/+269
2014-05-20freedreno/a3xx: add point-sizeRob Clark1-4/+14
2014-05-20freedreno: update generated headersRob Clark4-54/+252
2014-05-20freedreno/a2xx: fix compiler warningRob Clark1-1/+1
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-23freedreno/a3xx: fix TOTALATTRTOVSRob Clark4-1/+7
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