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
2011-03-07
softpipe: clamp texcoords in sample_compare()
Philip Taylor
2011-01-28
softpipe: fix array textures to use resource array_size
Brian Paul
2011-01-25
softpipe: support for 1D/2D texture arrays
Brian Paul
2011-01-19
softpipe: Bind samplers to views instead of the underlying resource.
Henri Verbeet
2010-12-16
softpipe: remove sp_tex_tile_cache_border_color()
Brian Paul
2010-12-16
softpipe: s/varient/variant
Brian Paul
2010-12-14
softpipe: do texture swizzle during texture sampling
Brian Paul
2010-10-23
softpipe: added some texture sample debug code (disabled)
Brian Paul
2010-09-27
softpipe: fix swizzling of texture border color
Brian Paul
2010-09-25
softpipe: fix repeat() function for NPOT textures
Brian Paul
2010-08-20
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-06-25
softpipe: fix comment typo
Brian Paul
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-11
softpipe: further tighen up sample_cube()
Brian Paul
2010-03-11
softpipe: tighten up the code in sample_cube()
Brian Paul
2010-03-05
softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling
Brian Paul
2010-03-04
softpipe: minor tweaks to texture filtering code
Brian Paul
2010-02-13
softpipe: Silence uninitialized variable warnings.
Vinson Lee
2010-02-13
softpipe: fix broken cubemap / mipmap selection code
Brian Paul
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
[next]