Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move guts of vertex array drawing into the 'draw' module. | Brian | 2007-08-20 | 1 | -7/+29 |
* | Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi... | Brian | 2007-08-20 | 1 | -4/+0 |
|\ | |||||
| * | Fix some draw_arrays issues. | Brian | 2007-08-19 | 1 | -4/+0 |
* | | added CLIP_x_SHIFT vals | Brian | 2007-08-17 | 1 | -0/+16 |
|/ | |||||
* | define CLIP_LEFT/RIGHT etc | Brian | 2007-08-17 | 1 | -0/+11 |
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 1 | -8/+7 |
* | Remove mesa include directories, be stricter about include paths. | Keith Whitwell | 2007-08-15 | 1 | -1/+1 |
* | added draw_set_vertex_array_info() | Brian | 2007-08-15 | 1 | -0/+10 |
* | Implement new draw_vertices() path for simple vertex array drawing, use it fo... | Brian | 2007-08-02 | 1 | -0/+5 |
* | Rename prim_stage -> draw_stage | Brian | 2007-07-12 | 1 | -2/+2 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 1 | -7/+25 |
* | Rename/move some files to modularize the primitive/draw code. | Brian | 2007-07-09 | 1 | -0/+56 |