util: add vector util code.
[mesa.git] / src / util / Makefile.sources
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.