summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_tests.c
Commit message (Expand)AuthorAgeFilesLines
* Use C99 NAN and INFINITY macrosMatt Turner2012-08-031-10/+3
* gallium/util: Use GCC built-in functions for NaN and infinity.Vinson Lee2012-07-301-0/+5
* gallium/util: Truly disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+1
* gallium/util: Disable INF/NAN tests on MSVC.José Fonseca2012-06-291-1/+7
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-2/+4
* util: Updated u_format_tests to rigidly test half-float boundary values.James Benton2012-06-291-0/+30
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-13/+13
* util: Get all depth stencil tests passing.José Fonseca2010-04-091-2/+33
* util: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMAT_R8G8B8X8_UNORM.José Fonseca2010-04-081-0/+13
* util: Describe, implement, and test the new D3D9 color formats.José Fonseca2010-04-081-2/+51
* util: Support fixed formats conversion.José Fonseca2010-04-071-0/+35
* util: Implement YUV and subsampled RGB format conversion.José Fonseca2010-04-071-1/+32
* util: Support all SRGB formats.José Fonseca2010-04-061-1/+94
* util: Add support for other DXTn RGBA formats.José Fonseca2010-04-011-17/+111
* util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca2010-04-011-0/+32
* util: Allow to have block format test casesJosé Fonseca2010-04-011-448/+455
* util: Add half float test cases.José Fonseca2010-04-011-0/+35
* util: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case.José Fonseca2010-03-311-6/+5
* Add format B5G5R5X1Alan Hourihane2010-03-181-0/+7
* util: Move the format tests cases here so that they can be easily shared.José Fonseca2010-03-061-0/+544