llvmpipe: fix denorm handling for r11g11b10_float format when blending
authorRoland Scheidegger <sroland@vmware.com>
Fri, 31 Jan 2014 18:47:37 +0000 (19:47 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 31 Jan 2014 18:51:06 +0000 (19:51 +0100)
commit1d53603f1fb49dd839e427f161a8912cf58d80c8
treee8b7625c4685d939fce139d48210e70633c1018b
parent606544214e0e45d1d93de16b4ac4851d8d71eb87
llvmpipe: fix denorm handling for r11g11b10_float format when blending

The code re-enabling denorms for small float formats did not recognize
this format due to format handling hacks (mainly, the lp_type doesn't have
the floating bit set).

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_state_fs.c