Re: [Mesa-dev] [PATCH] i965: Prefer using streaming reads from WC mmaps
Yep, seems like a good idea. Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] i965: Prefer using streaming reads from WC mmaps
For buffer objects, where we primarily expect to be writing to them and so already have a WC mmap (for !llc access) reusing the existing mmap and keeping the buffer out of the CPU cache seems preferable. Cc: Kenneth Graunke Cc: Matt Turner --- src/mesa/drivers/dri/i965/intel_buffer_objects.c |