On Fri, May 26, 2017 at 1:55 AM, Kenneth Graunke wrote:
> On Wednesday, May 24, 2017 1:04:52 PM PDT Matt Turner wrote:
>> We can encapsulate the logic for choosing the mapping type. This will
>> also help when we add WC mappings.
>
> It might be worth mentioning that this patch changes a few mappi
On Fri, May 26, 2017 at 01:55:47AM -0700, Kenneth Graunke wrote:
> On Wednesday, May 24, 2017 1:04:52 PM PDT Matt Turner wrote:
> > We can encapsulate the logic for choosing the mapping type. This will
> > also help when we add WC mappings.
>
> It might be worth mentioning that this patch changes
On Wednesday, May 24, 2017 1:04:52 PM PDT Matt Turner wrote:
> We can encapsulate the logic for choosing the mapping type. This will
> also help when we add WC mappings.
It might be worth mentioning that this patch changes a few mappings from
CPU to GTT on non-LLC systems. They may even be bug fi
We can encapsulate the logic for choosing the mapping type. This will
also help when we add WC mappings.
---
src/mesa/drivers/dri/i965/brw_bufmgr.c| 30 +--
src/mesa/drivers/dri/i965/brw_bufmgr.h| 5 ++--
src/mesa/drivers/dri/i965/brw_performance_query.