summaryrefslogtreecommitdiffstats
path: root/progs/gallium
Commit message (Expand)AuthorAgeFilesLines
* util: Get all depth stencil tests passing.José Fonseca2010-04-091-10/+294
* util: Reorder format tests -- group by format.José Fonseca2010-04-091-28/+32
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-20/+20
* gallium/unit: Silence warnings.José Fonseca2010-04-091-2/+2
* util: Remove the half typedef from p_compiler.h.José Fonseca2010-04-071-2/+2
* util: Implement YUV and subsampled RGB format conversion.José Fonseca2010-04-071-4/+12
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-1/+7
* python/tests: Output test results in a format that Hudson CI can understand.José Fonseca2010-04-031-5/+69
* progs/gallium/unit: Silence uninitialized variable warnings.Vinson Lee2010-04-021-4/+4
* progs/gallium/unit: Move declaration before code.Vinson Lee2010-04-011-1/+2
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-4/+0
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-3/+1
* progs/gallium: add unit test for u_halfLuca Barbieri2010-04-023-1/+77
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-021-1/+1
* gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri2010-04-011-1/+0
* python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca2010-04-011-2/+2
* python/tests: Several cleanups.José Fonseca2010-04-014-117/+117
* gallium/unit: Invoke util_half_init_tables().José Fonseca2010-04-011-0/+2
* util: Add support for other DXTn RGBA formats.José Fonseca2010-04-011-2/+2
* util: Get DXT1_RGB format working correctly.José Fonseca2010-04-011-2/+19
* util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca2010-04-011-5/+37
* util: Allow to have block format test casesJosé Fonseca2010-04-011-68/+145
* gallium/unit: Install test in build/xxx/binJosé Fonseca2010-04-011-0/+2
* util: Make the accessors bidimensional again.José Fonseca2010-03-311-4/+4
* util: Add callback to fetch a single pixel.José Fonseca2010-03-311-0/+34
* python/tests: Read the number of tests to execute from command line.José Fonseca2010-03-311-1/+4
* util: Put the format pack/unpack functions in the description table.José Fonseca2010-03-311-20/+25
* util: Make pack/unpack operate on spans.José Fonseca2010-03-311-4/+4
* util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca2010-03-311-2/+6
* python/tests: Run trhough tests randomly.José Fonseca2010-03-312-55/+52
* python/tests: Rename test name.José Fonseca2010-03-311-0/+0
* python/tests: Test all existing gallium formats.José Fonseca2010-03-312-86/+57
* python/tests: Speed up the tests by reusing the same pipe context.José Fonseca2010-03-312-4/+6
* python/tests: Get the tests running again.José Fonseca2010-03-315-32/+97
* progs/gallium/python: Get tri.py sample working again.José Fonseca2010-03-291-10/+10
* progs/raw: add note about accessing utility functionsKeith Whitwell2010-03-281-0/+10
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-282-0/+102
* progs/gallium: Add trivial gallium demosJakob Bornecrantz2010-03-264-0/+671
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
|\
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | progs/gallium/unit: Remove the test cases.José Fonseca2010-03-061-545/+11
* | progs/gallium/unit: Skip test cases which cannot be represented in 4ub.José Fonseca2010-03-061-4/+23
* | progs/gallium/unit: Use the shortened name to reconstruct the function being ...José Fonseca2010-03-061-1/+1
* | progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases.José Fonseca2010-03-061-7/+6
* | progs/gallium/unit: Test (un)pack_4ub.José Fonseca2010-03-031-8/+103
* | progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.José Fonseca2010-03-031-9/+1
* | progs/gallium/unit: Add test cases for single precision floats.José Fonseca2010-03-021-3/+38
* | progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.José Fonseca2010-03-021-10/+234
* | progs/gallium/unit: Add more test cases.José Fonseca2010-03-021-48/+181
* | progs/gallium/python: Rename pipe formats.José Fonseca2010-03-0210-45/+45