summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_sampler.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30svga: update timespan in copyright messageMartin Krastev1-1/+1
2024-04-30svga: convert license block to SPDXMartin Krastev1-24/+6
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-5/+5
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-5/+5
2023-05-25svga: remove unused tgsi includesThomas H.P. Andersen1-1/+0
2022-10-10gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund1-1/+1
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-2/+2
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák1-3/+14
2021-01-27gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák1-0/+9
2020-06-05svga: Performance fixesNeha Bhende1-35/+18
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-03-17svga: stop using pipe_sampler_view_release()Brian Paul1-26/+12
2018-08-29svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issueBrian Paul1-16/+12
2018-08-08svga: use pipe_sampler_view::target in svga_set_sampler_views()Brian Paul1-1/+1
2017-12-26svga: fix shadow comparison failuresBrian Paul1-27/+47
2017-04-26svga: add DEBUG_SAMPLERSBrian Paul1-1/+2
2016-09-17svga: fix memory leak with sampler stateCharmaine Lee1-3/+0
2016-08-29svga: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-08-26svga: use new svga_check_sampler_framebuffer_resource_collision()Brian Paul1-18/+3
2016-08-26svga: avoid emitting redundant SetShaderResource commandCharmaine Lee1-0/+11
2016-08-26svga: add a cleanup function to clean up sampler stateCharmaine Lee1-0/+20
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-1/+10
2016-05-17svga: null out all sampler views if start=num=0Brian Paul1-0/+12
2016-04-25svga: eliminiate unnecessary constant buffer updatesCharmaine Lee1-1/+19
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-04-25svga: whitespace and formatting fixes in svga_pipe_sampler.cBrian Paul1-31/+33
2016-04-25svga: separate HUD counters for state objectsBrian Paul1-2/+6
2016-01-05svga: check for no-ops in svga_bind_sampler_states()Brian Paul1-1/+15
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende1-0/+3
2015-09-02svga: fix referencing a NULL framebuffer cbufCharmaine Lee1-2/+2
2015-09-02svga: fix backed surface view regressionCharmaine Lee1-1/+27
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-28/+203
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2014-04-03svga: remove no-op checks in sampler, sampler_view functionsBrian Paul1-15/+0
2014-03-26svga: fix a comment (sampler vs. sampler_view)Brian Paul1-1/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-10/+1
2013-10-03svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul1-9/+0
2013-10-03svga: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-01-25svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2012-08-16svga: add 'start' parameter to bind_sampler_states/views()Brian Paul1-24/+65
2012-02-23svga: no-op sampler view referencing if no changeBrian Paul1-6/+8
2012-02-23svga: use pipe_sampler_view_release() to avoid segfaultBrian Paul1-2/+6
2012-01-18svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul1-2/+2
2011-09-27gallium: move border color to be a color unionDave Airlie1-4/+4
2011-09-22svga: fix the test for sRGB texture formatsBrian Paul1-1/+2
2011-02-03svga: rename a couple sampler, sampler view functionsBrian Paul1-7/+9
2010-04-10Squashed commit of the following:Keith Whitwell1-4/+4
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol1-5/+7