Re: [Mesa-dev] [PATCH 0/3] panfrost: Begin panfrost_job abstraction

2019-03-01 Thread Tomeu Vizoso
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

[Mesa-dev] [PATCH 0/3] panfrost: Begin panfrost_job abstraction

2019-02-26 Thread Alyssa Rosenzweig
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