Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st: move feedback draw function to new file | Keith Whitwell | 2008-12-12 | 1 | -0/+5 |
| | |||||
* | gallium: remove unused st_draw_vertices() | Brian Paul | 2008-04-25 | 1 | -7/+0 |
| | |||||
* | gallium: added inClipCoords param to st_draw_vertices() to indicate coord ↵ | Brian | 2008-02-08 | 1 | -1/+2 |
| | | | | | | system of vertices Also, export st_make_passthrough_vertex_shader() from st_cb_drawpixels.c | ||||
* | st_draw_vertices() no longer needs attribs[] array parameter | Brian | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | Plug in selection/feedback code. | Brian | 2007-09-17 | 1 | -0/+20 |
| | | | | | | | Not quite finished yet. Selection/feedback are done with a private instance of the 'draw' module in the state tracker. Not quite all the draw context's state is set yet, namely vertex format info. Hold off on that for a bit... | ||||
* | Start to remove the temporary draw_vb() and draw_vertices() code. | Brian | 2007-08-20 | 1 | -4/+8 |
| | | | | new st_draw_vertices() utility used by glClear and glDrawPixels | ||||
* | Remove references to accum buffers in softpipe. | Keith Whitwell | 2007-08-02 | 1 | -1/+1 |
| | | | | Also some minor clear fixes. | ||||
* | actually use new glClear code | Brian | 2007-06-20 | 1 | -0/+4 |
| | |||||
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 1 | -0/+40 |
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later. |