Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Make lp_type a regular union. | José Fonseca | 2009-09-14 | 1 | -2/+2 |
| | | | | | Union not worth the hassle of violating C99 or adding a name to the structure. | ||||
* | llvmpipe: Proper control flow builders. | José Fonseca | 2009-09-10 | 1 | -6/+32 |
| | | | | | | | | | | New control flow helper functions which keep track of all variables and generate the correct Phi functions. This re-enables skipping the fs execution of quads masked out by the rasterizer, early z testing, and kill opcode. This yields a performance improvement of around 20%. | ||||
* | llvmpipe: Early depth testing. | José Fonseca | 2009-08-29 | 1 | -0/+34 |
| | |||||
* | llvmpipe: Split control flow function declarations and notes. | José Fonseca | 2009-08-29 | 1 | -0/+69 |