| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add .gitignore entries for make check binaries | Kristian Høgsberg Kristensen | 2016-05-25 | 2 | -0/+2 |
* | util: Add ATTRIBUTE_RETURNS_NONNULL. | Matt Turner | 2016-05-16 | 1 | -0/+6 |
* | util/ralloc: Remove double zero'ing of rzalloc buffers | Jordan Justen | 2016-05-10 | 1 | -9/+12 |
* | st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor | Nicolai Hähnle | 2016-04-29 | 1 | -0/+6 |
* | scons: Move fallback HAVE_* definitions to headers. | Jose Fonseca | 2016-04-26 | 1 | -0/+2 |
* | util: add MAYBE_UNUSED for config dependent variables | Grazvydas Ignotas | 2016-04-25 | 1 | -0/+2 |
* | util: Fix warning of invalid return value | Chad Versace | 2016-04-15 | 1 | -1/+2 |
* | util/list: Add list splicing functions | Jason Ekstrand | 2016-04-15 | 1 | -0/+22 |
* | util: Fix race condition on libgcrypt initialization | Mark Janes | 2016-04-15 | 1 | -8/+11 |
* | scons: Add a "check" target to run all unit tests. | Jose Fonseca | 2016-04-14 | 1 | -5/+2 |
* | util/bitset: Allow iterating over const bitsets | Jason Ekstrand | 2016-03-24 | 1 | -1/+1 |
* | util/sha: do not wrap header inclusion in extern "C" | Emil Velikov | 2016-03-09 | 1 | -2/+2 |
* | util: fix new gcc6 warnings | Rob Clark | 2016-02-18 | 1 | -1/+3 |
* | util/u_atomic: Remove MSVC 2008 support. | Jose Fonseca | 2016-02-12 | 1 | -59/+0 |
* | scons: Eliminate MSVC2008 compatibility. | Jose Fonseca | 2016-02-11 | 1 | -1/+1 |
* | configure: Eliminate MSVC2008 compatibility. | Jose Fonseca | 2016-02-11 | 1 | -1/+1 |
* | util/hash_table: add _mesa_hash_table_num_entries | Nicolai Hähnle | 2016-02-03 | 1 | -0/+5 |
* | util/hash_table: add _mesa_hash_table_clear (v4) | Nicolai Hähnle | 2016-02-03 | 4 | -0/+120 |
* | util/hash_table: don't compare deleted entries | Connor Abbott | 2016-02-02 | 1 | -1/+2 |
* | util/set: don't compare against deleted entries | Connor Abbott | 2016-02-02 | 1 | -1/+2 |
* | ralloc: Fix ralloc_adopt() to the old context's last child's parent. | Kenneth Graunke | 2015-12-18 | 1 | -0/+1 |
* | util: fix comment typo | Giuseppe Bilotta | 2015-12-04 | 1 | -1/+1 |
* | Remove Sun CC specific code. | Jose Fonseca | 2015-12-02 | 1 | -1/+1 |
* | util: Tiny optimisation for the linear→srgb conversion | Neil Roberts | 2015-11-27 | 1 | -1/+1 |
* | util: Include assert.h in macros.h. | Matt Turner | 2015-11-24 | 1 | -0/+2 |
* | util: Include <stdbool.h> in debug.h. | Matt Turner | 2015-11-24 | 1 | -0/+1 |
* | util: move brw_env_var_as_boolean() to util | Rob Clark | 2015-11-24 | 2 | -0/+27 |
* | 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 |