If DEBUG, check that all array indices really do fall in [start,end] in
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 26 Oct 2006 20:54:28 +0000 (20:54 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 26 Oct 2006 20:54:28 +0000 (20:54 +0000)
commitdb5529573f40c5ad68d589ab6a5e4e47d6743b4c
tree5464418d89f4be4d05286f1ab0e20bbc58138661
parentb55a0ab7ab02be7d6de139d8180d5f073cd871e3
If DEBUG, check that all array indices really do fall in [start,end] in
the DrawRangeElements() call.  Warn the user if that's not true.
src/mesa/tnl/t_array_api.c