Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -1/+1 |
* | util: set vbuf.max_index in draw_vertex_buffer() | Keith Whitwell | 2009-02-27 | 1 | -0/+2 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+0 |
* | gallium: standardize on stride instead of pitch in the interface | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell | 2008-12-12 | 1 | -2/+3 |
* | gallium: Use pipe_buffer_* inlines as much as possible. | José Fonseca | 2008-09-04 | 1 | -5/+5 |
* | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | 2008-09-03 | 1 | -1/+1 |
* | gallium: handle null ptrs | Brian Paul | 2008-05-08 | 1 | -41/+40 |
* | gallium: Set vertex state/buffers en-mass. | Brian Paul | 2008-03-29 | 1 | -7/+9 |
* | gallium: added util_draw_vertex_buffer() | Brian | 2008-03-20 | 1 | -20/+39 |
* | gallium: new util_draw_texquad() function. | Brian | 2008-03-17 | 1 | -0/+112 |