diff options
author | Corbin Simpson <[email protected]> | 2009-11-07 10:52:06 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-11-07 11:55:29 -0800 |
commit | cd5b2a93d5c9c60dbe72ebc963dcddf0db0b665c (patch) | |
tree | ddafa38570d7f641e0c18e9b03f0178348cfb061 /src/gallium/drivers/r300/r300_render.c | |
parent | ef513776b5bdd11968d2ca03862e9d1ac48e099f (diff) |
r300g: Comments.
Diffstat (limited to 'src/gallium/drivers/r300/r300_render.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_render.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_render.c b/src/gallium/drivers/r300/r300_render.c index 89bf749b5fa..0df9a946102 100644 --- a/src/gallium/drivers/r300/r300_render.c +++ b/src/gallium/drivers/r300/r300_render.c @@ -243,7 +243,8 @@ boolean r300_draw_arrays(struct pipe_context* pipe, unsigned mode, * keep these functions separated so that they are easier to locate. ~C. * ***************************************************************************/ -/* Draw-based drawing for SW TCL chipsets. */ +/* Draw-based drawing for SW TCL chipsets. + * XXX currently broken as fucking hell. */ boolean r300_swtcl_draw_range_elements(struct pipe_context* pipe, struct pipe_buffer* indexBuffer, unsigned indexSize, |