Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION | Christoph Bumiller | 2012-02-09 | 1 | -0/+1 |
* | draw: last_vertex_last is always true for GS and SO. | Chia-I Wu | 2010-08-16 | 1 | -5/+2 |
* | draw: Add flags to draw_prim_info. | Chia-I Wu | 2010-08-16 | 1 | -0/+1 |
* | draw: Include draw_decompose_tmp.h in draw_gs_tmp.h. | Chia-I Wu | 2010-08-06 | 1 | -152/+34 |
* | draw: implement triangle strips with adjacency in geometry shader | Zack Rusin | 2010-06-17 | 1 | -1/+12 |
* | draw: implement triangle lists with adjacency support in gs | Zack Rusin | 2010-06-17 | 1 | -0/+8 |
* | draw: fix a silly error | Zack Rusin | 2010-06-17 | 1 | -1/+1 |
* | draw: implement line strip adjacency | Zack Rusin | 2010-06-17 | 1 | -0/+5 |
* | draw: implement lines with adjacency in geometry shaders | Zack Rusin | 2010-06-17 | 1 | -4/+8 |
* | draw/gs: make sure gs works with elts and doesn't overrun the buffer | Zack Rusin | 2010-06-15 | 1 | -0/+1 |
* | draw: finish the new pipeline setup | Zack Rusin | 2010-06-15 | 1 | -14/+8 |
* | draw: forgot to add a file | Zack Rusin | 2010-06-10 | 1 | -0/+129 |