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_bld_depth.c
Age
Commit message (
Expand
)
Author
2010-12-03
llvmpipe: fix broken stencil writemask
Brian Paul
2010-12-02
gallivm/llvmpipe: remove lp_build_context::builder
Brian Paul
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-10-17
llvmpipe: Ensure z_shift and z_width is initialized.
José Fonseca
2010-10-17
llvmpipe: Fix depth-stencil regression.
José Fonseca
2010-10-15
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
2010-10-13
llvmpipe: Generalize the x8z24 fast path to all depth formats.
José Fonseca
2010-10-13
llvmpipe: Unbreak Z32_FLOAT.
José Fonseca
2010-10-11
llvmpipe: Remove outdated comment about stencil testing.
José Fonseca
2010-10-09
gallivm: Don't generate Phis for execution mask.
José Fonseca
2010-10-09
llvmpipe: clean up shader pre/postamble, try to catch more early-z
Keith Whitwell
2010-10-09
llvmpipe: try to be sensible about whether to branch after mask updates
Keith Whitwell
2010-10-09
gallivm: specialized x8z24 depthtest path
Keith Whitwell
2010-10-08
gallivm: Avoid control flow for two-sided stencil test.
José Fonseca
2010-09-16
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-07-27
llvmpipe: Use lp_build_select_bitwise() where appropriate.
José Fonseca
2010-05-06
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-04-20
llvmpipe: fix depth+stencil logic error
Brian Paul
2010-04-16
llvmpipe: use unsigned type to avoid warnings
Brian Paul
2010-04-16
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
Brian Paul
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2009-11-24
llvmpipe: Fix typo in comparison operator.
José Fonseca
2009-10-01
gallium: remove depth.occlusion_count flag
Keith Whitwell
2009-09-14
llvmpipe: Make lp_type a regular union.
José Fonseca
2009-09-11
llvmpipe: Update status in README and TODO/FIXME comments throughout the code.
José Fonseca
2009-09-09
llvmpipe: Fix depth mask computation.
José Fonseca
2009-08-29
llvmpipe: s/uni/scalar/.
José Fonseca
2009-08-29
llvmpipe: Add a bunch of comments.
José Fonseca
2009-08-29
llvmpipe: Early depth testing.
José Fonseca
2009-08-29
llvmpipe: Depth test to LLVM IR translation.
José Fonseca