Re: [Mesa-dev] [PATCH 1/4] i965: Switch mapping modes for non-explicit-flush blit-temporary maps.

2014-03-06 Thread Eric Anholt
Vedran Rodic writes: > Any reason why these patches are not applied in current GIT other than > lack of review? I was kind of hoping that maybe some of them can > impact Dota 2 perf, since it seems that Dota 2 is memory bandwidth > limited. Just lack of review. pgpk7LoYlWRDP.pgp Description: P

Re: [Mesa-dev] [PATCH 1/4] i965: Switch mapping modes for non-explicit-flush blit-temporary maps.

2014-03-06 Thread Vedran Rodic
Any reason why these patches are not applied in current GIT other than lack of review? I was kind of hoping that maybe some of them can impact Dota 2 perf, since it seems that Dota 2 is memory bandwidth limited. On Thu, Feb 27, 2014 at 11:53 PM, Eric Anholt wrote: > On LLC, it should always be be

[Mesa-dev] [PATCH 1/4] i965: Switch mapping modes for non-explicit-flush blit-temporary maps.

2014-02-27 Thread Eric Anholt
On LLC, it should always be better to use a cached mapping than the GTT. On non-LLC, it seems pretty silly to try to optimize read performance for the INVALIDATE_RANGE_BIT case. This will make the buffer_storage logic easier. --- src/mesa/drivers/dri/i965/intel_buffer_objects.c | 6 +++--- 1 file