aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: fence fixRob Clark2015-08-181-1/+3
* freedreno: simplify/cleanup resource status trackingRob Clark2015-08-041-15/+3
* freedreno: add resource tracking support for written buffersRob Clark2015-07-271-1/+2
* freedreno: unref old fenceRob Clark2015-07-101-1/+3
* freedreno/a3xx: add support for S8 and Z32F_S8Ilia Mirkin2015-04-271-2/+6
* freedreno: add fd_transfer to wrap around pipe_transferIlia Mirkin2015-04-271-1/+1
* freedreno: mark resources as being read so that writes flush the queueIlia Mirkin2015-04-051-0/+10
* freedreno: add core infrastructure support for MRTsIlia Mirkin2015-04-021-2/+4
* freedreno: implement fenceRob Clark2015-02-211-9/+4
* freedreno: clear vs scissorRob Clark2014-10-211-2/+2
* freedreno: destroy transfer pool after blitterRob Clark2014-09-301-2/+2
* freedreno: add support for hw queriesRob Clark2014-05-131-0/+3
* freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark2014-02-231-0/+3
* freedreno: tweak ringbuffer sizes/countRob Clark2014-02-191-1/+1
* freedreno: better manage our WFI'sRob Clark2014-02-011-1/+1
* freedreno: ctx should hold ref to devRob Clark2014-02-011-0/+2
* freedreno: add basic query supportRob Clark2014-01-081-0/+2
* freedreno/a3xx: support for hw binning passRob Clark2014-01-081-7/+38
* freedreno/a3xx: fix blend state corruption issueRob Clark2013-12-261-0/+1
* freedreno: prepare for hw binningRob Clark2013-12-261-0/+8
* freedreno: emulated unsupported primitive typesRob Clark2013-10-291-2/+14
* freedreno: avoid stalling at ringbuffer wraparoundRob Clark2013-09-141-22/+29
* freedreno: fix segfault when no color buffer boundRob Clark2013-08-241-1/+2
* freedreno: gmem bypassRob Clark2013-06-081-0/+2
* freedreno: prepare for a3xxRob Clark2013-06-081-60/+24
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* freedreno: track maximal scissor boundsRob Clark2013-03-251-4/+4
* freedreno: gallium driver for adrenoRob Clark2013-03-111-0/+205