summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-20 17:20:10 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-20 17:20:10 +0000
commit9df4f842d593b5ea0cdc3d9a515afbe638b9051e (patch)
treecf6afa9ce7977fb2c478d372049c7aa02706f749 /src/mesa/drivers/dri
parent62b6eef0d72f42fa73210a67f2afc37547e7b8b5 (diff)
r300: Added TODO comment regarding immediate mode implementation.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/r300/r300_render.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_render.c b/src/mesa/drivers/dri/r300/r300_render.c
index 6cec2bb1ea..143fe9fd35 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 <prefect_@gmx.net>
+ *
+ * \todo Add immediate implementation back? Perhaps this is useful if there are
+ * no bugs...
*/
#include "glheader.h"