summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
AgeCommit message (Expand)Author
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul
2010-12-16softpipe: s/varient/variantBrian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul
2010-09-25softpipe: fix repeat() function for NPOT texturesBrian Paul
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-06-25softpipe: fix comment typoBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11softpipe: further tighen up sample_cube()Brian Paul
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul
2010-03-04softpipe: minor tweaks to texture filtering codeBrian Paul
2010-02-13softpipe: Silence uninitialized variable warnings.Vinson Lee
2010-02-13softpipe: fix broken cubemap / mipmap selection codeBrian Paul
2010-01-26softpipe: Remove unused variables.Vinson Lee
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-09-24softpipe: Use portable INLINE macro.José Fonseca
2009-09-23softpipe: replace macros with inline functionsBrian Paul
2009-09-23softpipe: white-space/formatting fixes and updated commentsBrian Paul
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-22softpipe: fix bugs in POT texture sampling when texture is not squareroot
2009-09-22softpipe: additional assertionsBrian Paul
2009-09-18softpipe: Fix cube face selection.Michal Krol
2009-08-24softpipe: use one fewer divide in sample_cubeKeith Whitwell
2009-08-24softpipe: separate out 2d and cube img filter functionsKeith Whitwell
2009-08-24softpipe: make the various get_texel routines more similarKeith Whitwell
2009-08-23softpipe: lift tex_address construction up to img_filterKeith Whitwell
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: remove tex sample dependencies on softpipeBrian Paul
2009-08-21softpipe: per-unit sampler varientsBrian Paul
2009-08-21softpipe: add missing PIPE_TEXTURE_CUBE case in get_lambda_func()Brian Paul
2009-08-21softpipe: add missing sp_sampler_varient_destroyKeith Whitwell
2009-08-21softpipe: remove redundant comparison, make test easier to understandBrian Paul
2009-08-21softpipe: fix min/mag filter typoBrian Paul
2009-08-21softpipe: fix s/t/p typosBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell
2009-08-20softpipe: fix xpot calculation typo in sp_get_samples_2d_nearest_clamp_POTKeith Whitwell
2009-08-20softpipe: slightly optimized tiling calculationKeith Whitwell
2009-08-20softpipe: fix glitch in texel lookups on fastpathsKeith Whitwell
2009-08-20softpipe: optimized path for simple mipmap samplingKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell