| Commit message (Expand) | Author | Age | Files | Lines |
* | util/u_atomic: remove unnecessaty __atomic functions | Grazvydas Ignotas | 2017-09-22 | 1 | -12/+0 |
* | configure: check if -latomic is needed for __atomic_* | Grazvydas Ignotas | 2017-09-22 | 1 | -1/+2 |
* | radeonsi: allow out-of-order rasterization in commutative blending cases | Nicolai Hähnle | 2017-09-18 | 1 | -0/+5 |
* | radeonsi: add drirc option "radeonsi_assume_no_z_fights" | Nicolai Hähnle | 2017-09-18 | 1 | -0/+5 |
* | util/u_atomic: Add implementation of __sync_val_compare_and_swap_8 | Matt Turner | 2017-09-15 | 1 | -0/+14 |
* | util: Link libmesautil into u_atomic_test | Matt Turner | 2017-09-15 | 1 | -0/+1 |
* | drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3) | Christoph Berliner | 2017-09-14 | 1 | -0/+15 |
* | util/build_id: Include <dlfcn.h> | Chad Versace | 2017-09-13 | 1 | -0/+1 |
* | util: Query build-id by symbol address, not library name | Chad Versace | 2017-09-13 | 2 | -12/+15 |
* | util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean | Eric Engestrom | 2017-09-12 | 1 | -1/+2 |
* | disk_cache: make the thread queue resizable and low priority | Marek Olšák | 2017-09-07 | 1 | -6/+8 |
* | util: rename include guard to avoid clash | Eric Engestrom | 2017-09-07 | 1 | -3/+3 |
* | util/ralloc: set prev-pointers correctly in ralloc_adopt | Nicolai Hähnle | 2017-09-06 | 1 | -1/+3 |
* | util: improve compiler guard | Eric Engestrom | 2017-09-03 | 1 | -6/+6 |
* | util: only use SCHED_IDLE in pthread_setschedparam() when it's defined | Roland Scheidegger | 2017-09-01 | 1 | -1/+1 |
* | util: move string_to_uint_map to glsl | Emil Velikov | 2017-08-29 | 3 | -221/+0 |
* | disk_cache: assert if a cache entries keys don't match mesa | Timothy Arceri | 2017-08-28 | 1 | -1/+3 |
* | xmlconfig: use the portable __VA_ARGS__ | Emil Velikov | 2017-08-26 | 1 | -6/+6 |
* | util/disk_cache: write cache item metadata to disk | Timothy Arceri | 2017-08-25 | 1 | -1/+87 |
* | glsl: pass shader source keys to the disk cache | Timothy Arceri | 2017-08-25 | 2 | -5/+9 |
* | util/disk_cache: add struct cache_item_metadata | Timothy Arceri | 2017-08-25 | 1 | -0/+20 |
* | disk_cache: enable limited hash collision detection in release builds | Timothy Arceri | 2017-08-25 | 1 | -16/+10 |
* | util/disk_cache: rename mesa cache dir and introduce cache versioning | Timothy Arceri | 2017-08-25 | 2 | -12/+38 |
* | anv: Move a comment that got left behind in the u_vector refactor. | Eric Anholt | 2017-08-18 | 1 | -0/+9 |
* | util: Fix build on old glibc. | Eric Anholt | 2017-08-15 | 1 | -1/+3 |
* | util/ralloc: add ralloc_str_append() helper | Timothy Arceri | 2017-08-11 | 2 | -0/+37 |
* | util: Makefile.am: add merge_driinfo.py in extra dist | Juan A. Suarez Romero | 2017-08-04 | 1 | -0/+1 |
* | util: use cannonical form of ARRAY_SIZE | Emil Velikov | 2017-08-02 | 1 | -1/+1 |
* | radeonsi: add enable_sisched driconf option | Nicolai Hähnle | 2017-08-02 | 1 | -0/+9 |
* | util: add merge_driinfo.py | Nicolai Hähnle | 2017-08-02 | 1 | -0/+222 |
* | android: export intermediates from libmesa_util | Tapani Pälli | 2017-08-02 | 1 | -0/+3 |
* | Android: fix xmlconfig build | Rob Herring | 2017-07-31 | 1 | -0/+3 |
* | util/ra: fix memory leak | Eric Engestrom | 2017-07-31 | 1 | -0/+2 |
* | Attempt to fix AppVeyor build, round 2 | Nicolai Hähnle | 2017-07-31 | 1 | -5/+7 |
* | Attempt to fix the AppVeyor build | Nicolai Hähnle | 2017-07-31 | 1 | -4/+0 |
* | xmlconfig: move into src/util | Nicolai Hähnle | 2017-07-31 | 19 | -8/+4390 |
* | ra: Add a callback for selecting a register from what's available. | Eric Anholt | 2017-07-25 | 2 | -14/+82 |
* | ra: Don't put a node in its own adjacency set. | Eric Anholt | 2017-07-25 | 1 | -13/+10 |
* | ra: Pull the body of a loop out to a helper function. | Eric Anholt | 2017-07-25 | 1 | -12/+19 |
* | util: fix warning/error on 32bit build | Tapani Pälli | 2017-07-25 | 1 | -2/+2 |
* | util: Make CLAMP turn NaN into MIN. | Kenneth Graunke | 2017-07-18 | 1 | -2/+2 |
* | util/u_queue: add an option to resize the queue when it's full | Marek Olšák | 2017-07-17 | 2 | -3/+36 |
* | util: Remove u_math from u_vector | Daniel Stone | 2017-07-14 | 2 | -1/+3 |
* | gallium: use "ull" number suffix to keep the QtCreator parser happy | Marek Olšák | 2017-07-10 | 1 | -1/+1 |
* | util/disk_cache: fix a comment | Nicolai Hähnle | 2017-07-03 | 1 | -1/+1 |
* | mesa/glthread: add glthread "perf" counters and pass them to gallium HUD | Marek Olšák | 2017-06-26 | 1 | -0/+14 |
* | util: move pipe_thread_is_self from gallium to src/util | Marek Olšák | 2017-06-26 | 1 | -0/+12 |
* | mesa/util: add util_dynarray_clear() helper | Samuel Pitoiset | 2017-06-18 | 1 | -0/+6 |
* | mesa/util: add a hash table wrapper which support 64-bit keys | Samuel Pitoiset | 2017-06-14 | 2 | -0/+172 |
* | mesa/util: add new util_dynarray_delete_unordered helper | Samuel Pitoiset | 2017-06-14 | 1 | -0/+14 |