Re: [Mesa-dev] [PATCH 02/10] i915: Make the set_draw_region hook static and not vtabled.

2013-02-04 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2013 09:00 PM, Eric Anholt wrote: It's now always called from the same file. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 17 +++-- src/mesa/drivers/dri/i915/i915_vtbl.c | 17 +++--

Re: [Mesa-dev] [PATCH 02/10] i915: Make the set_draw_region hook static and not vtabled.

2013-02-04 Thread Eric Anholt
Chad Versace chad.vers...@linux.intel.com writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2013 09:00 PM, Eric Anholt wrote: It's now always called from the same file. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 17 +++--

Re: [Mesa-dev] [PATCH 02/10] i915: Make the set_draw_region hook static and not vtabled.

2013-02-04 Thread Chad Versace
On 02/04/2013 02:11 PM, Eric Anholt wrote: Chad Versace chad.vers...@linux.intel.com writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2013 09:00 PM, Eric Anholt wrote: It's now always called from the same file. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 17

[Mesa-dev] [PATCH 02/10] i915: Make the set_draw_region hook static and not vtabled.

2013-01-28 Thread Eric Anholt
It's now always called from the same file. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 17 +++-- src/mesa/drivers/dri/i915/i915_vtbl.c | 17 +++-- src/mesa/drivers/dri/intel/intel_context.h |4 3 files changed, 14 insertions(+), 24 deletions(-) diff