summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-13/+13
2022-12-01meson: replace deprecated meson.get_cross_property(...) with meson.get_extern...Eric Engestrom1-1/+1
2022-09-02util: Add ssse3 and avx cpu caps override optionYonggang Luo1-2/+2
2022-08-29util: Use environment variable GALLIUM_OVERRIDE_CPU_CAPS to remove usage of u...Yonggang Luo2-48/+27
2022-08-29gallium: Fixes memory leak of translate_test.cYonggang Luo1-0/+9
2022-08-29util: Handling GALLIUM_NOSSE in u_cpu_detect.cYonggang Luo1-5/+4
2022-07-21gallium/tests: Remove format desc null checksKonstantin Seurer1-12/+10
2022-06-15util/c11: Update function u_thread_create to be c11 conformanceYonggang Luo1-1/+1
2022-04-20util: Remove util_cpu_detectJason Ekstrand2-3/+0
2021-02-26util: Add accessor for util_cpu_capsRob Clark2-8/+10
2020-12-01gallium/tests: fix unused-but-set-variable warningMichel Zou1-0/+1
2020-10-06gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-10-06util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-3/+3
2020-10-06util: implement F16C using inline assembly on x86_64Marek Olšák1-6/+19
2020-10-01Revert F16C series (MR 6774)Matt Turner2-24/+11
2020-09-30gallium/util: remove empty file u_half.hMarek Olšák2-2/+2
2020-09-30util: remove util_float_to_half and util_half_to_float wrappersMarek Olšák2-3/+3
2020-09-30util: implement f16c - fast half<->float conversionsMarek Olšák1-6/+19
2020-08-16util: Move fetch_rgba to a separate function table.Eric Anholt1-7/+9
2020-08-16util: Make all 3 fetch_rgba functions occupy the same function slot.Eric Anholt1-4/+4
2020-08-12util: Split the pack/unpack functions out of the format desc.Eric Anholt1-6/+10
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca1-29/+0
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2019-12-27u_format: move format tests to util/tests/Eric Engestrom4-899/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt3-5/+5
2019-09-17ci: Run tests on i386 cross buildsAdam Jackson1-1/+3
2019-08-08gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2-1/+47
2019-08-03meson: drop unused dep_{thread,dl}Eric Engestrom1-1/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+2
2019-07-16u_half_test: Turn it into an actual unit test.Eric Anholt1-4/+5
2019-04-29delete autotools .gitignore filesEric Engestrom1-6/+0
2019-04-15Delete autotoolsDylan Baker1-34/+0
2019-01-25gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt1-0/+65
2019-01-25gallium: Enable unit tests as actual meson unit tests.Eric Anholt1-4/+8
2018-07-24gallium/tests: Don't ignore S3TC errors.Jose Fonseca1-5/+0
2018-05-09gallium/tests: Fix assignment of EXTRA_DISTMatt Turner1-3/+1
2018-04-20autotools: Include new meson files18.1-branchpointDylan Baker1-0/+2
2018-04-18meson: build gallium unit testsDylan Baker1-0/+31
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák1-1/+0
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-0/+1
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-1/+0
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+2
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle1-6/+6
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-2/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-5/+0
2017-05-22u_format_test: Ignore S3TC errors.Jose Fonseca1-0/+25
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1