summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_depth.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-3/+3
| | | | | Union not worth the hassle of violating C99 or adding a name to the structure.
* llvmpipe: Add a bunch of comments.José Fonseca2009-08-291-3/+0
| | | | Description/rationale/to-do items, while I still remember them...
* llvmpipe: Early depth testing.José Fonseca2009-08-291-1/+2
|
* llvmpipe: Depth test to LLVM IR translation.José Fonseca2009-08-291-0/+65