From: Oliver McFadden Date: Sun, 20 May 2007 17:20:10 +0000 (+0000) Subject: r300: Added TODO comment regarding immediate mode implementation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9df4f842d593b5ea0cdc3d9a515afbe638b9051e;p=mesa.git r300: Added TODO comment regarding immediate mode implementation. --- diff --git a/src/mesa/drivers/dri/r300/r300_render.c b/src/mesa/drivers/dri/r300/r300_render.c index 6cec2bb1ea7..143fe9fd35d 100644 --- a/src/mesa/drivers/dri/r300/r300_render.c +++ b/src/mesa/drivers/dri/r300/r300_render.c @@ -45,6 +45,9 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. * obviously this does work... Further investigation is needed. * * \author Nicolai Haehnle + * + * \todo Add immediate implementation back? Perhaps this is useful if there are + * no bugs... */ #include "glheader.h"