Re: [Mesa-dev] [PATCH 03/12] intel: Move intel_draw_buffers() code into each driver.

2011-07-13 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/12/2011 03:22 PM, Eric Anholt wrote: > The illusion of shared code here wasn't fooling anybody. It was > tempting to keep i830 and i915 still shared, but I think I actually > want to make them diverge shortly. > --- > src/mesa/drivers/dri/i915/i

[Mesa-dev] [PATCH 03/12] intel: Move intel_draw_buffers() code into each driver.

2011-07-12 Thread Eric Anholt
The illusion of shared code here wasn't fooling anybody. It was tempting to keep i830 and i915 still shared, but I think I actually want to make them diverge shortly. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 202 src/mesa/drivers/dri/i915/i915_vtbl.c |