Age | Commit message (Expand) | Author |
---|---|---|
2007-08-22 | remove old draw_vertices() | Brian |
2007-08-22 | Rework of shader constant buffers. | Brian |
2007-08-20 | Move guts of vertex array drawing into the 'draw' module. | Brian |
2007-08-20 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-08-19 | Fix some draw_arrays issues. | Brian |
2007-08-17 | added CLIP_x_SHIFT vals | Brian |
2007-08-17 | define CLIP_LEFT/RIGHT etc | Brian |
2007-08-16 | Remove many dependencies on mesa headers. | Brian |
2007-08-15 | Remove mesa include directories, be stricter about include paths. | Keith Whitwell |
2007-08-15 | added draw_set_vertex_array_info() | Brian |
2007-08-02 | Implement new draw_vertices() path for simple vertex array drawing, use it fo... | Brian |
2007-07-12 | Rename prim_stage -> draw_stage | Brian |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian |
2007-07-09 | Rename/move some files to modularize the primitive/draw code. | Brian |