On Wed, 27 Feb 2019 at 01:56, Alyssa Rosenzweig wrote:
>
> In an effort to cleanup the codebase and prepare for more complex FBO
> usecases, this patch series begins the slow refactor towards
> jobs/batches, rather than shoving all state into panfrost_context and
> hoping it works. We use some dat
In an effort to cleanup the codebase and prepare for more complex FBO
usecases, this patch series begins the slow refactor towards
jobs/batches, rather than shoving all state into panfrost_context and
hoping it works. We use some data structures from v3d and cleanup the
clear code here. More in-dep