| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | scons: Add aliases for unit tests. | José Fonseca | 2011-04-01 | 1 | -4/+4 |
* | scons: Fix immediate Python exceptions with SCons on SunOS. | Vinson Lee | 2011-03-08 | 1 | -1/+1 |
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -2/+2 |
* | util: Flush stdout on util_format. | José Fonseca | 2010-09-22 | 1 | -0/+8 |
* | util: Helper function to determined whether two formats can be memcpy'ed. | José Fonseca | 2010-09-05 | 3 | -0/+78 |
* | translate_test: Fix compilation with MSVC. | Vinson Lee | 2010-08-12 | 1 | -1/+2 |
* | translate_test: fix compilation on non-POSIX platforms | Luca Barbieri | 2010-08-12 | 1 | -5/+19 |
* | translate_test: improve | Luca Barbieri | 2010-08-12 | 1 | -6/+60 |
* | scons: Fix freebsd8 build. | Vinson Lee | 2010-08-11 | 1 | -1/+4 |
* | translate_test: fix segfault on x86-64 | Luca Barbieri | 2010-08-11 | 1 | -2/+6 |
* | translate_test: fix, reindent, and improve | Luca Barbieri | 2010-08-11 | 1 | -137/+204 |
* | translate: Add translate_test.c to SCons. | Vinson Lee | 2010-08-11 | 1 | -1/+2 |
* | translate: add testsuite | Luca Barbieri | 2010-08-11 | 2 | -1/+172 |