util: promote u_memory to src/util
[mesa.git] / src / gallium / auxiliary / cso_cache /
2018-06-20 Gert Wollnygallium/aux/cso_cache: Fix various warnings
2018-05-15 Marek Olšákcso: check count == 0 in cso_set_vertex_buffers
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-04-05 Marek Olšákgallium/pp: use user constant buffers
2018-02-28 Roland Scheideggercso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS...
2018-02-08 Brian Paulcso: add a couple sanity check assertions in cso_draw_vbo()
2017-12-12 Brian Paulcso: add point rasterization sanity check assertion
2017-11-25 Marek Olšákcso: add cso_get_pipe_context
2017-06-21 Marek Olšákcso: inline a few frequently-used functions
2017-06-21 Marek Olšákcso: don't return errors from sampler functions
2017-06-21 Marek Olšákcso: don't track the number of sampler states bound
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Paulcso: s/unsigned/enum pipe_shader_type/
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2016-12-19 Michel DänzerRevert "cso: don't release sampler states that are...
2016-12-19 Michel Dänzercso: Make sanitize_hash safe for samplers
2016-12-19 Michel Dänzercso: Store hash key in struct cso_sampler
2016-12-19 Michel Dänzercso: Optimize cso_save/restore_fragment_samplers
2016-12-19 Michel Dänzercso: Store pointers to struct cso_sampler in struct...
2016-12-19 Michel Dänzercso: Don't restore nr_samplers in cso_restore_fragment_...
2016-12-07 Marek Olšákcso: don't release sampler states that are bound
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-24 Eric Engestromgallium/cso: avoid unnecessary null dereference
2016-06-01 Nicolai Hähnlegallium/cso: allow saving the first fragment shader...
2016-05-18 Brian Paulcso: remove / add some comments
2016-05-03 Brian Paulcso: null-out previously bound sampler states
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákgallium: pause queries for all meta ops
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-02 Thomas Hindoe Paab... gallium/cso: fix indentation
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Samuel Pitoisetgallium/cso: only enable compute shaders when TGSI...
2016-02-16 Brian Paulcso: add CSO_BITS_ALL_SHADERS
2016-02-16 Brian Paulcso: make most of the cso_save/restore_x() functions...
2016-02-16 Brian Paulcso: add new cso_save/restore_state() functions
2016-02-16 Brian Paulcso: remove comment
2016-02-16 Brian Paulcso: add new cso_set_viewport_dims() helper
2016-02-13 Samuel Pitoisetgallium/cso: add support for compute shaders
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/auxiliary: Sanitize NULL checks into canonical...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-22 Marek Olšákcso: eliminate some sampler function wrappers
2015-07-22 Marek Olšákcso: remove clip state handling
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
2015-07-22 Marek Olšákcso: drop inefficient checking for redundant sampler...
2015-07-22 Marek Olšákcso: only allow saving and restoring fragment sampler...
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-05-20 Marek Olšákcso: add context cleanup code from st/mesa
2015-05-16 Marek Olšákgallium/cso: set NULL shaders at context destruction
2015-05-16 Marek Olšákgallium/cso: add support for tessellation shaders
2015-04-22 Brian Paulcso: minor comment fix
2014-12-10 Marek Olšákcso: put cso_release_all into cso_destroy_context
2014-12-10 Alexander von Gluck IVgallium/aux: Avoid redefining MAX
2014-08-25 Eric Anholtu_vbuf: Simplify the format fallback translation.
2014-06-12 Brian Paulcso: fix stream-out clean up in cso_release_all()
2014-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-04-04 Brian Paulcso: check for no sampler view changes in cso_set_sampl...
2014-04-02 Brian Paulcso: fix sampler view count in cso_set_sampler_views()
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-07 José Fonsecacso_context: Fix cso_context::sample_mask initial value.
2013-12-03 Marek Olšákst/mesa: implement layered framebuffer clear for the...
2013-11-28 Roland Scheideggergallium/cso: fix sampler / sampler_view counts
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-16 Brian Paulcso: fix incorrect sampler view count in cso_restore_sa...
2013-10-03 Brian Paulcso: make sure all sampler states are set/cleared
2013-10-03 Brian Paulcso: remove use of old bind_*_sampler_states() functions
2013-10-03 Brian Paulcso: use pipe_context::bind_sampler_states() if non...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-03-26 Marek Olšákcso: add constant buffer save/restore feature for postp...
2012-12-12 Marek Olšákgallium/cso: don't use the pipe_error return type where...
2012-12-12 Marek Olšákgallium: manage render condition in cso_context and...
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-10 Brian Paulcso: rearrange some structure fields for consistency
2012-08-04 Marek Olšákgallium: set sample mask to ~0 for clear, blit and...
2012-08-03 Brian Paulcso: remove unreachable break statements
2012-08-03 Brian Paulcso: 80-column wrapping, remove trailing whitespace...
2012-08-03 Brian Paulgallium: consolidate CSO sampler and sampler_view functions
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákcso: cso_context should install u_vbuf by itself and...
2012-04-23 Marek Olšákgallium: make user vertex buffers optional
2012-04-23 Marek Olšákcso: add set_index_buffer and draw_vbo passthrough...
2012-04-12 Marek Olšákcso: unreference saved vertex buffers when restoring
2012-02-22 José Fonsecagallium/cso: Put the comment about shader in the code...
2012-02-21 Marek Olšákgallium/cso: kill off non-functional shader caching
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-12-15 Fredrik Höglundgallium: fix a crash in drivers that don't support...
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 Marek Olšákgallium/cso_cache: remove one call to pipe_sampler_view...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
next