commit | 396b4043f085ec09a074447bbbb835c53aa82b7b | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Jun 19 15:36:50 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Jun 19 16:43:45 2009 -0700 |
tree | 10cf9da02f74c77f6db7fb0a6ee0175d2c118ca0 | |
parent | cca30245bd6a5a713f0dc3278c37d9bd1f726e72 [diff] |
mesa: Make VBO dlist printing use the same path as other dlist printing. I was rather confused when mesa_print_display_list didn't show any of my glBegin()..glEnd(). Nothing but print_list appears to call this function, so matching its behavior seems like a good idea.