aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer
Commit message (Expand)AuthorAgeFilesLines
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-292-4/+12
* pipebuffer: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-261-1/+1
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-262-3/+3
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-282-9/+9
* util: remove LIST_DEL macroTimothy Arceri2019-10-285-11/+11
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-11/+11
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-285-9/+9
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom2019-05-172-11/+26
* gallium: Remove the malloc pipebuffer manager.Eric Anholt2019-04-232-207/+0
* gallium: Remove the "alt" pipebuffer manager interface.Eric Anholt2019-04-232-125/+0
* gallium: Remove the ondemand pipebuffer manager.Eric Anholt2019-04-232-320/+0
* gallium: Remove the pool pipebuffer manager.Eric Anholt2019-04-232-340/+1
* pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/Brian Paul2019-03-081-1/+1
* pipebuffer: whitespace fixes in pb_buffer.hBrian Paul2019-03-081-52/+49
* pipebuffer: use new pb_usage_flags enum typeBrian Paul2019-03-0811-32/+45
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-031-1/+1
* pb_cache: let drivers choose the number of bucketsMarek Olšák2018-01-273-7/+24
* pb_cache: call os_time_get outside of the loopMarek Olšák2018-01-271-6/+6
* gallium: remove unused and deprecated u_time.hNicolai Hähnle2017-11-094-4/+1
* gallium: Fix Thomas's email addressKenneth Graunke2017-07-283-3/+3
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-077-42/+42
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-077-34/+34
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-074-5/+5
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-077-8/+8
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-077-8/+8
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-071-1/+1
* gallium/radeon/winsyses: reduce the number of pb_cache bucketsNicolai Hähnle2016-09-271-1/+1
* gallium/pipebuffer: add pb_slab utilityNicolai Hähnle2016-09-272-0/+407
* gallium/pb_cache: reduce the number of pointer dereferencesMarek Olšák2016-07-191-7/+9
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-193-22/+43
* gallium/pb_cache: check parameters that are more likely to fail firstMarek Olšák2016-07-191-8/+7
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-123-8/+10
* gallium: Format code in pb_buffer_fenced.c according to style guide.Rovanion Luckey2016-03-291-129/+97
* gallium/auxiliary: fix new gcc6 warningsRob Clark2016-02-181-2/+2
* gallium/pb_bufmgr_cache: use the new pb_cache moduleMarek Olšák2015-12-111-198/+34
* gallium/pb_cache: add a copy of cache bufmgr independent of pb_managerMarek Olšák2015-12-112-0/+360
* gallium: Remove redundant NULL ptr checksEdward O'Callaghan2015-12-061-6/+4
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-0611-34/+34
* gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2015-09-032-6/+41
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2110-35/+35
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-086-6/+6
* Fix a few typosZoë Blade2015-04-271-1/+1