diff options
author | Corbin Simpson <[email protected]> | 2009-01-19 21:03:24 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:23 -0800 |
commit | 2e09845277ce75fa7d29020c5b119ad749522592 (patch) | |
tree | bac1637cf0f50d8dd5a7e3fa4f1d2ba60a12a7d3 /src/gallium/drivers/r300/r300_screen.c | |
parent | 7961974fc28257b293961d35f15c0ce7a85f2669 (diff) |
r300: Various flags, small state tracking things.
Getting these out of the way so more stuff can be put in.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 5074e3e6fa4..5c1bab386f7 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -123,7 +123,6 @@ static void* r300_surface_map(struct pipe_screen* screen, struct pipe_surface* surface, unsigned flags) { - /* XXX this is not quite right */ char* map = pipe_buffer_map(screen, surface->buffer, flags); if (!map) { |