OSDN Git Service

android: vulkan/util: fix generating vk_enum_to_str.*
[android-x86/external-mesa.git] / src / util /
2019-04-25 Chih-Wei HuangMerge remote-tracking branch 'mesa/18.3' into oreo-x86 android-x86-8.1-r2
2019-03-06 Marek Olšákdriconf: add Civ6Sub executable for Civilization 6
2019-03-06 Marek Olšákradeonsi: always enable NIR for Civilization 6 to fix...
2019-03-06 Marek Olšákradeonsi: add driconf option radeonsi_enable_nir
2019-02-20 Chih-Wei HuangMerge remote-tracking branch 'mesa/18.3' into oreo-x86
2019-02-02 Chih-Wei HuangMerge remote-tracking branch 'mesa/18.3' into oreo-x86
2019-01-24 Chih-Wei HuangMerge remote-tracking branch 'mesa/18.3' into oreo-x86
2018-12-22 Mauro RossiMerge remote-tracking branch 'mesa/18.3' into oreo-x86
2018-12-22 WuZhenandroid: print debug info to logcat
2018-11-14 Matt Turnerutil/ralloc: Make sizeof(linear_header) a multiple...
2018-11-08 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...
2018-08-17 Mathieu Bridonpython: Open the template as text, with an explicit...
2018-08-17 Mathieu Bridonpython: Help Python 2 print the line
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-10 Mathieu Bridonpython: Rework bytes/unicode string handling
next