aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-29/+0
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* u_format: move format tests to util/tests/Eric Engestrom2019-12-274-899/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-143-5/+5
* ci: Run tests on i386 cross buildsAdam Jackson2019-09-171-1/+3
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-082-1/+47
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* u_half_test: Turn it into an actual unit test.Eric Anholt2019-07-161-4/+5
* delete autotools .gitignore filesEric Engestrom2019-04-291-6/+0
* Delete autotoolsDylan Baker2019-04-151-34/+0
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-251-0/+65
* gallium: Enable unit tests as actual meson unit tests.Eric Anholt2019-01-251-4/+8
* gallium/tests: Don't ignore S3TC errors.Jose Fonseca2018-07-241-5/+0
* gallium/tests: Fix assignment of EXTRA_DISTMatt Turner2018-05-091-3/+1
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-201-0/+2
* meson: build gallium unit testsDylan Baker2018-04-181-0/+31
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-1/+0
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-0/+1
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-1/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+2
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-091-6/+6
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-5/+0
* u_format_test: Ignore S3TC errors.Jose Fonseca2017-05-221-0/+25
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-2/+2
* gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca2016-04-191-0/+4
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-141-7/+5
* test/unit: Make translate_test invoke translate_create by default.Jose Fonseca2016-04-141-3/+4
* test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca2016-04-141-7/+50
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* gallium/tests: automake: link against libmesautil.laEmil Velikov2014-08-051-0/+1
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-3/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-1/+1
* gallium/tests: fix the translate testZack Rusin2013-06-281-4/+4
* gallium/tests/unit: Convert to automakeAndreas Boll2013-01-102-49/+34
* gallium/tests: update .gitignore filesAndreas Boll2012-11-211-0/+6
* tests: Use printf instead of debug_printf in u_format_compatible_test.Vinson Lee2012-10-251-1/+1
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-292-7/+31
* translate_test: add support for half floatsBrian Paul2012-06-061-0/+8
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-12/+12
* tests/unit: Fix include styleKai Wasserbäch2011-08-291-5/+5
* gallium: s/bool/boolean/Brian Paul2011-06-081-2/+2
* tests: Use elts in translate_test.José Fonseca2011-04-011-8/+14