Re: [Mesa-dev] [v6 5/9] intel: set dri image dimensions even when creating out of primes

2013-06-04 Thread Chad Versace
Patches 1-5 are Reviewed-by: Chad Versace chad.vers...@linux.intel.com I'm still looking at the other ones. On 05/28/2013 02:17 AM, Topi Pohjolainen wrote: Otherwise 'intel_set_texture_image_region()' won't have enough details to work with. Signed-off-by: Topi Pohjolainen

[Mesa-dev] [v6 5/9] intel: set dri image dimensions even when creating out of primes

2013-05-28 Thread Topi Pohjolainen
Otherwise 'intel_set_texture_image_region()' won't have enough details to work with. Signed-off-by: Topi Pohjolainen topi.pohjolai...@intel.com --- src/mesa/drivers/dri/intel/intel_screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/intel/intel_screen.c