nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY
[mesa.git] / src / gallium / drivers / nouveau / nouveau_buffer.c
2020-07-14 Karol Herbstnvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUT...
2020-07-14 Michel DänzerRevert https://gitlab.freedesktop.org/mesa/mesa/-/merge...
2020-07-14 Karol Herbstnvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUT...
2020-05-30 Ilia Mirkinnouveau: allow invalidating coherent/persistent buffer...
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2018-10-25 Rhys Perrynvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to...
2017-04-11 Ilia Mirkinnouveau: when mapping a persistent buffer, synchronize...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-23 Ilia Mirkinnouveau: allow allocating non-object-backed buffers
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-09 Ilia Mirkinnv50,nvc0: add invalidate_resource support for buffer...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Ilia Mirkinnouveau: use the buffer usage to determine placement...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Ilia Mirkinnouveau: send back a debug message when waiting for...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Ilia Mirkinnouveau: wait to unref the transfer's bo until it's...
2015-09-28 Ilia Mirkinnouveau: delay deleting buffer with unflushed fence
2015-09-09 Ilia Mirkinnvc0: keep track of cb bindings per buffer, use for...
2015-09-06 Ilia Mirkinnouveau: don't mark full range as used on unmap with...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-20 Samuel Pitoisetnouveau: always align buffers to 0x100
2015-07-16 Marek Olšákgallium: add BIND flags for R/W buffers and images
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-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-03-31 Marcin Ślusarznouveau: synchronize "scratch runout" destruction with...
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2014-05-02 Ilia Mirkinnouveau: remove cb_dirty, it's never used
2014-03-09 Ilia Mirkinnouveau: add valid range tracking to nouveau_buffer
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2013-12-04 Ilia Mirkinnouveau: Add lots of comments to the buffer transfer...
2013-12-04 Ilia Mirkinnv50: wait on the buf's fence before sticking it into...
2013-09-01 Emil Velikovnouveau: initialise the nouveau_transfer maps
2013-04-03 Christoph Bumillernouveau: accelerate buffer copies in resource_copy_region
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-03-12 Christoph Bumillernouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to...
2013-01-27 Christoph Bumillernouveau: don't try to use push_data if it's not implemented
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-10-14 Christoph Bumillernouveau: fix offset in nouveau_buffer_transfer_map
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-05-29 Christoph Bumillernouveau: unreference fences on resource destruction
2012-05-17 Christoph Bumillernouveau: place static buffers in VRAM if preferred...
2012-05-17 Christoph Bumillernv50,nvc0: handle user vertex buffers
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-06 Christoph Bumillernouveau: fix nouveau_scratch_runout_release bo count...
2012-04-29 Marek Olšákgallium: remove pipe_resource::user_ptr
2012-04-23 Marek Olšákgallium: add user_ptr in pipe_resource
2012-04-14 Christoph Bumillernouveau: add new shared scratch buffers
2012-04-13 Ben Skeggsnv30: import new driver for GeForce FX/6/7 chipsets...
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-04-13 Christoph Bumillernouveau: remove automatic buffer migration heuristics
2012-03-05 Marek OlšákRevert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-09 Marcin Slusarznouveau: hide some debugging messages behind environmen...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Ben Skeggsnouveau: allow pipe driver to define which buffers...
2011-03-01 Ben Skeggsnouveau: ensure vbo_dirty is set when buffer write...
2011-03-01 Ben Skeggsnv50: sync textures with render targets ourselves
2011-03-01 Ben Skeggsnouveau: common linear buffer manager, ported from...