util/format: Use SATURATE
[mesa.git] / src / util / Makefile.sources
2020-05-25 Dmitriy Nesterutil: delete fnv1a hash function
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-01 Dave Airliegallium/llvmpipe: add an optimised 32-bit memset
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-02-21 Erik Faye-Lundutil: promote u_debug_memory.c to src/util
2020-01-23 Anthony Peschutil: move fnv1a hash implementation into its own header
2020-01-23 Anthony Peschutil: import xxhash
2019-12-13 Rafael Antognolliutil/os_socket: Add socket related functions.
2019-12-02 Alejandro Piñeiromesa/main/util: moving gallium u_mm to util, remove...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-31 Jason Ekstrandutil: Add a util_sparse_array data structure
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-17 Samuel Iglesias... util: add fp64 -> fp32 conversion support for RTNE...
2019-09-17 Samuel Iglesias... util: add softfloat functions to operate with doubles...
2019-08-07 Greg Vutil: add anon_file.h for all memfd/temp file usage
2019-07-29 Lionel Landwerlinutil: add a timespec helper
2019-04-30 Eric Engestromutil: add os_read_file() helper
2019-03-11 Eric Anholtutil: Add a DAG datastructure.
2018-11-27 Dylan Bakerutil: promote u_memory to src/util
2018-10-30 Dylan Bakerutil: move u_cpu_detect to util
2018-10-30 Dylan Bakerutil: Move u_debug to utils
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-10 Marek Olšákutil: import public domain code for integer division...
2018-10-10 Jason Ekstrandutil: Add a simple big math library
2018-09-07 Dylan Bakermove u_math to src/util
2018-08-01 Dylan Bakerutil: move process.[ch] to u_process.[ch]
2018-07-05 Jason Ekstrandutil: rb-tree: A simple, invasive, red-black tree
2018-07-05 Marek Olšákutil: extract get_process_name from xmlconfig.c
2018-05-31 Jason Ekstrandutil: Add a virtual memory allocator
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-09 Nicolai Hähnleutil: move futex helpers into futex.h
2017-11-09 Timothy Arcerimesa: Add new fast mtx_t mutex type for basic use cases
2017-09-26 Thomas Hellandutil: Add a string buffer implementation
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-06-07 Thomas Hellandutil: Move u_dynarray to src/util
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-04-03 Grazvydas Ignotasutil/u_atomic: provide 64bit atomics where they're...
2017-03-22 Timothy Arceriutil: move rand_xorshift128plus() to utils
2017-03-22 Emil Velikovutil: automake: beautify sources list
2017-03-22 Emil Velikovutil: inline strndup implementation in the header
2017-03-12 Timothy Arcerigallium/util: move u_queue.{c,h} to src/util
2017-03-12 Timothy Arceriutil: add u_thread.h
2017-03-12 Timothy Arcerigallium/util: move u_string.h to src/util/u_string.h
2017-02-15 Matt Turnerutil: Add utility build-id code.
2017-02-15 Jason Ekstrandutil: Fix a typo in Makefile.sources
2017-02-15 Jason Ekstrandutil: Add helpers for iterating over Vulkan extension...
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2016-11-22 Marek Olšákutil: import CRC32 implementation from gallium
2016-11-15 Marek Olšákutil: import cache.c/h from glsl
2016-10-18 Dave Airlievulkan: add vk_alloc.h shared allocation inlines.
2016-10-18 Dave Airlieutil: add vector util code.
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-09-06 Marek Olšákutil: import the slab allocator from gallium
2016-09-06 Dave Airliegallium/util: move endian detect into a separate file
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... util: Move DRI parse_debug_string() to util
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-29 Samuel Iglesias... util: implement strndup for WIN32
2015-09-06 Ilia Mirkinutil: always include sha1 into the build
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-29 Erik Faye-Lundutil: port _mesa_strto[df] to C
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-19 Carl WorthRename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
2015-01-16 Carl Worthconfigure: Add machinery for --enable-shader-cache...
2015-01-16 Carl Worthmesa: Add mesa SHA-1 functions
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set
2014-12-12 Matt Turnerutil: Add headers and python scripts for distribution.
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-17 Dave Airlieutil: move shared rgtc code to util (v2)
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.