summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add .gitignore entries for make check binariesKristian Høgsberg Kristensen2016-05-252-0/+2
* util: Add ATTRIBUTE_RETURNS_NONNULL.Matt Turner2016-05-161-0/+6
* util/ralloc: Remove double zero'ing of rzalloc buffersJordan Justen2016-05-101-9/+12
* st/glsl_to_tgsi: reduce stack explosion in recursive expression visitorNicolai Hähnle2016-04-291-0/+6
* scons: Move fallback HAVE_* definitions to headers.Jose Fonseca2016-04-261-0/+2
* util: add MAYBE_UNUSED for config dependent variablesGrazvydas Ignotas2016-04-251-0/+2
* util: Fix warning of invalid return valueChad Versace2016-04-151-1/+2
* util/list: Add list splicing functionsJason Ekstrand2016-04-151-0/+22
* util: Fix race condition on libgcrypt initializationMark Janes2016-04-151-8/+11
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-141-5/+2
* util/bitset: Allow iterating over const bitsetsJason Ekstrand2016-03-241-1/+1
* util/sha: do not wrap header inclusion in extern "C"Emil Velikov2016-03-091-2/+2
* util: fix new gcc6 warningsRob Clark2016-02-181-1/+3
* util/u_atomic: Remove MSVC 2008 support.Jose Fonseca2016-02-121-59/+0
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2016-02-031-0/+5
* util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2016-02-034-0/+120
* util/hash_table: don't compare deleted entriesConnor Abbott2016-02-021-1/+2
* util/set: don't compare against deleted entriesConnor Abbott2016-02-021-1/+2
* ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke2015-12-181-0/+1
* util: fix comment typoGiuseppe Bilotta2015-12-041-1/+1
* Remove Sun CC specific code.Jose Fonseca2015-12-021-1/+1
* util: Tiny optimisation for the linear→srgb conversionNeil Roberts2015-11-271-1/+1
* util: Include assert.h in macros.h.Matt Turner2015-11-241-0/+2
* util: Include <stdbool.h> in debug.h.Matt Turner2015-11-241-0/+1
* util: move brw_env_var_as_boolean() to utilRob Clark2015-11-242-0/+27
* ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner2015-11-121-0/+1
* util: Add list_is_singular() helper functionEduardo Lima Mitev2015-11-101-0/+8
* glsl: move half<->float convertion to utilRob Clark2015-10-163-0/+220
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-083-0/+101
* util: use strnlen() in strndup() implementationsSamuel Iglesias Gonsalvez2015-09-302-8/+2
* util: Fix strndup prototype on C++.Jose Fonseca2015-09-292-1/+10
* util: implement strndup for WIN32Samuel Iglesias Gonsalvez2015-09-293-0/+83
* util: automake: rework the format_srgb.c ruleEmil Velikov2015-09-091-2/+4
* util: make mesa-sha1.c completely empty when there are no SHA1 implsIlia Mirkin2015-09-071-2/+2
* util: always include sha1 into the buildIlia Mirkin2015-09-063-8/+6
* util/ra: (trivial) fix c99 loop variable initializationRoland Scheidegger2015-08-191-7/+8
* util: (trivial) include c99_math.h in rounding.hRoland Scheidegger2015-08-191-2/+1
* util/ra: Make allocating conflict lists optionalJason Ekstrand2015-08-182-10/+19
* util/ra: Add a function for making all conflicts on a register transitiveJason Ekstrand2015-08-182-0/+24
* util/bitset: Add a BITSET_FOREACH_SET macroJason Ekstrand2015-08-181-0/+36
* ra: Delete the conflict lists in ra_set_finalizeJason Ekstrand2015-08-101-0/+5
* ra: Refactor ra_set_finalizeJason Ekstrand2015-08-101-26/+25
* util: Use LONG_MAX instead of LONG_BIT.Jose Fonseca2015-08-101-6/+7
* scons: Build roundevent_test.Jose Fonseca2015-08-102-0/+9
* util: Cope with LONG_BIT not being defined on Windows.Jose Fonseca2015-08-091-2/+6
* util: Rename PURE to ATTRIBUTE_PURE.Jose Fonseca2015-08-091-2/+2
* util: Use SSE intrinsics in _mesa_lroundeven{f,}.Matt Turner2015-08-041-0/+22
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-031-0/+25