index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_sample.h
Age
Commit message (
Expand
)
Author
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-10-11
gallivm: Eliminate unsigned integer arithmetic from texture coordinates.
José Fonseca
2010-10-09
gallivm: Do size computations simultanously for all dimensions (AoS).
José Fonseca
2010-10-08
llvmpipe: First minify the texture size, then broadcast.
José Fonseca
2010-10-08
gallivm: Move into the as much of the second level code as possible.
José Fonseca
2010-10-08
gallivm: Clamp mipmap level and zero mip weight simultaneously.
José Fonseca
2010-10-08
gallivm: Simplify lp_build_mipmap_level_sizes' interface.
José Fonseca
2010-10-07
gallivm: Vectorize the rho computation.
José Fonseca
2010-10-06
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
gallivm: Only apply min/max_lod when necessary.
José Fonseca
2010-10-06
gallivm: don't apply zero lod_bias
Keith Whitwell
2010-09-30
gallivm: added some comments
Brian Paul
2010-09-30
gallivm: More comprehensive border usage logic.
José Fonseca
2010-09-25
gallivm: Remove dead experimental code.
José Fonseca
2010-09-25
gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
José Fonseca
2010-09-24
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-17
gallivm: added missing case for PIPE_TEXTURE_RECT
Brian Paul
2010-09-16
gallivm: make lp_build_sample_nop public
Keith Whitwell
2010-09-15
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-08-30
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-24
gallivm: Include missing header in lp_bld_sample.h.
Vinson Lee
2010-07-02
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
gallivm: Move gather functions to its own module.
José Fonseca
2010-05-12
gallivm: rename texel result param
Brian Paul
2010-05-12
gallivm: add a few comments
Brian Paul
2010-05-12
gallivm/llvmpipe: add const qualifiers
Brian Paul
2010-05-04
gallivm: Proper implementation of TXL opcode.
José Fonseca
2010-05-04
gallivm: Implement TXD.
José Fonseca
2010-04-26
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-19
gallivm: pass 3D texture stride as an array
Brian Paul
2010-04-12
llvmpipe: Respect pipe_sampler_view::format.
José Fonseca
2010-04-12
llvmpipe: pipe_target needs now 3 bits to be represented.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-15
gallivm/llvmpipe: rename os_llvm.h to lp_bld.h
Brian Paul
2010-03-11
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-11
gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
Brian Paul
2010-03-10
gallivm: overhaul of texture sampling code
Brian Paul
2010-03-08
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-05
gallivm: added methods for getting texture depth, num mipmap levels
Brian Paul
2010-03-05
gallivm: added field for sampler lod
Brian Paul
2010-03-04
gallivm: added texture border_color field
Brian Paul
2010-02-09
gallium: Remove prefilter member from pipe_sampler_state struct.
Michal Krol
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin