| Commit message (Expand) | Author | Age | Files | Lines |
* | softpipe: remove unused corner0 variable | Brian Paul | 2012-12-12 | 1 | -1/+0 |
* | softpipe: implement seamless cubemap support. (v1.1) | Dave Airlie | 2012-12-12 | 1 | -8/+138 |
* | softpipe: add texture buffer object support | Dave Airlie | 2012-12-08 | 1 | -1/+7 |
* | softpipe: fix unused variable warning. | Dave Airlie | 2012-11-10 | 1 | -1/+1 |
* | softpipe: add ARB_texture_cube_map_array support (v1.1) | Dave Airlie | 2012-11-09 | 1 | -11/+161 |
* | softpipe: remove extraneous whitespace | Brian Paul | 2012-10-26 | 1 | -2/+0 |
* | softpipe: fix copy/paste error in tex sample code | Olivier Galibert | 2012-07-25 | 1 | -2/+2 |
* | softpipe: Fix segfault with fbo-cubemap. | Olivier Galibert | 2012-07-19 | 1 | -1/+6 |
* | softpipe: Take all lods into account when texture sampling. | Olivier Galibert | 2012-07-18 | 1 | -756/+627 |
* | softpipe: Offset is not to be applied to the layer parameter of array texture... | Olivier Galibert | 2012-06-19 | 1 | -2/+2 |
* | softpipe: use any_swizzle() helper in sp_tex_sample.c | Brian Paul | 2012-05-01 | 1 | -8/+15 |
* | softpipe: whitespace, comment clean-ups in sp_tex_sample.c | Brian Paul | 2012-05-01 | 1 | -26/+32 |
* | softpipe: implement coord clamping for texel fetches (TXF) | Brian Paul | 2012-05-01 | 1 | -14/+31 |
* | gallium: Prefix #defines in tgsi_exec.h with TGSI_ | Tom Stellard | 2012-01-30 | 1 | -181/+181 |
* | softpipe: route correct coordinates for shadow cube sampling. | Dave Airlie | 2012-01-11 | 1 | -1/+2 |
* | softpipe: fix texel fetch swizzles | Dave Airlie | 2012-01-11 | 1 | -26/+43 |
* | softpipe: fix shadow 2d texture array sampling | Dave Airlie | 2011-12-19 | 1 | -5/+12 |
* | softpipe: fix depth sampling for linear vs nearest. | Dave Airlie | 2011-12-19 | 1 | -7/+16 |
* | gallium: move border color to be a color union | Dave Airlie | 2011-09-27 | 1 | -4/+4 |
* | softpipe: Use memory allocation macros. | José Fonseca | 2011-09-25 | 1 | -1/+1 |
* | tgsi: add support for texture offsets to the TGSI IR. (v2) | Dave Airlie | 2011-09-02 | 1 | -5/+12 |
* | softpipe: add const qualifier to silence warnings | Brian Paul | 2011-08-25 | 1 | -1/+1 |
* | softpipe: implement TXF support via get_texel callback | Dave Airlie | 2011-08-25 | 1 | -0/+69 |
* | softpipe: add get_dims callback for TXQ support. (v2) | Dave Airlie | 2011-08-25 | 1 | -0/+40 |
* | softpipe: fix various warnings about int/float/double conversions, etc | Brian Paul | 2011-07-13 | 1 | -15/+15 |
* | softpipe: Anisotropic filtering extension. | Andreas Faenger | 2011-06-06 | 1 | -4/+334 |
* | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 1 | -2/+2 |
* | softpipe: Take the sampler view's first_level into account when sampling. | Henri Verbeet | 2011-04-08 | 1 | -16/+16 |
* | softpipe: clamp texcoords in sample_compare() | Philip Taylor | 2011-03-07 | 1 | -24/+30 |
* | softpipe: fix array textures to use resource array_size | Brian Paul | 2011-01-28 | 1 | -12/+49 |
* | softpipe: support for 1D/2D texture arrays | Brian Paul | 2011-01-25 | 1 | -0/+201 |
* | softpipe: Bind samplers to views instead of the underlying resource. | Henri Verbeet | 2011-01-19 | 1 | -20/+21 |
* | softpipe: remove sp_tex_tile_cache_border_color() | Brian Paul | 2010-12-16 | 1 | -4/+2 |
* | softpipe: s/varient/variant | Brian Paul | 2010-12-16 | 1 | -37/+37 |
* | softpipe: do texture swizzle during texture sampling | Brian Paul | 2010-12-14 | 1 | -2/+92 |
* | softpipe: added some texture sample debug code (disabled) | Brian Paul | 2010-10-23 | 1 | -7/+50 |
* | softpipe: fix swizzling of texture border color | Brian Paul | 2010-09-27 | 1 | -2/+4 |
* | softpipe: fix repeat() function for NPOT textures | Brian Paul | 2010-09-25 | 1 | -4/+4 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -0/+2 |
* | softpipe: fix comment typo | Brian Paul | 2010-06-25 | 1 | -1/+1 |
* | 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 |