summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-27 16:38:02 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-30 16:39:14 +0100
commit7f1c0078408eee3ab320e782e776bad0795b60fd (patch)
treee39132f68f24514572c6566d7d7322aeafa138d7 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent2b7fbccfdc96529c5403d5760c74597dfaf51713 (diff)
llvmpipe: Remove unused framebuffer stuff from the rasterizer.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 9c2d445c14..d33dd49f3a 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -80,13 +80,6 @@ struct lp_rasterizer
/* Framebuffer stuff
*/
struct {
- void *map;
- unsigned tiles_per_row;
- unsigned blocksize;
- enum pipe_format format;
- } cbuf[PIPE_MAX_COLOR_BUFS];
-
- struct {
uint8_t *map;
unsigned stride;
unsigned blocksize;