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
*
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
*
softpipe: Bind samplers to views instead of the underlying resource.
Henri Verbeet
2011-01-19
1
-20
/
+21
*
softpipe: remove sp_tex_tile_cache_border_color()
Brian Paul
2010-12-16
1
-4
/
+2
*
softpipe: s/varient/variant
Brian Paul
2010-12-16
1
-37
/
+37
*
softpipe: do texture swizzle during texture sampling
Brian Paul
2010-12-14
1
-2
/
+92
*
softpipe: added some texture sample debug code (disabled)
Brian Paul
2010-10-23
1
-7
/
+50
*
softpipe: fix swizzling of texture border color
Brian Paul
2010-09-27
1
-2
/
+4
*
softpipe: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
1
-4
/
+4
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-0
/
+2
*
softpipe: fix comment typo
Brian Paul
2010-06-25
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-17
/
+17
*
softpipe: further tighen up sample_cube()
Brian Paul
2010-03-11
1
-45
/
+21
*
softpipe: tighten up the code in sample_cube()
Brian Paul
2010-03-11
1
-62
/
+38
*
softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling
Brian Paul
2010-03-05
1
-6
/
+43
*
softpipe: minor tweaks to texture filtering code
Brian Paul
2010-03-04
1
-9
/
+5
*
softpipe: Silence uninitialized variable warnings.
Vinson Lee
2010-02-13
1
-0
/
+3
*
softpipe: fix broken cubemap / mipmap selection code
Brian Paul
2010-02-13
1
-28
/
+71
*
softpipe: Remove unused variables.
Vinson Lee
2010-01-26
1
-3
/
+0
*
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
1
-38
/
+75
*
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
1
-60
/
+90
*
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2010-01-06
1
-1
/
+1
*
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-29
/
+29
*
softpipe: Use portable INLINE macro.
José Fonseca
2009-09-24
1
-1
/
+1
*
softpipe: replace macros with inline functions
Brian Paul
2009-09-23
1
-21
/
+32
*
softpipe: white-space/formatting fixes and updated comments
Brian Paul
2009-09-23
1
-86
/
+87
*
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-948
/
+1532
|
\
[next]