diff options
author | Oliver McFadden <[email protected]> | 2007-05-20 17:20:10 +0000 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2007-05-20 17:20:10 +0000 |
commit | 9df4f842d593b5ea0cdc3d9a515afbe638b9051e (patch) | |
tree | cf6afa9ce7977fb2c478d372049c7aa02706f749 /src/mesa/drivers | |
parent | 62b6eef0d72f42fa73210a67f2afc37547e7b8b5 (diff) |
r300: Added TODO comment regarding immediate mode implementation.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_render.c | 3 |
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 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 <[email protected]> + * + * \todo Add immediate implementation back? Perhaps this is useful if there are + * no bugs... */ #include "glheader.h" |