commit | fd3ec6f55d0db0f350ef944e8d4a4d8c3a0af740 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Tue Jul 16 10:14:17 2019 +0200 |
committer | Iago Toral Quiroga <itoral@igalia.com> | Thu Jul 18 08:59:35 2019 +0200 |
tree | 59998cdeb2f52661a708f20c2cce55ea3b902ebd | |
parent | 0c9919710e17746620cd310ab43e7b82ede53cb4 [diff] |
v3d: move tlb color write emission to a helper function We will soon be adding per-sample color writes which means additional complexity and more indentation (we will need another loop to emit the writes for each individual sample), so this will help keeping things simple and a bit more readable. Reviewed-by: Eric Anholt <eric@anholt.net>