Age | Commit message (Expand) | Author |
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 |
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 |