diff options
author | Brian Paul <brianp@vmware.com> | 2009-04-06 15:31:58 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-04-06 15:31:58 -0600 |
commit | f4d744af24e07103f0f297b485f3dbca1fb7bc3b (patch) | |
tree | b4d843742a65ff2739cdbe388703e64c623e17b1 /src/gallium/drivers/softpipe/sp_tile_cache.h | |
parent | 87c356a222bb97ecf9b04e8d509b103199159b11 (diff) |
softpipe: clean up the buffer clear and tile cache code a little
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_tile_cache.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_tile_cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_tile_cache.h b/src/gallium/drivers/softpipe/sp_tile_cache.h index 9ac3fdda94..8f247d0e58 100644 --- a/src/gallium/drivers/softpipe/sp_tile_cache.h +++ b/src/gallium/drivers/softpipe/sp_tile_cache.h @@ -89,7 +89,8 @@ sp_flush_tile_cache(struct softpipe_context *softpipe, struct softpipe_tile_cache *tc); extern void -sp_tile_cache_clear(struct softpipe_tile_cache *tc, uint clearValue); +sp_tile_cache_clear(struct softpipe_tile_cache *tc, const float *rgba, + uint clearValue); extern struct softpipe_cached_tile * sp_get_cached_tile(struct softpipe_context *softpipe, |