Re: [Mesa-dev] [PATCH] radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling

2016-04-30 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Apr 29, 2016 at 11:21 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > That format has first_non_void < 0. This fixes a regression in piglit > arb_shader_image_load_store-semantics that was introduced by commit > 76b8c5cc602, > while hopefully still

Re: [Mesa-dev] [PATCH] radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling

2016-04-29 Thread Jakob Sinclair
On 2016-04-29 23:21, Nicolai Hähnle wrote: From: Nicolai Hähnle That format has first_non_void < 0. This fixes a regression in piglit arb_shader_image_load_store-semantics that was introduced by commit 76b8c5cc602, while hopefully still shutting Coverity up (and failing in a more obvious way

[Mesa-dev] [PATCH] radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling

2016-04-29 Thread Nicolai Hähnle
From: Nicolai Hähnle That format has first_non_void < 0. This fixes a regression in piglit arb_shader_image_load_store-semantics that was introduced by commit 76b8c5cc602, while hopefully still shutting Coverity up (and failing in a more obvious way if a similar error should re-appear). --- src/