index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_tex_sample.c
Age
Commit message (
Expand
)
Author
2010-01-26
softpipe: Remove unused variables.
Vinson Lee
2010-01-07
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-06
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-09-24
softpipe: Use portable INLINE macro.
José Fonseca
2009-09-23
softpipe: replace macros with inline functions
Brian Paul
2009-09-23
softpipe: white-space/formatting fixes and updated comments
Brian Paul
2009-09-23
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-22
softpipe: fix bugs in POT texture sampling when texture is not square
root
2009-09-22
softpipe: additional assertions
Brian Paul
2009-09-18
softpipe: Fix cube face selection.
Michal Krol
2009-08-24
softpipe: use one fewer divide in sample_cube
Keith Whitwell
2009-08-24
softpipe: separate out 2d and cube img filter functions
Keith Whitwell
2009-08-24
softpipe: make the various get_texel routines more similar
Keith Whitwell
2009-08-23
softpipe: lift tex_address construction up to img_filter
Keith Whitwell
2009-08-23
Merge branch 'tex-tilecache' into softpipe-opt
Keith Whitwell
2009-08-21
softpipe: remove tex sample dependencies on softpipe
Brian Paul
2009-08-21
softpipe: per-unit sampler varients
Brian Paul
2009-08-21
softpipe: add missing PIPE_TEXTURE_CUBE case in get_lambda_func()
Brian Paul
2009-08-21
softpipe: add missing sp_sampler_varient_destroy
Keith Whitwell
2009-08-21
softpipe: remove redundant comparison, make test easier to understand
Brian Paul
2009-08-21
softpipe: fix min/mag filter typo
Brian Paul
2009-08-21
softpipe: fix s/t/p typos
Brian Paul
2009-08-21
softpipe: rework texture sampling code
Keith Whitwell
2009-08-20
softpipe: allow the existing sampler routines to be hooked up directly
Keith Whitwell
2009-08-20
softpipe: fix xpot calculation typo in sp_get_samples_2d_nearest_clamp_POT
Keith Whitwell
2009-08-20
softpipe: slightly optimized tiling calculation
Keith Whitwell
2009-08-20
softpipe: fix glitch in texel lookups on fastpaths
Keith Whitwell
2009-08-20
softpipe: optimized path for simple mipmap sampling
Keith Whitwell
2009-08-18
softpipe: split texture and surface tile caches
Keith Whitwell
2009-07-27
softpipe: fix off-by-one in nearest texcoord routines
Keith Whitwell
2009-07-27
softpipe: example fast paths for simple samplers
Keith Whitwell
2009-07-22
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-06-29
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
2009-06-29
softpipe: pass sampler state to shadow_compare()
Brian Paul
2009-06-19
softpipe: return alpha=1 in shadow_compare() function
Brian Paul
2009-02-11
softpipe: rename sp_headers.h to sp_quad.h
Brian
2008-12-17
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-01
softpipe: minor tweaks, clean-ups
Brian
2008-12-01
softpipe: compute nearest/linear texcoords four at a time.
Brian
2008-12-01
gallium: minor texture-related clean-ups, comments, etc
Brian
2008-11-23
softpipe: remove old/unneeded dependencies between TGSI exec and softpipe
Brian
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: stop using ifloor(), FABSF(), etc
Brian Paul
2008-08-22
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-07
gallium: s/pf_sprint_name/pf_name/
Brian Paul
2008-08-07
gallium: s/printf/debug_printf/
Brian Paul
2008-08-07
gallium: new/better debug code (disabled)
Brian Paul
[next]