Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dlist-tri-flat-tri: make tri render differently if flatshade not enabled | Keith Whitwell | 2009-06-30 | 1 | -1/+3 |
| | | | | | When testing flat-shading, it helps to specify per-vertex colors so that you can distinguish between flat & smooth shading. | ||||
* | progs/trivial: test case for dlist statechange elimination | Keith Whitwell | 2009-06-30 | 1 | -0/+169 |
Creates a display list with redundant call to glShadeModel. View dlist contents with MESA_VERBOSE=list |