Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: silence warning about array initializers | Brian Paul | 2010-01-14 | 1 | -3/+10 |
* | util: Set flatshade for blitter. | Corbin Simpson | 2010-01-11 | 1 | -0/+1 |
* | util/blitter: remove unused variable | Keith Whitwell | 2010-01-11 | 1 | -1/+0 |
* | util: Apply Brian's suggested blit improvements. | Corbin Simpson | 2010-01-10 | 1 | -15/+12 |
* | gallium: u_blitter add overlapping blit support. | Dave Airlie | 2010-01-10 | 1 | -34/+124 |
* | util/blitter: allow NULL CSOs to be saved | Marek Olšák | 2010-01-06 | 1 | -10/+17 |
* | util: Update blitter for u_format changes. | Corbin Simpson | 2009-12-18 | 1 | -1/+2 |
* | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | 2009-12-17 | 1 | -2/+2 |
* | util/blitter: kill the draw_quad callback | Marek Olšák | 2009-12-15 | 1 | -11/+6 |
* | util/blitter: allocate most of the state objects on-demand | Marek Olšák | 2009-12-15 | 1 | -75/+179 |
* | util/blitter: use PIPE_MAX_* limits, and fix a memory leak | Marek Olšák | 2009-12-15 | 1 | -13/+27 |
* | util: add blitter | Marek Olšák | 2009-12-15 | 1 | -0/+605 |