| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: (trivial) fix bogus assertion for per-element lod with 1d resources | Roland Scheidegger | 2013-07-05 | 1 | -1/+1 |
* | gallivm: do per-pixel lod calculations for explicit lod | Roland Scheidegger | 2013-07-04 | 1 | -53/+57 |
* | gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup(). | José Fonseca | 2013-04-26 | 1 | -1/+1 |
* | gallivm: change cubemaps / derivatives handling, take 55 | Roland Scheidegger | 2013-04-18 | 1 | -102/+110 |
* | gallivm: Add no_rho_approx debug option | Roland Scheidegger | 2013-04-18 | 1 | -117/+182 |
* | gallivm: fix small but severe bug in handling multiple lod level strides | Roland Scheidegger | 2013-04-15 | 1 | -1/+1 |
* | gallivm: some minor cube map cleanup | Roland Scheidegger | 2013-04-04 | 1 | -10/+15 |
* | gallivm: honor explicit derivatives values for cube maps. | Roland Scheidegger | 2013-04-04 | 1 | -6/+13 |
* | gallivm: do per-pixel cube face selection (finally!!!) | Roland Scheidegger | 2013-04-04 | 1 | -77/+172 |
* | gallivm: minor rho calculation optimization for 1 or 3 coords | Roland Scheidegger | 2013-04-04 | 1 | -18/+13 |
* | gallivm: clean up passing derivatives around | Roland Scheidegger | 2013-03-12 | 1 | -108/+163 |
* | draw: make sure pipeline is revalidated when sampler views or samplers change. | Roland Scheidegger | 2013-02-25 | 1 | -1/+2 |
* | gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit | Roland Scheidegger | 2013-01-28 | 1 | -9/+9 |
* | gallivm: split sampler and texture state | Roland Scheidegger | 2013-01-28 | 1 | -42/+66 |
* | gallivm: support array textures | Roland Scheidegger | 2012-11-29 | 1 | -5/+8 |
* | llvmpipe: Unswizzled rendering. | James Benton | 2012-11-28 | 1 | -11/+11 |
* | gallivm: use the new mip per quad handling in texture fetch path | Roland Scheidegger | 2012-11-27 | 1 | -1/+1 |
* | gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets | Roland Scheidegger | 2012-11-27 | 1 | -33/+235 |
* | gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers | Roland Scheidegger | 2012-11-12 | 1 | -3/+4 |
* | gallivm: fix crash in lp_sampler_static_state() | Brian Paul | 2012-08-10 | 1 | -4/+3 |
* | gallivm: silence uninitialized variable warnings | Brian Paul | 2012-07-17 | 1 | -0/+3 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 1 | -149/+378 |
* | gallivm: Fix calculating rho for 3d textures for the single-quad case | Roland Scheidegger | 2012-06-08 | 1 | -2/+1 |
* | llvmpipe: Implement TXQ. | Olivier Galibert | 2012-05-18 | 1 | -6/+1 |
* | gallivm: fix comment typo | Brian Paul | 2012-05-04 | 1 | -1/+1 |
* | gallivm: Remove duplicate statement. | José Fonseca | 2011-11-14 | 1 | -2/+0 |
* | gallivm: remove unused vars | Brian Paul | 2011-09-13 | 1 | -5/+0 |
* | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 1 | -1/+1 |
* | llvmpipe: Take the sampler view's first_level into account when sampling. | Fabian Bieler | 2011-04-08 | 1 | -20/+34 |
* | gallivm/llvmpipe: remove lp_build_context::builder | Brian Paul | 2010-12-02 | 1 | -5/+7 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -2/+2 |
* | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 2010-11-30 | 1 | -80/+89 |
* | gallivm: Pass texture coords derivates as scalars. | José Fonseca | 2010-10-10 | 1 | -6/+6 |
* | gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea... | José Fonseca | 2010-10-10 | 1 | -4/+3 |
* | gallivm: Simplify if/then/else implementation. | José Fonseca | 2010-10-09 | 1 | -6/+2 |
* | gallivm: Use varilables instead of Phis for cubemap selection. | José Fonseca | 2010-10-09 | 1 | -36/+26 |
* | gallivm: Special bri-linear computation path for unmodified rho. | José Fonseca | 2010-10-09 | 1 | -20/+91 |
* | gallivm: Do size computations simultanously for all dimensions (AoS). | José Fonseca | 2010-10-09 | 1 | -25/+81 |
* | gallivm: Help for combined extraction and broadcasting. | José Fonseca | 2010-10-08 | 1 | -15/+17 |
* | llvmpipe: First minify the texture size, then broadcast. | José Fonseca | 2010-10-08 | 1 | -8/+28 |
* | gallivm: Move into the as much of the second level code as possible. | José Fonseca | 2010-10-08 | 1 | -21/+13 |
* | gallivm: Implement brilinear filtering. | José Fonseca | 2010-10-08 | 1 | -1/+89 |
* | gallivm: Fix copy'n'paste typo in previous commit. | José Fonseca | 2010-10-08 | 1 | -2/+2 |
* | gallivm: Clamp mipmap level and zero mip weight simultaneously. | José Fonseca | 2010-10-08 | 1 | -12/+45 |
* | gallivm: Use lp_build_ifloor_fract for lod computation. | José Fonseca | 2010-10-08 | 1 | -5/+3 |
* | gallivm: Simplify lp_build_mipmap_level_sizes' interface. | José Fonseca | 2010-10-08 | 1 | -43/+16 |
* | gallivm: Vectorize the rho computation. | José Fonseca | 2010-10-07 | 1 | -36/+56 |
* | gallivm: Compute lod as integer whenever possible. | José Fonseca | 2010-10-06 | 1 | -57/+113 |
* | gallivm: Only apply min/max_lod when necessary. | José Fonseca | 2010-10-06 | 1 | -15/+36 |
* | gallivm: don't apply zero lod_bias | Keith Whitwell | 2010-10-06 | 1 | -1/+6 |