| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: simplify sampler interface | Roland Scheidegger | 2015-03-31 | 1 | -26/+7 |
* | gallivm: pass jit_context pointer through to sampling | Roland Scheidegger | 2015-03-27 | 1 | -13/+15 |
* | gallivm: implement better control of per-quad/per-element/scalar lod | Roland Scheidegger | 2013-08-20 | 1 | -4/+4 |
* | gallivm: set non-existing values really to zero in size queries for d3d10 | Roland Scheidegger | 2013-08-09 | 1 | -2/+2 |
* | gallivm: use texture target from shader instead of static state for size query | Roland Scheidegger | 2013-08-09 | 1 | -0/+2 |
* | gallivm: propagate scalar_lod to emit_size_query too | Roland Scheidegger | 2013-08-08 | 1 | -0/+2 |
* | gallivm: do per-pixel lod calculations for explicit lod | Roland Scheidegger | 2013-07-04 | 1 | -1/+2 |
* | gallivm: fix up size queries for dx10 sviewinfo opcode | Roland Scheidegger | 2013-02-08 | 1 | -0/+2 |
* | gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit | Roland Scheidegger | 2013-01-28 | 1 | -16/+16 |
* | gallivm: split sampler and texture state | Roland Scheidegger | 2013-01-28 | 1 | -19/+83 |
* | gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets | Roland Scheidegger | 2012-11-27 | 1 | -3/+6 |
* | gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers | Roland Scheidegger | 2012-11-12 | 1 | -2/+4 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 1 | -4/+5 |
* | llvmpipe: Implement TXQ. | Olivier Galibert | 2012-05-18 | 1 | -0/+23 |
* | llvmpipe: Take the sampler view's first_level into account when sampling. | Fabian Bieler | 2011-04-08 | 1 | -0/+2 |
* | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 2010-11-30 | 1 | -10/+12 |
* | llvmpipe: make texture border_color dynamic state | Brian Paul | 2010-09-24 | 1 | -0/+2 |
* | llvmpipe: make min/max lod and lod bias dynamic state | Brian Paul | 2010-09-24 | 1 | -0/+7 |
* | llvmpipe: add LP_PERF flag to disable various aspects of rasterization | Keith Whitwell | 2010-09-16 | 1 | -0/+6 |
* | gallivm/llvmpipe: add const qualifiers | Brian Paul | 2010-05-12 | 1 | -3/+3 |
* | gallivm: Proper implementation of TXL opcode. | José Fonseca | 2010-05-04 | 1 | -2/+4 |
* | gallivm: Implement TXD. | José Fonseca | 2010-05-04 | 1 | -3/+4 |
* | llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.c | José Fonseca | 2010-04-25 | 1 | -0/+216 |
* | llvmpipe: Code generate the texture sampling inside the shader. | José Fonseca | 2009-09-07 | 1 | -1713/+0 |
* | llvmpipe: Further abstract the texture sampling generation from TGSI translat... | José Fonseca | 2009-09-07 | 1 | -0/+133 |
* | llvmpipe: Texture cache in 4 ubytes instead of 4 floats. | José Fonseca | 2009-08-30 | 1 | -14/+14 |
* | llvmpipe: Back port recent softpipe-opt improvements from Keith. | José Fonseca | 2009-08-29 | 1 | -92/+385 |
* | llvmpipe: Split the texture cache from the color/depth/stencil cache. | José Fonseca | 2009-08-29 | 1 | -10/+10 |
* | llvmpipe: shortcircuit repeated lookups of the same tile | Keith Whitwell | 2009-08-29 | 1 | -5/+7 |
* | llvmpipe: remove backwards dependency from tilecache to llvmpipe | Keith Whitwell | 2009-08-29 | 1 | -21/+11 |
* | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | 2009-08-29 | 1 | -0/+1295 |