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-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