Re: [Mesa-dev] [PATCH] st/mesa: also move yoffset to zoffset for 1d array textures

2015-08-16 Thread Marek Olšák
Reviewed-by: Marek Olšák marek.ol...@amd.com On Sun, Aug 16, 2015 at 3:45 AM, Ilia Mirkin imir...@alum.mit.edu wrote: Do the same as in st_TexSubImage. This fixes arb_get_texture_sub_image-get on llvmpipe when it is set to prefer blits, and nouveau when it uses the 3d engine for blits.

[Mesa-dev] [PATCH] st/mesa: also move yoffset to zoffset for 1d array textures

2015-08-15 Thread Ilia Mirkin
Do the same as in st_TexSubImage. This fixes arb_get_texture_sub_image-get on llvmpipe when it is set to prefer blits, and nouveau when it uses the 3d engine for blits. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- src/mesa/state_tracker/st_cb_texture.c | 2 ++ 1 file changed, 2