summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* svga: check for no-ops in svga_bind_sampler_states()Brian Paul2016-01-051-1/+15
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-0/+3
* svga: fix referencing a NULL framebuffer cbufCharmaine Lee2015-09-021-2/+2
* svga: fix backed surface view regressionCharmaine Lee2015-09-021-1/+27
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-28/+203
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* svga: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-15/+0
* svga: fix a comment (sampler vs. sampler_view)Brian Paul2014-03-261-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-10/+1
* svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul2013-10-031-9/+0
* svga: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* svga: add NULL pointer check in svga_create_sampler_state()Brian Paul2013-01-251-0/+3
* svga: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-24/+65
* svga: no-op sampler view referencing if no changeBrian Paul2012-02-231-6/+8
* svga: use pipe_sampler_view_release() to avoid segfaultBrian Paul2012-02-231-2/+6
* svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul2012-01-181-2/+2
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* svga: fix the test for sRGB texture formatsBrian Paul2011-09-221-1/+2
* svga: rename a couple sampler, sampler view functionsBrian Paul2011-02-031-7/+9
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-2/+2
|\
| * svga: Disable debug message.Michal Krol2010-03-101-1/+1
| * svga: Rename pipe formats.José Fonseca2010-03-021-1/+1
* | gallium: Silence compiler warnings.michal2009-12-101-3/+0
* | svga: Fix after sampler view changes.Michal Krol2010-02-231-0/+30
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-15/+15
|/
* svga: Fix texture border color.José Fonseca2010-02-131-10/+6
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+0
|\
| * svga: Remove unnecessary headers.Vinson Lee2010-01-211-3/+0
* | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-1/+2
* | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-2/+3
* | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-1/+1
* | svga: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+243