| Commit message (Expand) | Author | Age | Files | Lines |
* | ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL. | Matt Turner | 2015-11-12 | 1 | -0/+1 |
* | util: Add list_is_singular() helper function | Eduardo Lima Mitev | 2015-11-10 | 1 | -0/+8 |
* | glsl: move half<->float convertion to util | Rob Clark | 2015-10-16 | 3 | -0/+220 |
* | util: Move DRI parse_debug_string() to util | Kristian Høgsberg Kristensen | 2015-10-08 | 3 | -0/+101 |
* | util: use strnlen() in strndup() implementations | Samuel Iglesias Gonsalvez | 2015-09-30 | 2 | -8/+2 |
* | util: Fix strndup prototype on C++. | Jose Fonseca | 2015-09-29 | 2 | -1/+10 |
* | util: implement strndup for WIN32 | Samuel Iglesias Gonsalvez | 2015-09-29 | 3 | -0/+83 |
* | util: automake: rework the format_srgb.c rule | Emil Velikov | 2015-09-09 | 1 | -2/+4 |
* | util: make mesa-sha1.c completely empty when there are no SHA1 impls | Ilia Mirkin | 2015-09-07 | 1 | -2/+2 |
* | util: always include sha1 into the build | Ilia Mirkin | 2015-09-06 | 3 | -8/+6 |
* | util/ra: (trivial) fix c99 loop variable initialization | Roland Scheidegger | 2015-08-19 | 1 | -7/+8 |
* | util: (trivial) include c99_math.h in rounding.h | Roland Scheidegger | 2015-08-19 | 1 | -2/+1 |
* | util/ra: Make allocating conflict lists optional | Jason Ekstrand | 2015-08-18 | 2 | -10/+19 |
* | util/ra: Add a function for making all conflicts on a register transitive | Jason Ekstrand | 2015-08-18 | 2 | -0/+24 |
* | util/bitset: Add a BITSET_FOREACH_SET macro | Jason Ekstrand | 2015-08-18 | 1 | -0/+36 |
* | ra: Delete the conflict lists in ra_set_finalize | Jason Ekstrand | 2015-08-10 | 1 | -0/+5 |
* | ra: Refactor ra_set_finalize | Jason Ekstrand | 2015-08-10 | 1 | -26/+25 |
* | util: Use LONG_MAX instead of LONG_BIT. | Jose Fonseca | 2015-08-10 | 1 | -6/+7 |
* | scons: Build roundevent_test. | Jose Fonseca | 2015-08-10 | 2 | -0/+9 |
* | util: Cope with LONG_BIT not being defined on Windows. | Jose Fonseca | 2015-08-09 | 1 | -2/+6 |
* | util: Rename PURE to ATTRIBUTE_PURE. | Jose Fonseca | 2015-08-09 | 1 | -2/+2 |
* | util: Use SSE intrinsics in _mesa_lroundeven{f,}. | Matt Turner | 2015-08-04 | 1 | -0/+22 |
* | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 2015-08-03 | 1 | -0/+25 |
* | util: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -1/+1 |
* | mesa: Detect and provide macros for function attributes pure and const. | Eric Anholt | 2015-07-17 | 1 | -0/+20 |
* | util: Don't link to SHA1 library if shader-cache is disabled. | Matt Turner | 2015-07-09 | 1 | -1/+1 |
* | mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)). | Kenneth Graunke | 2015-07-06 | 1 | -0/+6 |
* | mesa/main: free locale at exit | Erik Faye-Lund | 2015-06-29 | 2 | -0/+11 |
* | util: port _mesa_strto[df] to C | Erik Faye-Lund | 2015-06-29 | 3 | -7/+12 |
* | util/list: add list_first/last_entry | Rob Clark | 2015-06-21 | 1 | -0/+7 |
* | util/list: Add a list validation function | Jason Ekstrand | 2015-05-08 | 1 | -0/+9 |
* | util/list: Add list_empty and list_length functions | Jason Ekstrand | 2015-05-08 | 1 | -0/+15 |
* | util/list: Add C99-based iterator macros | Jason Ekstrand | 2015-05-08 | 1 | -0/+34 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 2 | -0/+147 |
* | util/macros: Move DIV_ROUND_UP to util/macros.h | Axel Davy | 2015-04-29 | 1 | -0/+2 |
* | android: fix the building rules for Android 5.0 | Chih-Wei Huang | 2015-04-22 | 1 | -2/+2 |
* | android: add gallium dirs to more places in the tree | Emil Velikov | 2015-04-22 | 1 | -2/+6 |
* | android: add $(mesa_top)/src include to the whole of mesa | Emil Velikov | 2015-04-22 | 1 | -4/+2 |
* | util: android: optimize the rules to generate format_srgb.c | Chih-Wei Huang | 2015-04-22 | 1 | -22/+10 |
* | util/ralloc: Fix `extern "C"` usage. | Jose Fonseca | 2015-04-13 | 1 | -4/+4 |
* | ralloc: Implement a new ralloc_adopt() API. | Kenneth Graunke | 2015-04-02 | 2 | -0/+33 |
* | util/u_atomic: Ignore warnings interlocked accesses. | Jose Fonseca | 2015-03-25 | 1 | -0/+5 |
* | util: Optimize _mesa_roundeven with SSE 4.1. | Matt Turner | 2015-03-18 | 1 | -0/+20 |
* | util: Add a roundeven test. | Matt Turner | 2015-03-18 | 2 | -1/+143 |
* | mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). | Matt Turner | 2015-03-18 | 2 | -0/+59 |
* | Add macro for unused function attribute. | Vinson Lee | 2015-03-09 | 1 | -0/+6 |
* | util: rework _MSC_VER >= 1200 checks | Emil Velikov | 2015-03-06 | 1 | -5/+3 |
* | include: Add helper header to help trap includes inside extern C. | José Fonseca | 2015-03-06 | 1 | -0/+2 |
* | Fix invalid extern "C" around header inclusion. | Mark Janes | 2015-03-05 | 2 | -0/+13 |
* | mesa: consolidate PUBLIC macro definition | Brian Paul | 2015-03-04 | 1 | -0/+23 |