gallium/util: use uint sampler for stencil-reads
[mesa.git] / src / gallium / auxiliary / pipebuffer /
2020-08-17 Louis-Francis Ratt... pipebuffer: Remove unused buffer event in slab bufmgr
2020-04-29 Thomas Hellstromgallium/pipebuffer: Use persistent maps for slabs
2020-03-25 Erik Faye-Lundpipebuffer: clean up cast-warnings
2020-02-26 Marek Olšákgallium/hash_table: remove some function wrappers
2020-02-26 Marek Olšákgallium/hash_table: turn it into a wrapper around util...
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_DELINIT macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-05-17 Thomas Hellstrompipebuffer, winsys/svga: Add functionality to update...
2019-04-23 Eric Anholtgallium: Remove the malloc pipebuffer manager.
2019-04-23 Eric Anholtgallium: Remove the "alt" pipebuffer manager interface.
2019-04-23 Eric Anholtgallium: Remove the ondemand pipebuffer manager.
2019-04-23 Eric Anholtgallium: Remove the pool pipebuffer manager.
2019-03-08 Brian Paulpipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
2019-03-08 Brian Paulpipebuffer: whitespace fixes in pb_buffer.h
2019-03-08 Brian Paulpipebuffer: use new pb_usage_flags enum type
2018-04-03 Timothy Arcerigallium/pipebuffer: fix parenthesis location
2018-01-27 Marek Olšákpb_cache: let drivers choose the number of buckets
2018-01-27 Marek Olšákpb_cache: call os_time_get outside of the loop
2017-11-09 Nicolai Hähnlegallium: remove unused and deprecated u_time.h
2017-07-28 Kenneth Graunkegallium: Fix Thomas's email address
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_broadcast() with...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2016-09-27 Nicolai Hähnlegallium/radeon/winsyses: reduce the number of pb_cache...
2016-09-27 Nicolai Hähnlegallium/pipebuffer: add pb_slab utility
2016-07-19 Marek Olšákgallium/pb_cache: reduce the number of pointer dereferences
2016-07-19 Marek Olšákgallium/pb_cache: divide the cache into buckets for...
2016-07-19 Marek Olšákgallium/pb_cache: check parameters that are more likely...
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákpb_buffer: switch pb_buffer::size to 64 bits
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-29 Rovanion Luckeygallium: Format code in pb_buffer_fenced.c according...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarkgallium/auxiliary: fix new gcc6 warnings
2015-12-11 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Marek Olšákgallium/pb_bufmgr_cache: use the new pb_cache module
2015-12-11 Marek Olšákgallium/pb_cache: add a copy of cache bufmgr independen...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium: Remove redundant NULL ptr checks
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-03 Marek Olšákgallium/pb_bufmgr_cache: add a way to remove buffers...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-01 Brian Paulpipebuffer: silence unused var warnings for non-debug...
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-27 Zoë BladeFix a few typos
2014-09-01 Marek Olšákgallium/pb_bufmgr_cache: limit the size of cache
2014-02-14 Brian Paulgallium/pipebuffer: change pb_cache_manager_create...
2014-02-14 Thomas Hellstromgallium/pipebuffer: Add a cache buffer manager bypass...
2014-02-14 Thomas Hellstrompipebuffer, winsys: Add a size match parameter to the...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-01-10 Matt Turnerbuild: Don't build pipebuffer
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-04-18 Brian Paulpipebuffer: split up assertion
2011-10-31 Thomas Hellstrompipebuffer/debug: Fix a recursive mutex lock
2011-10-08 Marek Olšákpb_bufmgr_cache: flush cache when create_buffer fails...
2011-09-11 Marek Olšákpb_buffer: inline 'base' sub-struct
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-06 José Fonsecapb: Add is_buffer_busy for malloc buffers.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-14 Marek Olšákpb_bufmgr_cache: add is_buffer_busy hook and use it...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-05 Jakob Bornecrantzscons: Remove old pipebuffer SConscript
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-05 Dave Airliepb: fix numDelayed accounting
2010-10-05 Dave Airliepb: don't keep checking buffers after first busy
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-12 José Fonsecapb: Fix the build, and add notes.
2010-09-12 Dave Airliepb: add void * for flush ctx to mapping functions
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Vinson Leepipebuffer: Clean up header file inclusion in pb_bufmgr.h.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
next