Re: [Mesa-dev] [PATCH 1/2] intel/blorp: Add a blorp_filter enum for use in blorp_blit

2018-07-18 Thread Chad Versace
On Thu 12 Jul 2018, Jason Ekstrand wrote: > On Wed, Jun 27, 2018 at 5:55 PM Chad Versace <[1]chadvers...@chromium.org> > wrote: > > On Tue 26 Jun 2018, Jason Ekstrand wrote: > > At the moment, this is entirely internal but we'll expose it to clients > > of the BLORP API in the next

Re: [Mesa-dev] [PATCH 1/2] intel/blorp: Add a blorp_filter enum for use in blorp_blit

2018-07-12 Thread Jason Ekstrand
On Wed, Jun 27, 2018 at 5:55 PM Chad Versace wrote: > On Tue 26 Jun 2018, Jason Ekstrand wrote: > > At the moment, this is entirely internal but we'll expose it to clients > > of the BLORP API in the next commit. > > --- > > src/intel/blorp/blorp.h | 8 ++ > >

Re: [Mesa-dev] [PATCH 1/2] intel/blorp: Add a blorp_filter enum for use in blorp_blit

2018-06-27 Thread Chad Versace
On Tue 26 Jun 2018, Jason Ekstrand wrote: > At the moment, this is entirely internal but we'll expose it to clients > of the BLORP API in the next commit. > --- > src/intel/blorp/blorp.h | 8 ++ > src/intel/blorp/blorp_blit.c | 212 +++ >

[Mesa-dev] [PATCH 1/2] intel/blorp: Add a blorp_filter enum for use in blorp_blit

2018-06-26 Thread Jason Ekstrand
At the moment, this is entirely internal but we'll expose it to clients of the BLORP API in the next commit. --- src/intel/blorp/blorp.h | 8 ++ src/intel/blorp/blorp_blit.c | 212 +++ src/intel/blorp/blorp_priv.h | 12 +- 3 files changed, 123

[Mesa-dev] [PATCH 1/2] intel/blorp: Add a blorp_filter enum for use in blorp_blit

2018-06-26 Thread Jason Ekstrand
At the moment, this is entirely internal but we'll expose it to clients of the BLORP API in the next commit. --- src/intel/blorp/blorp.h | 8 ++ src/intel/blorp/blorp_blit.c | 212 +++ src/intel/blorp/blorp_priv.h | 12 +- 3 files changed, 123