| Commit message (Expand) | Author | Age | Files | Lines |
* | scons: Prune out unnecessary targets. | Jose Fonseca | 2020-03-30 | 1 | -29/+0 |
* | meson: inline `inc_common` | Eric Engestrom | 2020-03-28 | 1 | -1/+1 |
* | u_format: move format tests to util/tests/ | Eric Engestrom | 2019-12-27 | 4 | -899/+1 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 3 | -5/+5 |
* | ci: Run tests on i386 cross builds | Adam Jackson | 2019-09-17 | 1 | -1/+3 |
* | gallium/util: add a helper to compute vertex count from primitive count | Iago Toral Quiroga | 2019-08-08 | 2 | -1/+47 |
* | meson: drop unused dep_{thread,dl} | Eric Engestrom | 2019-08-03 | 1 | -1/+1 |
* | meson: replace libmesa_util with idep_mesautil | Eric Engestrom | 2019-08-03 | 1 | -2/+2 |
* | u_half_test: Turn it into an actual unit test. | Eric Anholt | 2019-07-16 | 1 | -4/+5 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 1 | -6/+0 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 1 | -34/+0 |
* | gallium: Make sure we return is_unorm/is_snorm for compressed formats. | Eric Anholt | 2019-01-25 | 1 | -0/+65 |
* | gallium: Enable unit tests as actual meson unit tests. | Eric Anholt | 2019-01-25 | 1 | -4/+8 |
* | gallium/tests: Don't ignore S3TC errors. | Jose Fonseca | 2018-07-24 | 1 | -5/+0 |
* | gallium/tests: Fix assignment of EXTRA_DIST | Matt Turner | 2018-05-09 | 1 | -3/+1 |
* | autotools: Include new meson files18.1-branchpoint | Dylan Baker | 2018-04-20 | 1 | -0/+2 |
* | meson: build gallium unit tests | Dylan Baker | 2018-04-18 | 1 | -0/+31 |
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 1 | -1/+0 |
* | Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary" | Roland Scheidegger | 2018-02-07 | 1 | -0/+1 |
* | gallium: build ddebug, noop, rbug, trace as part of auxiliary | Marek Olšák | 2018-02-07 | 1 | -1/+0 |
* | util: move os_time.[ch] to src/util | Nicolai Hähnle | 2017-11-09 | 1 | -1/+2 |
* | util: move pipe_barrier into src/util and rename to util_barrier | Nicolai Hähnle | 2017-11-09 | 1 | -6/+6 |
* | gallium: Remove util_format_s3tc_init() | Matt Turner | 2017-10-02 | 1 | -2/+0 |
* | gallium: Remove util_format_s3tc_enabled | Matt Turner | 2017-10-02 | 1 | -5/+0 |
* | u_format_test: Ignore S3TC errors. | Jose Fonseca | 2017-05-22 | 1 | -0/+25 |
* | gallium/util: replace pipe_thread_create() with u_thread_create() | Timothy Arceri | 2017-03-12 | 1 | -1/+1 |
* | gallium/util: replace pipe_thread_wait() with thrd_join() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: remove PIPE_THREAD_ROUTINE() | Timothy Arceri | 2017-03-07 | 1 | -1/+2 |
* | gallium/util: replace pipe_thread with thrd_t | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium: fix more occurences of u_hash.h | Marek Olšák | 2016-11-22 | 1 | -1/+1 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 1 | -2/+2 |
* | gallium/tests: Update UTIL_FORMAT_MAX_* defines. | Jose Fonseca | 2016-04-19 | 1 | -0/+4 |
* | scons: Add a "check" target to run all unit tests. | Jose Fonseca | 2016-04-14 | 1 | -7/+5 |
* | test/unit: Make translate_test invoke translate_create by default. | Jose Fonseca | 2016-04-14 | 1 | -3/+4 |
* | test/unit: Make pipe_barrier_test actually check correct bahavior. | Jose Fonseca | 2016-04-14 | 1 | -7/+50 |
* | mesa: Add scons files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | gallium/tests: automake: link against libmesautil.la | Emil Velikov | 2014-08-05 | 1 | -0/+1 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -1/+1 |
* | automake: introduce GALLIUM_COMMON_LIB_DEPS | Emil Velikov | 2014-04-05 | 1 | -3/+1 |
* | gallium: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -1/+1 |
* | gallium/tests: fix the translate test | Zack Rusin | 2013-06-28 | 1 | -4/+4 |
* | gallium/tests/unit: Convert to automake | Andreas Boll | 2013-01-10 | 2 | -49/+34 |
* | gallium/tests: update .gitignore files | Andreas Boll | 2012-11-21 | 1 | -0/+6 |
* | tests: Use printf instead of debug_printf in u_format_compatible_test. | Vinson Lee | 2012-10-25 | 1 | -1/+1 |
* | tests: Updated tests to properly handle NaN for half floats. | James Benton | 2012-06-29 | 2 | -7/+31 |
* | translate_test: add support for half floats | Brian Paul | 2012-06-06 | 1 | -0/+8 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -12/+12 |
* | tests/unit: Fix include style | Kai Wasserbäch | 2011-08-29 | 1 | -5/+5 |
* | gallium: s/bool/boolean/ | Brian Paul | 2011-06-08 | 1 | -2/+2 |
* | tests: Use elts in translate_test. | José Fonseca | 2011-04-01 | 1 | -8/+14 |