util: Helper to create sets and hashes with pointer keys
[mesa.git] / src / util /
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
2018-10-31 Dylan Bakermeson: add support for generating translation mo files
2018-10-31 Dylan Bakerutil/gen_xmlpool: use argparse for argument handling
2018-10-31 Emil Velikovconfigure: allow building with python3
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-30 Eric Engestromutil: s/0/NULL/ for pointer
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Eric Engestromutil: use *unsigned* ints for bit operations
2018-10-17 Marek Olšákutil: document a limitation of util_fast_udiv32
2018-10-16 Caio Marcelo de... util: Add foreach_reverse for dynarray
2018-10-10 Jason Ekstrandutil: Add tests for fast integer division by constants
2018-10-10 Marek Olšákutil: Add power-of-two divisor support to compute_fast_...
2018-10-10 Jason Ekstrandutil: Generalize fast integer division to be variable...
2018-10-10 Marek Olšákutil: Add fast division helpers
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-10-07 Marek Olšákutil/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
2018-10-06 Alan Coopersmithutil: Make xmlconfig.c build on Solaris without d_type...
2018-10-04 Marek Olšákdrirc: add a workaround for ARMA 3
2018-10-02 Timothy Arceriutil: add disk_cache_get_function_identifier()
2018-10-02 Timothy Arceriutil: rename timestamp param in disk_cache_create()
2018-10-02 Timothy Arceriutil: disable cache if we have no build-id and timestam...
2018-09-21 Caio Marcelo de... util: Add macro to get number of elements in dynarray
2018-09-20 Dylan BakerRevert "utils/u_math: break dependency on gallium/utils"
2018-09-20 Dylan Bakerutils/u_math: break dependency on gallium/utils
2018-09-18 Timothy Arcerimesa: move legacy dri config option texture_depth
2018-09-18 Timothy Arcerimesa: move legacy dri config option fthrottle_mode
2018-09-18 Timothy Arcerimesa: move legacy dri config option def_max_anisotropy
2018-09-18 Timothy Arcerimesa: move legacy dri config option no_neg_lod_bias
2018-09-18 Timothy Arcerimesa: move legacy dri config option round_mode
2018-09-18 Timothy Arcerimesa: remove unused dri option float_depth
2018-09-18 Timothy Arcerimesa: move legacy dri config option dither_mode
2018-09-18 Timothy Arcerimesa: move legacy dri config option color_reduction
2018-09-18 Timothy Arcerimesa: move legacy TCL dri config options
2018-09-18 Timothy Arceriutil: use force_compat_profile for Wolfenstein The...
2018-09-18 Timothy Arcerimesa/st: add force_compat_profile option to driconfig
2018-09-17 Dylan Bakermove pthread_setaffinity_np check to the build system
2018-09-10 Marek Olšákutil: try to fix the Android and MacOS build
2018-09-10 Sergii Romantsovmesa/meson: 32bit xmlconfig linkage
2018-09-10 Jose FonsecaRequire Visual Studio 2015.
2018-09-07 Marek Olšákst/mesa: pin driver threads to a specific L3 cache...
2018-09-07 Dylan Bakermove u_math to src/util
2018-09-06 Andrii Simiklitmesa/util: add missing va_end() after va_copy()
2018-09-06 Andrii Simiklitmesa/util: don't ignore NULL returned from 'malloc'
2018-09-06 Andrii Simiklitmesa/util: don't use the same 'va_list' instance twice
2018-09-06 Eric Engestrommeson: consolidate langs lists
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-29 Timothy Arceriradeonsi: enable radeonsi_zerovram for No Mans Sky
2018-08-29 Timothy Arceriradeonsi: add radeonsi_zerovram driconfig option
2018-08-28 Dylan Bakermeson: Actually load translation files
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-22 Caio Marcelo de... util/dynarray: add a clone function
2018-08-22 Lionel Landwerlinutil: rb_tree: add safe iterators
2018-08-21 Eric Engestromutil/xmlpool: make indentation coherent
2018-08-20 Timothy Arcerimesa: move legacy hyperz option from dri config
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-08-20 Timothy Arcerimesa: drop legacy no_rast dri option
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_units
2018-08-20 Timothy Arcerimesa: remove unused dri config option texture_heaps
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_blend_quality
2018-08-20 Timothy Arceriutil: remove unused S3TC translation for dri config
2018-08-20 Timothy Arcerimesa: remove dri configs unused software-fallback options
2018-08-20 Timothy Arcerimesa: remove unused dri config option excess_mipmap
2018-08-20 Timothy Arcerimesa: remove unused dri config option performance_boxes
2018-08-18 Kai Wasserbächutil: mark s as MAYBE_UNUSED in _mesa_half_to_unorm8
2018-08-17 Timothy Arceriutil: add drirc workarounds for RAGE
2018-08-17 Timothy Arceriutil: better handle program names from wine
2018-08-17 Qiang Yuloader: add dri_driver option to override dri driver...
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-08-17 Qiang Yudriconf: move ${sysconfdir}/drirc to ${datadir}/drirc...
2018-08-17 Qiang Yuxmlconfig: read more config files from drirc.d/
2018-08-17 Emil Velikovxmlconfig: refine driParseConfigFiles to use parseOneCo...
next