Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softpipe: Silence unintialized variable warnings. | Vinson Lee | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination. | José Fonseca | 2009-11-05 | 1 | -2/+10 |
| | | | | It is a valid and tested combination on D3D9. | ||||
* | softpipe: fix multi-drawbuffers regression | Brian Paul | 2009-10-10 | 1 | -3/+3 |
| | | | | This is part of the fix for bug 24401. | ||||
* | Revert "softpipe: rearrange blend fastpaths" | Keith Whitwell | 2009-08-11 | 1 | -27/+55 |
| | | | | | | | This reverts commit 1295cf423e21dad04a947960782ffa8db2739709. The original formulation was easier to understand & work with. Will revisit this later. | ||||
* | softpipe: rearrange blend fastpaths | Keith Whitwell | 2009-07-30 | 1 | -55/+27 |
| | |||||
* | softpipe: cope with nr_cbufs == 0 | Keith Whitwell | 2009-07-27 | 1 | -3/+13 |
| | | | | Disable blend code when no color buffer | ||||
* | softpipe: move all color-combine code into sp_quad_blend.c | Keith Whitwell | 2009-07-24 | 1 | -634/+718 |
| | | | | | Consolidate the read-modify-write color combining code from the blend, colormask and output stages. | ||||
* | softpipe: example fastpaths in blending | Keith Whitwell | 2009-07-24 | 1 | -11/+121 |
| | |||||
* | softpipe: actually pass >1 quad from triangle routine | Keith Whitwell | 2009-07-24 | 1 | -4/+5 |
| | | | | First attempt | ||||
* | softpipe: expand quad pipeline to process >1 quad at a time | Keith Whitwell | 2009-07-24 | 1 | -356/+374 |
| | | | | | | This is part one -- we still only pass a single quad down, but the code can now cope with more. The quads must all be from the same tile. | ||||
* | softpipe: remove backwards dependency from tilecache to softpipe | Keith Whitwell | 2009-07-22 | 1 | -4/+2 |
| | | | | | | | | The tile cache is a utility, it shouldn't know anything about the entity which is making use of it (ie softpipe). Remove softpipe parameter to all the tilecache function calls, and also remove the need to keep a softpipe pointer in the sampler structs. | ||||
* | softpipe: limit blend results to [0,1] | Luca Barbieri | 2009-07-15 | 1 | -12/+30 |
| | |||||
* | softpipe: rename sp_headers.h to sp_quad.h | Brian | 2009-02-11 | 1 | -1/+1 |
| | | | | This header describes the quad-related datatypes afterall. | ||||
* | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] | Brian | 2009-02-11 | 1 | -1/+1 |
| | | | | Be more consistant with 'draw' module. | ||||
* | gallium: standardize api on the prefix "nr" | Zack Rusin | 2009-01-27 | 1 | -2/+2 |
| | |||||
* | softpipe: Split changing fields of quad_header into input, inout and output ↵ | Michal Krol | 2008-09-08 | 1 | -8/+8 |
| | | | | parts. | ||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -14/+15 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: move logicop test outside of loop | Brian Paul | 2008-04-23 | 1 | -5/+5 |
| | |||||
* | gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE | Brian Paul | 2008-04-23 | 1 | -10/+7 |
| | |||||
* | gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA case | Brian Paul | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | gallium: begin reworking quad stages for multiple color outputs | Brian | 2008-04-07 | 1 | -590/+602 |
| | |||||
* | gallium: WinCE portability fixes. | José Fonseca | 2008-03-10 | 1 | -3/+3 |
| | |||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+749 |
This is in a separate commit to ensure renames are properly preserved. |