Re: [Mesa-dev] [PATCH v2 3/5] i965: Expose surface setup internals for use by blits.

2012-05-11 Thread Chad Versace
On 05/10/2012 11:21 AM, Paul Berry wrote: > This patch exposes the functions brw_get_surface_tiling_bits and > gen7_set_surface_tiling, so that they can be re-used when setting up > surface states in gen6_blorp.cpp and gen7_blorp.cpp. > --- > src/mesa/drivers/dri/i965/brw_state.h |

[Mesa-dev] [PATCH v2 3/5] i965: Expose surface setup internals for use by blits.

2012-05-10 Thread Paul Berry
This patch exposes the functions brw_get_surface_tiling_bits and gen7_set_surface_tiling, so that they can be re-used when setting up surface states in gen6_blorp.cpp and gen7_blorp.cpp. --- src/mesa/drivers/dri/i965/brw_state.h |2 ++ src/mesa/drivers/dri/i965/brw_wm_surface_state