aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
| | | | | Union not worth the hassle of violating C99 or adding a name to the structure.
* llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca2009-08-291-2/+2
|
* llvmpipe: s/uni/scalar/.José Fonseca2009-08-291-1/+1
| | | | More obvious name.
* llvmpipe: Early depth testing.José Fonseca2009-08-291-2/+3
|
* llvmpipe: Centralize mask update logic.José Fonseca2009-08-291-9/+4
|
* llvmpipe: Code generate alpha testing and append to generated fragment shader.José Fonseca2009-08-291-0/+68