aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger2014-08-301-2/+2
* softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul2014-07-101-6/+10
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-0/+3
* softpipe: fix shadow samplingHeinrich Janzing2014-04-111-68/+51
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: fix seamless cube filteringRoland Scheidegger2013-10-121-48/+151
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-301-5/+25
* softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger2013-08-081-12/+32
* softpipe: silence some MSVC warningsBrian Paul2013-07-121-8/+8
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-221-14/+14
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-610/+664
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-1/+9
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-84/+122
* softpipe: clean up lod computationRoland Scheidegger2013-02-081-69/+92
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-081-39/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-121-8/+138
* softpipe: add texture buffer object supportDave Airlie2012-12-081-1/+7
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-091-11/+161
* softpipe: remove extraneous whitespaceBrian Paul2012-10-261-2/+0
* softpipe: fix copy/paste error in tex sample codeOlivier Galibert2012-07-251-2/+2
* softpipe: Fix segfault with fbo-cubemap.Olivier Galibert2012-07-191-1/+6
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-181-756/+627
* softpipe: Offset is not to be applied to the layer parameter of array texture...Olivier Galibert2012-06-191-2/+2
* softpipe: use any_swizzle() helper in sp_tex_sample.cBrian Paul2012-05-011-8/+15
* softpipe: whitespace, comment clean-ups in sp_tex_sample.cBrian Paul2012-05-011-26/+32
* softpipe: implement coord clamping for texel fetches (TXF)Brian Paul2012-05-011-14/+31
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-181/+181
* softpipe: route correct coordinates for shadow cube sampling.Dave Airlie2012-01-111-1/+2
* softpipe: fix texel fetch swizzlesDave Airlie2012-01-111-26/+43
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-5/+12
* softpipe: fix depth sampling for linear vs nearest.Dave Airlie2011-12-191-7/+16
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* softpipe: Use memory allocation macros.José Fonseca2011-09-251-1/+1
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-5/+12
* softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
* softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
* softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
* softpipe: fix various warnings about int/float/double conversions, etcBrian Paul2011-07-131-15/+15
* softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-061-4/+334
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-2/+2
* softpipe: Take the sampler view's first_level into account when sampling.Henri Verbeet2011-04-081-16/+16
* softpipe: clamp texcoords in sample_compare()Philip Taylor2011-03-071-24/+30
* softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-281-12/+49
* softpipe: support for 1D/2D texture arraysBrian Paul2011-01-251-0/+201