Re: [Mesa-dev] [PATCH] intel: Add missing vtable entry for i830

2011-08-06 Thread Kenneth Graunke
On 08/06/2011 09:43 AM, Carl Simonson wrote: > When the "is_hiz_depth_format" vtable entry was added for i915/i956, > the entry for forgotten in the i830 vtable setup. > > Signed-off-by: Carl Simonson Reviewed-by: Kenneth Graunke ___ mesa-dev mailing

[Mesa-dev] [PATCH] intel: Add missing vtable entry for i830

2011-08-06 Thread Carl Simonson
When the "is_hiz_depth_format" vtable entry was added for i915/i956, the entry for forgotten in the i830 vtable setup. Signed-off-by: Carl Simonson --- src/mesa/drivers/dri/i915/i830_vtbl.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i915