gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_sampler.c
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-06 Dave Airliellvmpipe: add multisample support to texture allocator.
2020-05-06 Dave Airliellvmpipe: add samples support to image jit
2020-05-06 Dave Airliellvmpipe: add num_samples/sample_stride support to...
2020-05-06 Dave Airliedraw: add support for num_samples + sample_stride to...
2020-05-06 Dave Airliedraw: introduce sampler num samples + stride members
2020-02-28 Dave Airliellvmpipe: add support for tessellation shaders
2019-10-10 Dave Airliellvmpipe/draw: fix image sizes for vertex/geometry...
2019-09-04 Dave Airliellvmpipe: add compute sampler + sampler view support.
2019-08-27 Dave Airliellvmpipe: bind vertex/geometry shader images
2019-03-18 Brian Paulllvmpipe: stop using pipe_sampler_view_release()
2017-03-08 Brian Paulllvmpipe: s/unsigned/enum pipe_shader_type/
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-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-06-14 Roland Scheideggerllvmpipe: hack-fix bugs due to bogus bind flags
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-20 Roland Scheideggerllvmpipe: warn about illegal use of objects in differen...
2016-01-15 Roland Scheideggerllvmpipe: ditch additional ref counting for vertex...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-24 Roland Scheideggerllvmpipe: fix using non-zero layer in non-array view...
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-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2014-08-29 Roland Scheideggersoftpipe: handle vertex texture sampling when using...
2014-08-05 Roland Scheideggerllvmpipe: implement support for cube map arrays
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image_all
2014-07-01 Roland Scheideggerllvmpipe: get rid of linear_img struct
2014-07-01 Roland Scheideggerllvmpipe: (trivial) rename linear_mip_offsets to mip_of...
2014-04-04 Brian Paulllvmpipe: remove no-op checks in sampler, sampler_view...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-22 Jonathan Liullvmpipe: use pipe_sampler_view_release() to avoid...
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulllvmpipe: remove old bind_*_sampler_states() functions
2013-10-03 Brian Paulllvmpipe: implement pipe_context::bind_sampler_states()
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains
2013-05-17 Roland Scheideggerllvmpipe: fix bogus handling of first_layer when settin...
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-08-16 Brian Paulllvmpipe: add 'start' parameter to bind_sampler_states...
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
2012-08-06 Brian Paulllvmpipe: consolidate the sampler and sampler view...
2012-08-06 Brian Paulllvmpipe: combine vertex/fragment sampler state into...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
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 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
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-09-16 Keith Whitwellllvmpipe: add LP_PERF flag to disable various aspects...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-06 Zack Rusinllvmpipe: disconnect vertex texture sampling from the...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Zack Rusinllvmpipe: make geometry shaders and stream output work
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
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 Paulllvmpipe: make sampler-related functions static, clean...
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Brian PaulMerge branch '7.8'
next