aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_draw.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add debug option to dirty state after drawRob Clark2015-10-151-0/+3
* freedreno/a4xx: MRT supportRob Clark2015-08-041-1/+2
* freedreno: simplify/cleanup resource status trackingRob Clark2015-08-041-27/+38
* freedreno: add transform-feedback stateRob Clark2015-07-271-3/+12
* freedreno: add resource tracking support for written buffersRob Clark2015-07-271-8/+11
* freedreno/a3xx: add support for S8 and Z32F_S8Ilia Mirkin2015-04-271-2/+11
* freedreno: mark resources as being read so that writes flush the queueIlia Mirkin2015-04-051-0/+38
* freedreno: add core infrastructure support for MRTsIlia Mirkin2015-04-021-2/+5
* freedreno: rename draw->draw_vboRob Clark2014-11-141-1/+1
* freedreno: clear vs scissorRob Clark2014-10-211-3/+25
* freedreno: inline fd_draw_emit()Rob Clark2014-10-151-45/+0
* freedreno: "fix" problems with excessive flushesRob Clark2014-09-121-1/+3
* freedreno: don't overflow cmdstream buffer so muchRob Clark2014-09-091-0/+15
* freedreno: fix index buffer offsetRob Clark2014-05-181-1/+1
* freedreno: add support for hw queriesRob Clark2014-05-131-0/+4
* freedreno: fix problems if no color buf boundRob Clark2014-02-161-1/+6
* freedreno: add basic query supportRob Clark2014-01-081-0/+4
* freedreno/a3xx: support for hw binning passRob Clark2014-01-081-3/+6
* freedreno: emulated unsupported primitive typesRob Clark2013-10-291-20/+9
* freedreno: update generated headersRob Clark2013-10-291-1/+1
* freedreno: fd_draw helperRob Clark2013-09-141-10/+2
* freedreno: updates for msm drm/kms driverRob Clark2013-08-291-1/+1
* freedreno: fix segfault when no color buffer boundRob Clark2013-08-241-2/+2
* freedreno: better scissor fixRob Clark2013-06-081-2/+3
* freedreno: gmem bypassRob Clark2013-06-081-5/+28
* freedreno: prepare for a3xxRob Clark2013-06-081-0/+212