summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-21util/list: add list_first/last_entryRob Clark1-0/+7
2015-05-08util/list: Add a list validation functionJason Ekstrand1-0/+9
2015-05-08util/list: Add list_empty and list_length functionsJason Ekstrand1-0/+15
2015-05-08util/list: Add C99-based iterator macrosJason Ekstrand1-0/+34
2015-05-08util: Move gallium's linked list to utilJason Ekstrand2-0/+147
2015-04-29util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy1-0/+2
2015-04-22android: fix the building rules for Android 5.0Chih-Wei Huang1-2/+2
2015-04-22android: add gallium dirs to more places in the treeEmil Velikov1-2/+6
2015-04-22android: add $(mesa_top)/src include to the whole of mesaEmil Velikov1-4/+2
2015-04-22util: android: optimize the rules to generate format_srgb.cChih-Wei Huang1-22/+10
2015-04-13util/ralloc: Fix `extern "C"` usage.Jose Fonseca1-4/+4
2015-04-02ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke2-0/+33
2015-03-25util/u_atomic: Ignore warnings interlocked accesses.Jose Fonseca1-0/+5
2015-03-18util: Optimize _mesa_roundeven with SSE 4.1.Matt Turner1-0/+20
2015-03-18util: Add a roundeven test.Matt Turner2-1/+143
2015-03-18mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2-0/+59
2015-03-09Add macro for unused function attribute.Vinson Lee1-0/+6
2015-03-06util: rework _MSC_VER >= 1200 checksEmil Velikov1-5/+3
2015-03-06include: Add helper header to help trap includes inside extern C.José Fonseca1-0/+2
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes2-0/+13
2015-03-04mesa: consolidate PUBLIC macro definitionBrian Paul1-0/+23
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca1-0/+2
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-1/+2