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