summaryrefslogtreecommitdiff
path: root/progs/gallium/unit
AgeCommit message (Expand)Author
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02progs/gallium/unit: Silence uninitialized variable warnings.Vinson Lee
2010-04-01progs/gallium/unit: Move declaration before code.Vinson Lee
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri
2010-04-02progs/gallium: add unit test for u_halfLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri
2010-04-01gallium/unit: Invoke util_half_init_tables().José Fonseca
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca
2010-04-01util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca
2010-04-01util: Allow to have block format test casesJosé Fonseca
2010-04-01gallium/unit: Install test in build/xxx/binJosé Fonseca
2010-03-31util: Make the accessors bidimensional again.José Fonseca
2010-03-31util: Add callback to fetch a single pixel.José Fonseca
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-31util: Make pack/unpack operate on spans.José Fonseca
2010-03-31util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca
2010-03-06progs/gallium/unit: Remove the test cases.José Fonseca
2010-03-06progs/gallium/unit: Skip test cases which cannot be represented in 4ub.José Fonseca
2010-03-06progs/gallium/unit: Use the shortened name to reconstruct the function being ...José Fonseca
2010-03-06progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases.José Fonseca
2010-03-03progs/gallium/unit: Test (un)pack_4ub.José Fonseca
2010-03-03progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.José Fonseca
2010-03-02progs/gallium/unit: Add test cases for single precision floats.José Fonseca
2010-03-02progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.José Fonseca
2010-03-02progs/gallium/unit: Add more test cases.José Fonseca
2010-03-02gallium/unit: Rename pipe formats.José Fonseca
2010-03-01progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01progs/gallium: Make a phony target "unit" to run unit tests.José Fonseca
2010-02-27progs/gallium: Add unit tests for pixel format packing/unpacking.José Fonseca