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
/
drivers
/
llvmpipe
/
lp_quad_fs.c
Age
Commit message (
Expand
)
Author
2009-08-29
llvmpipe: Code generate the position interpolation.
José Fonseca
2009-08-29
llvmpipe: Put the position coefficients together with the inputs.
José Fonseca
2009-08-29
llvmpipe: Put color/depth directly into the quad structure.
José Fonseca
2009-08-29
llvmpipe: use align_malloc for all structs containing ALIGN16 members
Keith Whitwell
2009-08-29
llvmpipe: Rasterize the quads according to what the blend function expects.
José Fonseca
2009-08-29
llvmpipe: Silence compiler warnings.
José Fonseca
2009-08-29
llvmpipe: Implement KIL.
José Fonseca
2009-08-29
llvmpipe: Compute interpolation coeffs directly into SoA layout.
José Fonseca
2009-08-29
llvmpipe: Pass the interpolation factors as scalars.
José Fonseca
2009-08-29
llvmpipe: Eliminate dependency on tgsi_exec_machine.
José Fonseca
2009-08-29
llvmpipe: Eliminate non-LLVM fs execution paths.
José Fonseca
2009-08-29
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-08-29
llvmpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-08-29
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca