summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_blit.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-02-24 16:36:05 +0100
committerMarek Olšák <[email protected]>2012-03-05 14:22:19 +0100
commit370c8b5ee7666f4f515d63603afe8282b1b3c682 (patch)
treef048581b0075accc2ede961cb31499a05e97286e /src/gallium/drivers/r600/r600_blit.c
parent0018db1126c443c4d70947010dcf1afa37e5fb16 (diff)
r600g: remove obsolete todo comments
Also use XXX in the other ones, because it's the most used word for that purpose in Mesa. Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_blit.c')
-rw-r--r--src/gallium/drivers/r600/r600_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c
index d58abea487f..9ab85c8713f 100644
--- a/src/gallium/drivers/r600/r600_blit.c
+++ b/src/gallium/drivers/r600/r600_blit.c
@@ -162,7 +162,7 @@ void r600_flush_depth_textures(struct r600_context *rctx)
{
unsigned int i;
- /* FIXME: This handles fragment shader textures only. */
+ /* XXX: This handles fragment shader textures only. */
for (i = 0; i < rctx->ps_samplers.n_views; ++i) {
struct r600_pipe_sampler_view *view;