Re: [Mesa-dev] [PATCH 2/2] intel/blorp: Take an explicit filter parameter in blorp_blit

2018-07-12 Thread Jason Ekstrand
On Wed, Jun 27, 2018 at 6:08 PM Chad Versace wrote: > On Tue 26 Jun 2018, Jason Ekstrand wrote: > > This lets us move the glBlitFramebuffer nonsense into the GL driver and > > make the usage of BLORP mutch more explicit and obvious as to what it's > > doing. > > --- > > src/intel/blorp/blorp.h

Re: [Mesa-dev] [PATCH 2/2] intel/blorp: Take an explicit filter parameter in blorp_blit

2018-06-27 Thread Chad Versace
On Tue 26 Jun 2018, Jason Ekstrand wrote: > This lets us move the glBlitFramebuffer nonsense into the GL driver and > make the usage of BLORP mutch more explicit and obvious as to what it's > doing. > --- > src/intel/blorp/blorp.h | 3 +- > src/intel/blorp/blorp_blit.c |

[Mesa-dev] [PATCH 2/2] intel/blorp: Take an explicit filter parameter in blorp_blit

2018-06-26 Thread Jason Ekstrand
This lets us move the glBlitFramebuffer nonsense into the GL driver and make the usage of BLORP mutch more explicit and obvious as to what it's doing. --- src/intel/blorp/blorp.h | 3 +- src/intel/blorp/blorp_blit.c | 44 ++- src/intel/vulkan/anv_blorp.c

[Mesa-dev] [PATCH 2/2] intel/blorp: Take an explicit filter parameter in blorp_blit

2018-06-26 Thread Jason Ekstrand
This lets us move the glBlitFramebuffer nonsense into the GL driver and make the usage of BLORP mutch more explicit and obvious as to what it's doing. --- src/intel/blorp/blorp.h | 3 +- src/intel/blorp/blorp_blit.c | 44 ++- src/intel/vulkan/anv_blorp.c