Age | Commit message (Expand) | Author |
---|---|---|
2008-01-25 | gallium: replace prim pipeline begin/end() functions with flush() | Brian |
2008-01-23 | gallium: improved vertex layout and interpolant setup in softpipe | Brian |
2008-01-23 | gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs... | Brian |
2008-01-23 | gallium: restore/rewrite vbuf code for softpipe | Brian |
2008-01-23 | gallium: overhaul usage of vertex_info in draw module. | Brian |
2008-01-14 | disable debug printf | Brian |
2008-01-10 | comment about vertex data in emit_vertex() | Brian |
2007-12-09 | gallium: add draw_stage::destroy(). | Michal |
2007-11-07 | Reset temporary vertices ids. | José Fonseca |
2007-11-07 | Use a consistent number to identify undefined vertices. | José Fonseca |
2007-10-29 | Make gallium compile in win32. | Michal Krol |
2007-10-27 | Silence compiler warnings. | michal |
2007-09-27 | reduced debug | keithw |
2007-09-25 | First attempt at building vertex buffers post-clip. | Keith Whitwell |