| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Include string.h in bitscan.h. | Vinson Lee | 2016-11-01 | 1 | -0/+1 |
* | vulkan: add vk_alloc.h shared allocation inlines. | Dave Airlie | 2016-10-19 | 2 | -1/+77 |
* | util: move min/max/clamp macros to util macros.h | Dave Airlie | 2016-10-19 | 1 | -0/+13 |
* | util: add vector util code. | Dave Airlie | 2016-10-19 | 3 | -1/+193 |
* | util: remove unused variable | Timothy Arceri | 2016-10-07 | 1 | -4/+2 |
* | util/slab: re-design to allow migration between pools (v3) | Nicolai Hähnle | 2016-10-05 | 2 | -89/+258 |
* | util: use GCC atomic intrinsics with explicit memory model | Nicolai Hähnle | 2016-10-05 | 1 | -0/+21 |
* | util: remove Sun C Compiler support | Timothy Arceri | 2016-09-23 | 1 | -1/+1 |
* | u_endian: add android to glibc clause | Dave Airlie | 2016-09-13 | 1 | -1/+1 |
* | mesa/glsl: Move string_to_uint_map into the util folder | Thomas Helland | 2016-09-12 | 3 | -0/+221 |
* | util: Move hash_table_call_foreach to util hash table | Thomas Helland | 2016-09-12 | 1 | -0/+13 |
* | util: (trivial) add <stdint.h> include to slab.c | Roland Scheidegger | 2016-09-06 | 1 | -0/+1 |
* | util: import the slab allocator from gallium | Marek Olšák | 2016-09-06 | 3 | -0/+244 |
* | gallium/util: move endian detect into a separate file | Dave Airlie | 2016-09-06 | 2 | -1/+71 |
* | util: add assert that key cannot be NULL on insertion | Tapani Pälli | 2016-08-22 | 1 | -0/+2 |
* | mesa: Fix uf10_to_f32() scale factor in the E == 0 and M != 0 case. | Kenneth Graunke | 2016-08-17 | 1 | -1/+1 |
* | util: try to use SSE instructions with MSVC and 32-bit gcc | Brian Paul | 2016-08-17 | 1 | -3/+4 |
* | util: Use win32 intrinsics for util_last_bit if present. | Mathias Fröhlich | 2016-08-10 | 1 | -0/+12 |
* | util: Move _mesa_fsl/util_last_bit into util/bitscan.h | Mathias Fröhlich | 2016-08-09 | 1 | -0/+68 |
* | util/r11g11b10f: Whitespace cleanups | Jason Ekstrand | 2016-08-05 | 1 | -14/+7 |
* | util/format: Use explicitly sized types | Jason Ekstrand | 2016-08-05 | 2 | -6/+8 |
* | util/rgb9e5: Get rid of the float754 union | Jason Ekstrand | 2016-08-05 | 1 | -42/+27 |
* | util/format_rgb9e5: Get rid of the rgb9e5 union | Jason Ekstrand | 2016-08-05 | 1 | -32/+6 |
* | util: Move format_r11g11b10f.h to src/util | Jason Ekstrand | 2016-08-05 | 2 | -0/+233 |
* | util: Move format_rgb9e5.h to src/util | Jason Ekstrand | 2016-08-05 | 2 | -0/+162 |
* | list: fix list_replace() for empty lists | Rob Clark | 2016-07-06 | 1 | -4/+10 |
* | mesa/gallium: Move u_bit_scan{,64} from gallium to util. | Mathias Fröhlich | 2016-06-14 | 3 | -0/+235 |
* | mesa: Add .gitignore entries for make check binaries | Kristian Høgsberg Kristensen | 2016-05-25 | 2 | -0/+2 |
* | util: Add ATTRIBUTE_RETURNS_NONNULL. | Matt Turner | 2016-05-16 | 1 | -0/+6 |
* | util/ralloc: Remove double zero'ing of rzalloc buffers | Jordan Justen | 2016-05-10 | 1 | -9/+12 |
* | st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor | Nicolai Hähnle | 2016-04-29 | 1 | -0/+6 |
* | scons: Move fallback HAVE_* definitions to headers. | Jose Fonseca | 2016-04-26 | 1 | -0/+2 |
* | util: add MAYBE_UNUSED for config dependent variables | Grazvydas Ignotas | 2016-04-25 | 1 | -0/+2 |
* | util: Fix warning of invalid return value | Chad Versace | 2016-04-15 | 1 | -1/+2 |
* | util/list: Add list splicing functions | Jason Ekstrand | 2016-04-15 | 1 | -0/+22 |
* | util: Fix race condition on libgcrypt initialization | Mark Janes | 2016-04-15 | 1 | -8/+11 |
* | scons: Add a "check" target to run all unit tests. | Jose Fonseca | 2016-04-14 | 1 | -5/+2 |
* | util/bitset: Allow iterating over const bitsets | Jason Ekstrand | 2016-03-24 | 1 | -1/+1 |
* | util/sha: do not wrap header inclusion in extern "C" | Emil Velikov | 2016-03-09 | 1 | -2/+2 |
* | util: fix new gcc6 warnings | Rob Clark | 2016-02-18 | 1 | -1/+3 |
* | util/u_atomic: Remove MSVC 2008 support. | Jose Fonseca | 2016-02-12 | 1 | -59/+0 |
* | scons: Eliminate MSVC2008 compatibility. | Jose Fonseca | 2016-02-11 | 1 | -1/+1 |
* | configure: Eliminate MSVC2008 compatibility. | Jose Fonseca | 2016-02-11 | 1 | -1/+1 |
* | util/hash_table: add _mesa_hash_table_num_entries | Nicolai Hähnle | 2016-02-03 | 1 | -0/+5 |
* | util/hash_table: add _mesa_hash_table_clear (v4) | Nicolai Hähnle | 2016-02-03 | 4 | -0/+120 |
* | util/hash_table: don't compare deleted entries | Connor Abbott | 2016-02-02 | 1 | -1/+2 |
* | util/set: don't compare against deleted entries | Connor Abbott | 2016-02-02 | 1 | -1/+2 |
* | ralloc: Fix ralloc_adopt() to the old context's last child's parent. | Kenneth Graunke | 2015-12-18 | 1 | -0/+1 |
* | util: fix comment typo | Giuseppe Bilotta | 2015-12-04 | 1 | -1/+1 |
* | Remove Sun CC specific code. | Jose Fonseca | 2015-12-02 | 1 | -1/+1 |