index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
|
*
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
1
-5
/
+7
|
*
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-21
/
+11
*
|
softpipe: Fix cube face selection.
Michal Krol
2009-09-18
1
-2
/
+2
|
/
*
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
2009-06-29
1
-12
/
+78
*
softpipe: pass sampler state to shadow_compare()
Brian Paul
2009-06-29
1
-19
/
+17
*
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-06-19
1
-0
/
+2
*
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
1
-1
/
+1
*
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-17
1
-16
/
+58
*
softpipe: minor tweaks, clean-ups
Brian
2008-12-01
1
-13
/
+4
*
softpipe: compute nearest/linear texcoords four at a time.
Brian
2008-12-01
1
-335
/
+413
*
gallium: minor texture-related clean-ups, comments, etc
Brian
2008-12-01
1
-14
/
+14
[next]