Re: [Mesa-dev] [PATCH 03/13] i965/blorp: Remove the clear params classes

2016-04-25 Thread Pohjolainen, Topi
On Sat, Apr 23, 2016 at 04:28:33PM -0700, Jason Ekstrand wrote: >On Sat, Apr 23, 2016 at 8:35 AM, Pohjolainen, Topi ><[1]topi.pohjolai...@intel.com> wrote: > >On Fri, Apr 22, 2016 at 04:19:10PM -0700, Jason Ekstrand wrote: >> They didn't really add anything other than a key and ext

Re: [Mesa-dev] [PATCH 03/13] i965/blorp: Remove the clear params classes

2016-04-23 Thread Jason Ekstrand
On Sat, Apr 23, 2016 at 8:35 AM, Pohjolainen, Topi < topi.pohjolai...@intel.com> wrote: > On Fri, Apr 22, 2016 at 04:19:10PM -0700, Jason Ekstrand wrote: > > They didn't really add anything other than a key and extra layers of > > function calls. This commit just inlines the extra functions and g

Re: [Mesa-dev] [PATCH 03/13] i965/blorp: Remove the clear params classes

2016-04-23 Thread Pohjolainen, Topi
On Fri, Apr 22, 2016 at 04:19:10PM -0700, Jason Ekstrand wrote: > They didn't really add anything other than a key and extra layers of > function calls. This commit just inlines the extra functions and gets rid > of the extra classes. > --- > src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 224 >

[Mesa-dev] [PATCH 03/13] i965/blorp: Remove the clear params classes

2016-04-22 Thread Jason Ekstrand
They didn't really add anything other than a key and extra layers of function calls. This commit just inlines the extra functions and gets rid of the extra classes. --- src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 224 ++ 1 file changed, 87 insertions(+), 137 deletions(