Re: [Mesa-dev] [PATCH v2 00/27] i965: Rework the blorp API to use ISL

2016-08-09 Thread Jason Ekstrand
On Tue, Aug 9, 2016 at 4:02 PM, Chad Versace wrote: > On 07/26/2016 03:11 PM, Jason Ekstrand wrote: > >> This patch series builds on the previous one I just sent and reworks the >> blorp API to be entirely ISL. The last bits of intel_mipmap_tree are >> removed from the ISL

Re: [Mesa-dev] [PATCH v2 00/27] i965: Rework the blorp API to use ISL

2016-08-09 Thread Chad Versace
On 07/26/2016 03:11 PM, Jason Ekstrand wrote: This patch series builds on the previous one I just sent and reworks the blorp API to be entirely ISL. The last bits of intel_mipmap_tree are removed from the ISL internals and shoved into brw_blorp.c/h which simply serves as a wrapper around the

[Mesa-dev] [PATCH v2 00/27] i965: Rework the blorp API to use ISL

2016-07-26 Thread Jason Ekstrand
This patch series builds on the previous one I just sent and reworks the blorp API to be entirely ISL. The last bits of intel_mipmap_tree are removed from the ISL internals and shoved into brw_blorp.c/h which simply serves as a wrapper around the ISL-centric brw_blorp.h file. Eventually, the