aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: make _emit_const() staticRob Clark2016-11-271-4/+0
* freedreno: move needs_wfi into batchRob Clark2016-07-301-2/+2
* freedreno: re-order support for hw queriesRob Clark2016-07-301-1/+1
* freedreno: introduce fd_batchRob Clark2016-07-301-1/+1
* freedreno/ir3: use pipe_debug_callback for shader-db tracesRob Clark2016-04-301-2/+2
* freedreno/a3xx: add debug callback to emitRob Clark2016-04-301-0/+1
* freedreno/a3xx: move where we deal w/ binning FSRob Clark2016-03-131-2/+8
* freedreno/a3xx: constify the shader variantsRob Clark2016-03-131-3/+3
* freedreno/a3xx: cache-flush is needed after MEM_WRITERob Clark2015-10-151-0/+11
* freedreno/ir3: move emit_const to ir3Rob Clark2015-07-271-3/+3
* freedreno/a3xx: pass sprite coord mode through to program emitIlia Mirkin2015-04-051-0/+1
* freedreno/a3xx: add MRT supportIlia Mirkin2015-04-021-2/+1
* freedreno/a3xx: add support for point sprite coordinate replacementIlia Mirkin2015-03-281-0/+2
* freedreno/a3xx: add format to emit info, use to set sint/uint flagsIlia Mirkin2014-11-301-0/+1
* freedreno/a3xx: fd3_util -> fd3_formatIlia Mirkin2014-11-291-1/+1
* freedreno/a3xx: refactor/optimize emitRob Clark2014-10-151-4/+36
* freedreno/a3xx: refactor vertex state emitRob Clark2014-10-151-11/+3
* freedreno/a3xx: enable hw primitive-restartRob Clark2014-09-091-2/+2
* freedreno/ir3: split out shader compiler from a3xxRob Clark2014-07-251-3/+3
* freedreno/a3xx: add shader variantsRob Clark2014-02-231-2/+3
* freedreno/a3xx: handle frag z writeRob Clark2014-02-011-1/+1
* freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark2014-01-081-24/+0
* freedreno/a3xx: support for hw binning passRob Clark2014-01-081-1/+2
* freedreno/a3xx: fix blend state corruption issueRob Clark2013-12-261-15/+14
* freedreno: add a3xx supportRob Clark2013-06-081-0/+89