summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/freedreno_context.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-20freedreno: add support for hw queriesRob Clark1-0/+3
2014-02-23freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark1-0/+3
2014-02-19freedreno: tweak ringbuffer sizes/countRob Clark1-1/+1
2014-02-01freedreno: better manage our WFI'sRob Clark1-1/+1
2014-02-01freedreno: ctx should hold ref to devRob Clark1-0/+2
2014-01-08freedreno: add basic query supportRob Clark1-0/+2
2014-01-08freedreno/a3xx: support for hw binning passRob Clark1-7/+38
2013-12-26freedreno/a3xx: fix blend state corruption issueRob Clark1-0/+1
2013-12-26freedreno: prepare for hw binningRob Clark1-0/+8
2013-10-29freedreno: emulated unsupported primitive typesRob Clark1-2/+14
2013-09-14freedreno: avoid stalling at ringbuffer wraparoundRob Clark1-22/+29
2013-08-24freedreno: fix segfault when no color buffer boundRob Clark1-1/+2
2013-06-08freedreno: gmem bypassRob Clark1-0/+2
2013-06-08freedreno: prepare for a3xxRob Clark1-60/+24
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-03-25freedreno: track maximal scissor boundsRob Clark1-4/+4
2013-03-11freedreno: gallium driver for adrenoRob Clark1-0/+205