util: add a timespec helper
[mesa.git] / src / util /
2019-07-29 Lionel Landwerlinutil: add a timespec helper
2019-07-25 Alyssa Rosenzweigutil/ra: Add a getter for a node class
2019-07-24 Eric Engestromutil: fix no-op macro (bad number of arguments)
2019-07-23 Eric Engestromutil: fix asprintf() fallback
2019-07-23 Eric Engestromutil: add asprintf() wrapper for MSVC
2019-07-19 Eric Engestromutil: drop strncat(), strcmp(), strncmp(), snprintf...
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for vasprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-19 Eric Engestromutil: use standard name for strcmp()
2019-07-19 Eric Engestromutil: use standard name for strcasecmp()
2019-07-19 Eric Engestromutil: use standard name for strncmp()
2019-07-19 Eric Engestromutil: use standard name for strncat()
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-19 Eric Engestromutil: use standard name for strchrnul()
2019-07-19 Eric Engestromutil: drop unused vsprintf() wrapper
2019-07-19 Eric Engestromutil: drop unused strchr() wrapper
2019-07-19 Eric Engestromutil: drop unused strstr() wrapper
2019-07-16 Eric Anholtsrc/util: Switch _mesa_half_to_float() to u_half.h...
2019-07-04 Christian Gmeinerutil/macros: rework DIV_ROUND_UP macro
2019-06-28 Eric Engestromutil: add os_file_create_unique()
2019-06-27 Eric Engestrommeson: set up a proper internal dependency for xmlconfig
2019-06-27 Eric Engestromxmlconfig: add missing #include
2019-06-27 Eric Engestromxmlpool: fix typo in comment
2019-06-24 Eric Engestromutil: support "y" and "n" in env_var_as_boolean()
2019-06-21 Marek Olšákinclude: update GL headers from the registry
2019-06-20 Eric Engestromutil/os_file: resize buffer to what was actually needed
2019-06-20 Alejandro Piñeiroutil: add empty line before virgl options
2019-06-20 Alejandro Piñeiroutil: add missing DRI_CONF_OPT_END
2019-06-20 Gert Wollnyvirgl: Add a tweak to set the value for emulated querie...
2019-06-20 Gert Wollnyvirgl: Add tweak to apply a swizzle when drawing/blitti...
2019-06-20 Gert Wollnyvirgl: Add driconf tweak for emulating BGRA surfaces...
2019-06-19 Jory Prattutil: Heap-allocate 256K zlib buffer
2019-06-12 Caio Marcelo de... i965: Fix INTEL_DEBUG=bat
2019-06-12 Caio Marcelo de... util/hash_table: Properly handle the NULL key in hash_t...
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-12 Nicolai Hähnleu_dynarray: return 0 on realloc failure and ensure...
2019-06-12 Eric Engestromutil/futex: fix dangling pointer use
2019-06-09 Eric Engestromutil/os_file: suppress sign comparison warning
2019-06-09 Eric Engestromutil/os_file: fix error being sign-cast back and forth
2019-06-09 Eric Engestromutil/os_file: avoid shadowing read() with a local variable
2019-06-09 Eric Engestromutil/os_file: actually return the error read() gave us
2019-06-06 Jason Ekstrandutil/hash_table: Assert that keys are not reserved...
2019-06-06 Jason Ekstrandutil/set: Assert that keys are not reserved pointers
2019-05-31 Connor Abbottutil/hash_table: Use fast modulo computation
2019-05-31 Connor Abbottutil/set: Use fast modulo computation
2019-05-31 Connor Abbottutil: Add a helper for faster remainders
2019-05-31 Connor Abbottutil/hash_table: Add specialized resizing add function
2019-05-31 Connor Abbottutil/set: Add specialized resizing add function
2019-05-31 Connor Abbottutil/hash_table: Pull out loop-invariant computations
2019-05-31 Connor Abbottutil/set: Pull out loop-invariant computations
2019-05-31 Connor Abbottutil/set: Add a _mesa_set_search_or_add() function
2019-05-30 Rob Clarklist: add some iterator debug
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-27 Timothy Arceriradeonsi: add drirc workaround for American Truck Simulator
2019-05-20 Timothy Arceriutil: add missing include to build_id.h
2019-05-16 Marek Olšákradeonsi: disable primitive restart for triangles for...
2019-05-16 Eric Engestromutil/os_file: always use the 'grow' mechanism
2019-05-14 Jason Ekstrandutil/ra: Assert nodes are in-bounds in add_node_interfe...
2019-05-14 Jason Ekstrandutil/ra: Don't destroy the graph in ra_allocate()
2019-05-14 Jason Ekstrandutil/ra: Add a helper for resetting a node's interference
2019-05-14 Jason Ekstrandutil/ra: Add helpers for adding nodes to an interferenc...
2019-05-14 Jason Ekstrandutil/ralloc: Add helpers for growing zero-initialized...
2019-05-14 Jason Ekstrandutil/ra: Improve the performance of ra_simplify
2019-05-14 Jason Ekstrandutil/ra: Only update q_total if the reg is not assigned
2019-05-14 Jason Ekstrandutil/ra: Only update best_optimistic_node if !progress
2019-05-14 Jason Ekstrandutil/ra: Make in_stack a bitset in the graph
2019-05-14 Jason Ekstrandutil/ra: Get rid of tabs
2019-05-13 Eric Anholtv3d: Use driconf to expose non-MSAA texture limits...
2019-05-13 Jason Ekstrandutil/set: Add a helper to resize a set
2019-05-13 Jason Ekstrandutil/set: Add a search_and_add function
2019-05-06 Timothy Arceriradeonsi: add config entry for Counter-Strike Global...
2019-05-06 Timothy Arceriutil/drirc: add workarounds for bugs in Doom 3: BFG
2019-05-03 Dylan Bakertests/vma: fix build with MSVC
2019-05-03 Dylan Bakerutil/tests: Use define instead of VLA
2019-05-03 Dave Airlieutil/bitset: fix bitset range mask calculations.
2019-05-03 Dave Airlieutil/tests: add basic unit tests for bitset
2019-05-02 Jason Ekstrandutil/bitset: Return an actual bool from test macros
2019-05-01 Eric Engestromutil: move #include out of #if linux
2019-04-30 Axel Davyst/nine: Control shader constant inlining with drirc
2019-04-30 Axel Davydrirc: Add Gallium nine workaround for Rayman Legends
2019-04-30 Axel Davyst/nine: Add drirc option to use data_internal for...
2019-04-30 Eric Engestromutil: add os_read_file() helper
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-25 Nicolai Hähnleradeonsi: add si_debug_options for convenient adding...
2019-04-22 Danylo Piliaievdrirc: Add workaround for Epic Games Launcher
2019-04-19 Kristian H. Kristensenralloc: Fully qualify non-virtual destructor call
2019-04-15 grmatdrirc: add Spectacle, Falkon to a-sync blacklist
2019-04-15 davidbepodrirc: add Waterfox to adaptive-sync blacklist
2019-04-15 El Christianitodrirc: add Budgie WM to adaptive-sync blacklist
2019-04-15 Dylan BakerDelete autotools
2019-04-11 Qiang Yuu_dynarray: add util_dynarray_grow_cap
2019-04-11 Qiang Yuu_math: add ushort_to_float/float_to_ushort
2019-04-04 Eric Engestromutil/process: document memory leak
2019-04-01 Marek Olšákutil/queue: add util_queue_adjust_num_threads
2019-04-01 Marek Olšákutil/queue: hold a lock when reading num_threads in...
2019-04-01 Marek Olšákutil/queue: add ability to kill a subset of threads
2019-04-01 Marek Olšákutil/queue: move thread creation into a separate function
2019-03-29 Brian Paulutil: no-op __builtin_types_compatible_p() for non...
next