dri: Use DRM_FORMAT_* instead of defining our own copy.
[mesa.git] / src / util /
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...
2019-03-28 Eric Engestromutil/disk_cache: close fd in the fallback path
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-14 Alyssa Rosenzweigutil: Add a drm_find_modifier helper
2019-03-11 Eric Anholtutil: Add a DAG datastructure.
2019-03-05 Eric Engestromutil: #define PATH_MAX when undefined (eg. Hurd)
2019-03-03 Greg Vutil: emulate futex on FreeBSD using umtx
2019-02-28 Eric Engestromdriconf: add DTD to allow the drirc xml (00-mesa-defaul...
2019-02-27 Timo Aaltonenutil/os_misc: Add check for PIPE_OS_HURD
2019-02-27 Tapani Pälliutil: fix a warning when building against clang7 headers
2019-02-26 Drew Davenportutil: Don't block SIGSYS for new threads
2019-02-26 Eric Engestromdriinfo: add DTD to allow the xml to be validated
2019-02-19 Mario Kleinerdrirc: Add sddm-greeter to adaptive_sync blacklist.
2019-02-19 Marek Olšákdriconf: add Civ6Sub executable for Civilization 6
2019-02-19 Marek Olšákradeonsi: always enable NIR for Civilization 6 to fix...
2019-02-19 Marek Olšákradeonsi: add driconf option radeonsi_enable_nir
2019-02-15 Tapani Pällidrirc/i965: add option to disable 565 configs and visuals
2019-02-14 Eric Engestromutil/tests: compile to something sensible in release...
2019-02-08 Timothy Arceriutil: move BITFIELD macros to util/macros.h
2019-02-07 Eric Engestromdriconf: drop unused macro
2019-01-24 Matt Turnergallium: Enable ASIMD/NEON on aarch64.
2019-01-18 Caio Marcelo de... nir: check NIR_SKIP to skip passes by name
2019-01-14 Caio Marcelo de... util: Helper to create sets and hashes with pointer...
2018-12-28 Nicholas Kazlauskasdrirc: Initial blacklist for adaptive sync
2018-12-28 Nicholas Kazlauskasutil: Add adaptive_sync driconf option
2018-12-28 Nicholas Kazlauskasutil: Get program name based on path when possible
2018-12-16 Ian Romanickutil/hash_table: Add _mesa_hash_table_init function
2018-12-14 Ian Romanickutil/slab: Rename slab_mempool typed parameters to...
2018-11-27 Rob Clarkutil: env_var_as_unsigned() helper
2018-11-27 Dylan Bakerutil: promote u_memory to src/util
2018-11-21 Marek Olšákdrirc: enable glthread for Talos Principle
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-13 Eric Engestromxmlpool: update translation po files
2018-11-13 Matt Turnerutil/ralloc: Make sizeof(linear_header) a multiple...
2018-11-13 Matt Turnerutil/ralloc: Switch from DEBUG to NDEBUG
2018-11-12 Alyssa Rosenzweigutil: Fix warning in u_cpu_detect on non-x86
2018-11-05 Sergii Romantsovautotools: library-dependency when no sse and 32-bit
2018-11-01 Dylan Bakermeson: don't install translation files
2018-10-31 Dylan Bakerutil/gen_xmlpool: Make use of python's foreach loop
2018-10-31 Dylan Bakerutil/gen_xmlpool: Don't use len to test for container...
2018-10-31 Dylan Bakerutil/gen_xmlpool: Don't write via shell redirection
2018-10-31 Dylan Bakerutil/gen_xmlpool: use with statement to open file
2018-10-31 Dylan Bakerutil/gen_xmlpool: use a main function
2018-10-31 Dylan Bakerutil/gen_xmlpool: Use print function instad of sys...
2018-10-31 Dylan Bakerutil/gen_xmlpool: Use more standard style
2018-10-31 Dylan Bakerutil/xmlpool: Update for meson generation
next