summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2016-04-15util: Fix warning of invalid return valueChad Versace1-1/+2
2016-04-15util/list: Add list splicing functionsJason Ekstrand1-0/+22
2016-04-15util: Fix race condition on libgcrypt initializationMark Janes1-8/+11
2016-04-14scons: Add a "check" target to run all unit tests.Jose Fonseca1-5/+2
2016-03-24util/bitset: Allow iterating over const bitsetsJason Ekstrand1-1/+1
2016-03-09util/sha: do not wrap header inclusion in extern "C"Emil Velikov1-2/+2
2016-02-18util: fix new gcc6 warningsRob Clark1-1/+3
2016-02-12util/u_atomic: Remove MSVC 2008 support.Jose Fonseca1-59/+0
2016-02-11scons: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-11configure: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-03util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle1-0/+5
2016-02-03util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle4-0/+120
2016-02-02util/hash_table: don't compare deleted entriesConnor Abbott1-1/+2
2016-02-02util/set: don't compare against deleted entriesConnor Abbott1-1/+2
2015-12-18ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke1-0/+1
2015-12-04util: fix comment typoGiuseppe Bilotta1-1/+1
2015-12-02Remove Sun CC specific code.Jose Fonseca1-1/+1
2015-11-27util: Tiny optimisation for the linear→srgb conversionNeil Roberts1-1/+1
2015-11-24util: Include assert.h in macros.h.Matt Turner1-0/+2
2015-11-24util: Include <stdbool.h> in debug.h.Matt Turner1-0/+1
2015-11-24util: move brw_env_var_as_boolean() to utilRob Clark2-0/+27
2015-11-12ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner1-0/+1
2015-11-10util: Add list_is_singular() helper functionEduardo Lima Mitev1-0/+8
2015-10-16glsl: move half<->float convertion to utilRob Clark3-0/+220
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen3-0/+101
2015-09-30util: use strnlen() in strndup() implementationsSamuel Iglesias Gonsalvez2-8/+2
2015-09-29util: Fix strndup prototype on C++.Jose Fonseca2-1/+10
2015-09-29util: implement strndup for WIN32Samuel Iglesias Gonsalvez3-0/+83
2015-09-09util: automake: rework the format_srgb.c ruleEmil Velikov1-2/+4
2015-09-07util: make mesa-sha1.c completely empty when there are no SHA1 implsIlia Mirkin1-2/+2
2015-09-06util: always include sha1 into the buildIlia Mirkin3-8/+6
2015-08-19util/ra: (trivial) fix c99 loop variable initializationRoland Scheidegger1-7/+8
2015-08-19util: (trivial) include c99_math.h in rounding.hRoland Scheidegger1-2/+1
2015-08-18util/ra: Make allocating conflict lists optionalJason Ekstrand2-10/+19
2015-08-18util/ra: Add a function for making all conflicts on a register transitiveJason Ekstrand2-0/+24
2015-08-18util/bitset: Add a BITSET_FOREACH_SET macroJason Ekstrand1-0/+36
2015-08-10ra: Delete the conflict lists in ra_set_finalizeJason Ekstrand1-0/+5
2015-08-10ra: Refactor ra_set_finalizeJason Ekstrand1-26/+25
2015-08-10util: Use LONG_MAX instead of LONG_BIT.Jose Fonseca1-6/+7
2015-08-10scons: Build roundevent_test.Jose Fonseca2-0/+9
2015-08-09util: Cope with LONG_BIT not being defined on Windows.Jose Fonseca1-2/+6
2015-08-09util: Rename PURE to ATTRIBUTE_PURE.Jose Fonseca1-2/+2
2015-08-04util: Use SSE intrinsics in _mesa_lroundeven{f,}.Matt Turner1-0/+22
2015-08-03mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner1-0/+25
2015-07-29util: Avoid double promotion.Matt Turner1-1/+1
2015-07-17mesa: Detect and provide macros for function attributes pure and const.Eric Anholt1-0/+20
2015-07-09util: Don't link to SHA1 library if shader-cache is disabled.Matt Turner1-1/+1
2015-07-06mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).Kenneth Graunke1-0/+6
2015-06-29mesa/main: free locale at exitErik Faye-Lund2-0/+11
2015-06-29util: port _mesa_strto[df] to CErik Faye-Lund3-7/+12