Re: [Mesa-dev] [PATCH] mesa: fix format conversion bug in get_tex_rgba_uncompressed()

2016-08-29 Thread Jason Ekstrand
Seems reasonable, Reviewed-by: Jason Ekstrand On Aug 29, 2016 11:43 AM, "Brian Paul" wrote: > We need to set the need_convert flag with each loop iteration, not > just when the rgba pointer is null. > > Bug reported by Markus Müller on mesa-users list. > Fixes new piglit arb_texture_float-get

[Mesa-dev] [PATCH] mesa: fix format conversion bug in get_tex_rgba_uncompressed()

2016-08-29 Thread Brian Paul
We need to set the need_convert flag with each loop iteration, not just when the rgba pointer is null. Bug reported by Markus Müller on mesa-users list. Fixes new piglit arb_texture_float-get-tex3d test. Cc: --- src/mesa/main/texgetimage.c | 14 -- 1 file changed, 8 insertions(+),