History log of /external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fb85558ab1e40698bfb1aedaaf32b182560f2479 01-Aug-2012 Matt Turner <mattst88@gmail.com> Use C99 NAN and INFINITY macros
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
2faa2b4f7e4d5a230d5e2ec55bea06eab8dd8fba 30-Jul-2012 Vinson Lee <vlee@freedesktop.org> gallium/util: Use GCC built-in functions for NaN and infinity.

This patch fixes this build failure with Intel Compiler.

src/gallium/auxiliary/util/u_format_tests.c(903): error: floating-point operation result is out of range
{PIPE_FORMAT_R16_FLOAT, PACKED_1x16(0xffff), PACKED_1x16(0x7c01), UNPACKED_1x1( NAN, 0.0, 0.0, 1.0)},

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
16e0ebccb61b65a58db4b3bb1a25a953515eab90 29-Jun-2012 José Fonseca <jfonseca@vmware.com> gallium/util: Truly disable INF/NAN tests on MSVC.

Thanks to Brian for spotting this.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
c9bada497c096ddbb4e07f3eaaeeb70afbbfcfba 29-Jun-2012 José Fonseca <jfonseca@vmware.com> gallium/util: Disable INF/NAN tests on MSVC.

Somehow they are not recognized as constants.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
c8d3481cdb12a10e02b23d65c73017ce5925cde7 12-Jun-2012 James Benton <jbenton@vmware.com> tests: Updated tests to properly handle NaN for half floats.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
60dca53833ee6ed39d75a24af3edb0b8ac3f7e0d 22-May-2012 James Benton <jbenton@vmware.com> util: Updated u_format_tests to rigidly test half-float boundary values.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
866f9b18c68ede63c00917ec9c3dae3524ca8826 11-Sep-2011 Dave Airlie <airlied@redhat.com> gallium: rename ZS stencil type to UINT (v2)

these are never USCALED, always UINT in reality.

taken from some work by Christoph Bumiller

v2: fixup formatting of table + tabs

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
866d22ccce93fa507aca06aaa25217d18b1cdd0f 09-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Get all depth stencil tests passing.

Note the tests don't test all the paths, in particular stride, and
ensuring the old value is preserved.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
c6781e9c78e623b64a9ecfff8a107a1c3f2923c8 08-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMAT_R8G8B8X8_UNORM.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
956b2f74d8048ee9e0cfde4704bb9a5e438c3b03 08-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Describe, implement, and test the new D3D9 color formats.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
2c06fa4682ec0dd8a9f9d15ace867a6b952fd2e8 07-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Support fixed formats conversion.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
7f9444050fbf91a5727617ba39806f28ea0921a2 07-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Implement YUV and subsampled RGB format conversion.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
10dd0cad67ebd0476c9e4de522af3eea136b0e93 04-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Support all SRGB formats.

Based on code from Brian Paul and Michal Krol.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
08eb07bc83c9ba81ad5b497b8991d1069e17f4d7 01-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Add support for other DXTn RGBA formats.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
ca6aacf842c0075f12907d13fec89cc7f1eac4f0 01-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Add test case for PIPE_FORMAT_DXT1_RGB.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
d0995544923d8b67098627a8a9e7729613377789 01-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Allow to have block format test cases
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
f706f12bbfe5356a5e167d162e25cb9d91df781c 01-Apr-2010 José Fonseca <jfonseca@vmware.com> util: Add half float test cases.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
bce109c944c45d763497cea3aeaa6cf0d8163149 31-Mar-2010 José Fonseca <jfonseca@vmware.com> util: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
94abc4b51e134bee1ace2b57400e35c295bda6f8 18-Mar-2010 Alan Hourihane <alanh@vmware.com> Add format B5G5R5X1
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c
212e7433db8e306a678666e9a3e82b0c9e1560ec 06-Mar-2010 José Fonseca <jfonseca@vmware.com> util: Move the format tests cases here so that they can be easily shared.
/external/mesa3d/src/gallium/auxiliary/util/u_format_tests.c