nouveau: use bool instead of boolean
[mesa.git] / src / gallium / drivers / nouveau / nouveau_buffer.c
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-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...