summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2020-12-29util: add printf specifier shared helper code.Dave Airlie4-0/+98
2020-12-22util: Implement os_read_file for WindowsMichael Tang1-16/+11
2020-12-18util/list: use helper function in list_is_singularMarcin Ślusarz1-1/+1
2020-12-18util/list: add list_is_linkedMarcin Ślusarz1-1/+10
2020-12-16driconf: add workaround for Enter The GungeonPierre-Eric Pelloux-Prayer1-0/+8
2020-12-15driconf: Fix memory leak in the unit test.Eric Anholt1-0/+5
2020-12-15util/vma: Fix leak of the heap in the unit test.Eric Anholt1-0/+5
2020-12-15util: Fix memory leak in a hash table unit test.Eric Anholt1-4/+9
2020-12-14xmlconfig: Disable WITH_XMLCONFIG on WindowsJames Park1-1/+1
2020-12-10util+treewide: container_of() cleanupRob Clark2-15/+34
2020-12-10util: Allow STATIC_ASSERT() everywhereRob Clark1-4/+17
2020-12-10util: Promote __builtin_types_compatible_p compatRob Clark2-4/+6
2020-12-09util: function to check for rgbX formatJuan A. Suarez Romero2-0/+14
2020-12-08util: Add cnd_monotonic to Makefile.sourcesIan Romanick1-0/+1
2020-12-08driconf: add allow_incorrect_primitive_id optionPierre-Eric Pelloux-Prayer2-0/+6
2020-12-08util/hash_table: add _mesa_hash_data_with_seed functionPierre-Eric Pelloux-Prayer2-0/+7
2020-12-07android: util: Add libcutils to Android.mk shared libsMarijn Suijten1-1/+1
2020-12-04xmlconfig: Warn if parsing the engine/app versions fails.Eric Anholt1-6/+14
2020-12-04xmlconfig: Add unit tests for recent bugs in the driconf rewrite.Eric Anholt7-9/+244
2020-12-04util: Do not insert uninitialized data if Android property is not setMarijn Suijten1-1/+1
2020-12-03util: Add os_get_page_size support for macOS.Vinson Lee1-0/+7
2020-12-03util: Add helper to get FILE* optionsRob Clark1-0/+38
2020-12-03util: unbreak on BSDs after MSVC changesJan Beich1-1/+1
2020-12-02util: Disable [[fallthrough]] for C17James Park1-2/+2
2020-12-02driconf: Avoid empty macro resulting in empty initializer bracesJesse Natalie1-4/+4
2020-12-02util: Add os_get_page_size queryJesse Natalie2-0/+37
2020-12-02meson: Add build option to specify default shader disk cache max-sizeYevhenii Kharchenko1-0/+7
2020-12-01util/slab: do not dereference NULL-pointerErik Faye-Lund1-3/+6
2020-12-01util: fix mingw format-extra-args warningMichel Zou2-6/+7
2020-12-01util: add a common ALIGN16 macro for m_matrix and u_threaded_contextMarek Olšák1-0/+6
2020-12-01xxhash: update fallthrough commentsPierre-Eric Pelloux-Prayer1-36/+38
2020-12-01util: add a FALLTROUGH macroPierre-Eric Pelloux-Prayer1-0/+13
2020-12-01util: Add os_localtimeJames Park1-0/+12
2020-11-30util: Add property_get() fallback for androidRob Clark1-2/+87
2020-11-26util,radv: Cross-platform monotonic condition variableJames Park2-0/+150
2020-11-26util/os_time: Safe os_time_get_nano for WindowsJames Park1-3/+2
2020-11-25Revert "util: Add helpers for various one-time-init patters"Erik Faye-Lund2-66/+28
2020-11-25Revert "util: Fix helgrind complaint about one-time init"Erik Faye-Lund1-3/+1
2020-11-24util: Fix helgrind complaint about one-time initRob Clark1-1/+3
2020-11-24util: Add helpers for various one-time-init pattersRob Clark2-28/+66
2020-11-24util: Add helgrind support for simple_mtxRob Clark3-2/+19
2020-11-17util: fix -Wshift-count-overflow warningMichel Zou1-2/+3
2020-11-16util: fix unknown pragma warning on msvcErik Faye-Lund1-0/+4
2020-11-16util: Fix/silence variable shadowing warningsTony Wasserka2-1/+5
2020-11-13driconf: remove the redundant glx-extension-disabling optionsMartin Peres2-18/+2
2020-11-12util/u_process: implement util_get_process_name for WindowsErik Faye-Lund2-4/+25
2020-11-11mesa: Undefine ALIGN macro before it is used as a function name. Issues on Ma...Duncan Hopkins1-0/+4
2020-11-10util/set: Fix the _mesa_set_clear function to not leave tombstones.Eric Anholt1-4/+8
2020-11-10util/hash_table: Clean up the _mesa_hash_table_clear() implementation.Eric Anholt1-4/+1
2020-11-10util/hash_table: Handle NULL ht in _mesa_hash_table_clear().Eric Anholt1-0/+3