vbo: lower VBO_SAVE_BUFFER_SIZE to avoid large VRAM usage
[platform/upstream/mesa.git] / src / mesa / vbo / vbo_save.h
2023-01-26 Pierre-Eric Pellou... vbo: lower VBO_SAVE_BUFFER_SIZE to avoid large VRAM...
2022-09-23 Paul Gofmanvbo/dlist: keep buffers used in loopback_vertex_list...
2021-11-04 Marek Olšákvbo: utilize structure padding to optimize indirection...
2021-10-29 Marek Olšákvbo: restructure vbo_save_vertex_list to get more cache...
2021-10-29 Marek Olšákvbo: use int16_t for vbo_save_vertex_list::gallium...
2021-10-29 Marek Olšákmesa: remove PADDING_64BIT by adding the dlist header...
2021-10-01 Marek Olšákmesa: use pipe_vertex_state in vbo and st/mesa for...
2021-09-09 Pierre-Eric Pellou... vbo/dlist: rework buffer sizes
2021-09-09 Pierre-Eric Pellou... vbo/dlist: remove unused functions
2021-09-09 Pierre-Eric Pellou... vbo/dlist: use prim_store directly
2021-09-09 Pierre-Eric Pellou... vbo/dlist: don't store prim_store
2021-09-09 Pierre-Eric Pellou... vbo/dlist: remove vbo_save_vertex_store::bufferobj
2021-08-02 Pierre-Eric Pellou... dlist: upload vertices in compile_vertex_list
2021-07-09 Pierre-Eric Pellou... dlist: use a new OPCODE to avoid loading cold data
2021-07-09 Pierre-Eric Pellou... dlist: use a separate opcode for vbo replay using loopback
2021-07-09 Pierre-Eric Pellou... dlist: split hot/cold data from vertex_list
2021-07-09 Pierre-Eric Pellou... dlist: use an union instead of allocating a 1-sized...
2021-04-30 Mike Blumenkrantzgallium: rename pipe_draw_start_count -> pipe_draw_star...
2021-04-01 Pierre-Eric Pellou... vbo/dlist: use DrawGallium(Complex)
2021-01-05 Pierre-Eric Pellou... vbo/dlist: use a shared index buffer
2020-12-08 Pierre-Eric Pellou... vbo/dlist: only use merged primitives when it's ok...
2020-12-08 Pierre-Eric Pellou... vbo/dlist: refactor prim_store/vertex_store allocations
2020-12-08 Pierre-Eric Pellou... vbo/dlist: create an index buffer in compile_vertex_list
2020-04-30 Marek Olšákmesa: inline vbo_context inside gl_context to remove...
2018-11-01 Mathias Fröhlichvbo: Make no_current_update an argument to vbo_save_Not...
2018-11-01 Mathias Fröhlichvbo: Move no_current_update out of _mesa_prim.
2018-11-01 Mathias Fröhlichvbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
2018-11-01 Mathias Fröhlichvbo: Remove the VBO_SAVE_FALLBACK flag.
2018-11-01 Mathias Fröhlichvbo: Remove unused vbo_save_fallback function.
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::vertex_size.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::buffer_offset.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::start_vertex.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrsz.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrtype.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::enabled.
2018-03-01 Mathias Fröhlichvbo: Remove reference to the vertex_store from the...
2018-03-01 Mathias Fröhlichvbo: Implement current values update in terms of the...
2018-03-01 Mathias Fröhlichvbo: Implement vbo_loopback_vertex_list in terms of...
2018-03-01 Mathias Fröhlichvbo: Use a local variable for the dlist offsets.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_context::wrap_count.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
2018-02-23 Mathias Fröhlichvbo: Make use of _DrawVAO from the dlist code.
2018-02-01 Mathias Fröhlichvbo: Correctly handle attribute offsets in dlist draw.
2018-01-30 Marek Olšákmesa: replace GLenum with GLenum16 in common structures...
2018-01-24 Brian Paulvbo: fix incorrect min/max_index values in display...
2018-01-24 Brian Paulvbo: fix, add comment in vbo_save.h
2018-01-17 Brian Paulvbo: optimize some display list drawing (v2)
2018-01-17 Brian Paulvbo: add comment that vbo_save_vertex_list::buffer_offs...
2018-01-17 Brian Paulvbo: rename prim to prims
2018-01-17 Brian Paulvbo: rename vbo_save_context::buffer to buffer_map
2018-01-17 Brian Paulvbo: remove unused vbo_save_context::count field
2018-01-17 Brian Paulvbo: s/GLuint/GLbitfield/ for vbo_save_context::replay_...
2018-01-17 Brian Paulvbo: rename vbo_save_vertex_list::count to vertex_count
2018-01-17 Brian Paulvbo: rename vbo_save_vertex_store::buffer to buffer_map
2018-01-17 Brian Paulvbo: rename vbo_save_primitive_store::buffer to prims
2018-01-17 Brian Paulvbo: whitespace fixes in vbo_save.h
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-09-06 Tim Rowleyvbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k...
2016-06-16 Mathias Fröhlichvbo: Use a bitmask to track the active arrays in vbo_save*.
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-03 Marek Olšákmesa: remove Driver.EndCallList
2015-10-03 Marek Olšákmesa: remove Driver.BeginCallList
2015-10-03 Marek Olšákmesa: remove Driver.EndList
2015-10-03 Marek Olšákmesa: remove Driver.NewList
2015-10-03 Marek Olšákmesa: remove Driver.NotifySaveBegin
2015-10-03 Marek Olšákmesa: remove Driver.SaveFlushVertices
2015-02-25 Marius Predutmesa: use fi_type in vertex attribute code
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-11 Brian Paulvbo: assorted minor clean-ups
2013-05-04 Brian Paulvbo: add comments, const qualifiers 50/6450/1
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-09-15 Oliver McFaddenmesa: remove FEATURE_dlist define.
2012-02-09 Brian Paulvbo: unmap vertex store before executing lists
2011-11-11 Brian Paulvbo: better handling of VBO allocation failures
2011-10-22 Mathias Froehlichvbo: Clean up unused variables in the vbo module.
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulvbo: added a comment
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-09 Vinson Leevbo: Include mfeatures.h in files that perform feature...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Mathias Fröhlichvbo: Avoid the copy to current in dlists if not required.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-12 Chia-I Wumesa/es: Remove omit list.
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
next