From: José Fonseca Date: Tue, 20 Apr 2010 14:27:42 +0000 (+0200) Subject: llvmpipe: Re-enable half float formats. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc822705e548e1172a550bff25284654500efd81;p=mesa.git llvmpipe: Re-enable half float formats. They should be working now, both textures and vertex/index/buffers. This reverts commit efc69ca61cf8fe7d2d44d177e7737999b6a114b5. --- diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index a30f3c4e9f4..6d309c6b647 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -187,11 +187,6 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen, case PIPE_FORMAT_DXT3_RGBA: case PIPE_FORMAT_DXT5_RGBA: return util_format_s3tc_enabled; - case PIPE_FORMAT_R16_FLOAT: - case PIPE_FORMAT_R16G16_FLOAT: - case PIPE_FORMAT_R16G16B16_FLOAT: - case PIPE_FORMAT_R16G16B16A16_FLOAT: - return FALSE; default: break; }