Re: [Mesa-dev] [PATCH 09/15] i965: Add function intel_miptree_downsample

2012-07-23 Thread Paul Berry
On 21 July 2012 17:36, Chad Versace wrote: > This function does a downsample from mt to mt->singlesample_mt. > > Conceptually, this function belongs in intel_mipmap_tree.c. However, it > needs to interact with blorp, which is C++. So I created a new file, > brw_blorp_orphands.cpp, for this and ot

[Mesa-dev] [PATCH 09/15] i965: Add function intel_miptree_downsample

2012-07-21 Thread Chad Versace
This function does a downsample from mt to mt->singlesample_mt. Conceptually, this function belongs in intel_mipmap_tree.c. However, it needs to interact with blorp, which is C++. So I created a new file, brw_blorp_orphands.cpp, for this and other functions that fall into the same category. CC: E