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 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
|
\
|
*
softpipe: fix bugs in POT texture sampling when texture is not square
root
2009-09-22
1
-6
/
+28
|
*
softpipe: additional assertions
Brian Paul
2009-09-22
1
-0
/
+4
|
*
softpipe: use one fewer divide in sample_cube
Keith Whitwell
2009-08-24
1
-3
/
+6
|
*
softpipe: separate out 2d and cube img filter functions
Keith Whitwell
2009-08-24
1
-4
/
+88
|
*
softpipe: make the various get_texel routines more similar
Keith Whitwell
2009-08-24
1
-92
/
+176
|
*
softpipe: lift tex_address construction up to img_filter
Keith Whitwell
2009-08-23
1
-25
/
+35
|
*
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-23
1
-9
/
+9
|
|
\
|
|
*
softpipe: split texture and surface tile caches
Keith Whitwell
2009-08-18
1
-8
/
+8
|
*
|
softpipe: remove tex sample dependencies on softpipe
Brian Paul
2009-08-21
1
-6
/
+3
|
*
|
softpipe: per-unit sampler varients
Brian Paul
2009-08-21
1
-0
/
+3
|
*
|
softpipe: add missing PIPE_TEXTURE_CUBE case in get_lambda_func()
Brian Paul
2009-08-21
1
-0
/
+1
|
*
|
softpipe: add missing sp_sampler_varient_destroy
Keith Whitwell
2009-08-21
1
-0
/
+8
|
*
|
softpipe: remove redundant comparison, make test easier to understand
Brian Paul
2009-08-21
1
-2
/
+1
|
*
|
softpipe: fix min/mag filter typo
Brian Paul
2009-08-21
1
-1
/
+1
|
*
|
softpipe: fix s/t/p typos
Brian Paul
2009-08-21
1
-3
/
+3
|
*
|
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-1046
/
+1130
|
*
|
softpipe: allow the existing sampler routines to be hooked up directly
Keith Whitwell
2009-08-20
1
-113
/
+80
|
*
|
softpipe: fix xpot calculation typo in sp_get_samples_2d_nearest_clamp_POT
Keith Whitwell
2009-08-20
1
-2
/
+2
|
*
|
softpipe: slightly optimized tiling calculation
Keith Whitwell
2009-08-20
1
-3
/
+2
|
*
|
softpipe: fix glitch in texel lookups on fastpaths
Keith Whitwell
2009-08-20
1
-64
/
+23
|
*
|
softpipe: optimized path for simple mipmap sampling
Keith Whitwell
2009-08-20
1
-24
/
+71
|
|
/
|
*
softpipe: fix off-by-one in nearest texcoord routines
Keith Whitwell
2009-07-27
1
-4
/
+4
|
*
softpipe: example fast paths for simple samplers
Keith Whitwell
2009-07-27
1
-3
/
+324
[next]