summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_sampler.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-2/+2
2010-03-10svga: Disable debug message.Michal Krol1-1/+1
2010-03-02svga: Rename pipe formats.José Fonseca1-1/+1
2010-02-13svga: Fix texture border color.José Fonseca1-10/+6
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-2/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-3/+0
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-3/+0
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-1/+2
2009-12-10gallium: Silence compiler warnings.michal1-3/+0
2010-02-23svga: Fix after sampler view changes.Michal Krol1-0/+30
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-15/+15
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger1-2/+3
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger1-1/+1
2009-12-01svga: Update for renamed sampler/texture state setters.Michal Krol1-2/+2