aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-2/+2
* draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul2010-10-121-3/+3
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-1/+17
* llvmpipe: disconnect vertex texture sampling from the setupZack Rusin2010-07-061-3/+73
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-0/+8
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-221-0/+17
* llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul2010-04-281-9/+21
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* llvmpipe: Fix after sampler view changes.michal2009-12-101-18/+45
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-071-1/+0
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-13/+0
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-0/+58
| |\
| * | llvmpipe: Pass state to setup.José Fonseca2009-10-091-10/+0
| * | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-2/+0
* | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
| |/ |/|
* | llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-041-0/+59
* | Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul2009-12-021-12/+2
* | llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul2009-12-021-2/+12
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-2/+2
|/
* llvmpipe: Code generate the texture sampling inside the shader.José Fonseca2009-09-071-0/+10
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-2/+2
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-1/+1
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-2/+2
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+117