Re: [Mesa-dev] [PATCH 17/29] i965/blorp: Remove a pile of blorp_blit restrictions

2018-05-01 Thread Jason Ekstrand
On Tue, Mar 6, 2018 at 12:15 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Fri, Jan 26, 2018 at 05:59:46PM -0800, Jason Ekstrand wrote: > > Previously, blorp could only blit into something that was renderable. > > Thanks to recent additions to blorp, it can now blit into basicall

Re: [Mesa-dev] [PATCH 17/29] i965/blorp: Remove a pile of blorp_blit restrictions

2018-03-06 Thread Pohjolainen, Topi
On Fri, Jan 26, 2018 at 05:59:46PM -0800, Jason Ekstrand wrote: > Previously, blorp could only blit into something that was renderable. > Thanks to recent additions to blorp, it can now blit into basically > anything so long as it isn't compressed. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 6

[Mesa-dev] [PATCH 17/29] i965/blorp: Remove a pile of blorp_blit restrictions

2018-01-26 Thread Jason Ekstrand
Previously, blorp could only blit into something that was renderable. Thanks to recent additions to blorp, it can now blit into basically anything so long as it isn't compressed. --- src/mesa/drivers/dri/i965/brw_blorp.c | 67 +-- 1 file changed, 33 insertions(+), 3