index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_tex_sample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
softpipe: don't assert on illegal wrap mode for rect textures
Roland Scheidegger
2014-08-30
1
-2
/
+2
*
softpipe: fix sp_get_dims() for PIPE_BUFFER
Brian Paul
2014-07-10
1
-6
/
+10
*
softpipe: use last_level from sampler view, not from the resource
Roland Scheidegger
2014-06-26
1
-19
/
+20
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-0
/
+3
*
softpipe: fix shadow sampling
Heinrich Janzing
2014-04-11
1
-68
/
+51
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: fix seamless cube filtering
Roland Scheidegger
2013-10-12
1
-48
/
+151
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-5
/
+25
*
softpipe: don't clamp reference value for shadow comparison for float formats
Roland Scheidegger
2013-08-08
1
-12
/
+32
*
softpipe: silence some MSVC warnings
Brian Paul
2013-07-12
1
-8
/
+8
*
softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
Roland Scheidegger
2013-05-22
1
-14
/
+14
*
softpipe: silence some asst. MSVC type warnings in sp_tex_sample.c
Brian Paul
2013-03-21
1
-6
/
+6
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-610
/
+664
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-1
/
+9
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-84
/
+122
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
1
-69
/
+92
*
softpipe: get rid of tgsi_sampler_control param in img_filter
Roland Scheidegger
2013-02-08
1
-39
/
+37
*
softpipe: fix using optimized filter function
Roland Scheidegger
2013-02-08
1
-0
/
+1
*
softpipe: remove unused corner0 variable
Brian Paul
2012-12-12
1
-1
/
+0
*
softpipe: implement seamless cubemap support. (v1.1)
Dave Airlie
2012-12-12
1
-8
/
+138
*
softpipe: add texture buffer object support
Dave Airlie
2012-12-08
1
-1
/
+7
*
softpipe: fix unused variable warning.
Dave Airlie
2012-11-10
1
-1
/
+1
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-11
/
+161
*
softpipe: remove extraneous whitespace
Brian Paul
2012-10-26
1
-2
/
+0
*
softpipe: fix copy/paste error in tex sample code
Olivier Galibert
2012-07-25
1
-2
/
+2
*
softpipe: Fix segfault with fbo-cubemap.
Olivier Galibert
2012-07-19
1
-1
/
+6
*
softpipe: Take all lods into account when texture sampling.
Olivier Galibert
2012-07-18
1
-756
/
+627
*
softpipe: Offset is not to be applied to the layer parameter of array texture...
Olivier Galibert
2012-06-19
1
-2
/
+2
*
softpipe: use any_swizzle() helper in sp_tex_sample.c
Brian Paul
2012-05-01
1
-8
/
+15
*
softpipe: whitespace, comment clean-ups in sp_tex_sample.c
Brian Paul
2012-05-01
1
-26
/
+32
*
softpipe: implement coord clamping for texel fetches (TXF)
Brian Paul
2012-05-01
1
-14
/
+31
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-181
/
+181
*
softpipe: route correct coordinates for shadow cube sampling.
Dave Airlie
2012-01-11
1
-1
/
+2
*
softpipe: fix texel fetch swizzles
Dave Airlie
2012-01-11
1
-26
/
+43
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-5
/
+12
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-4
/
+4
*
softpipe: Use memory allocation macros.
José Fonseca
2011-09-25
1
-1
/
+1
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-5
/
+12
*
softpipe: add const qualifier to silence warnings
Brian Paul
2011-08-25
1
-1
/
+1
*
softpipe: implement TXF support via get_texel callback
Dave Airlie
2011-08-25
1
-0
/
+69
*
softpipe: add get_dims callback for TXQ support. (v2)
Dave Airlie
2011-08-25
1
-0
/
+40
*
softpipe: fix various warnings about int/float/double conversions, etc
Brian Paul
2011-07-13
1
-15
/
+15
*
softpipe: Anisotropic filtering extension.
Andreas Faenger
2011-06-06
1
-4
/
+334
*
Remove redundant util_unsigned_logbase2
Matt Turner
2011-05-12
1
-2
/
+2
*
softpipe: Take the sampler view's first_level into account when sampling.
Henri Verbeet
2011-04-08
1
-16
/
+16
*
softpipe: clamp texcoords in sample_compare()
Philip Taylor
2011-03-07
1
-24
/
+30
*
softpipe: fix array textures to use resource array_size
Brian Paul
2011-01-28
1
-12
/
+49
*
softpipe: support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-0
/
+201
[next]