From 21008441e4609c8590ede093a549ef689516ddd4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Dec 2009 10:59:46 -0700 Subject: llvmpipe: updated comments --- src/gallium/drivers/llvmpipe/lp_rast.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index 0000fbc5c7..75f7b74404 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -41,17 +41,13 @@ #include "lp_jit.h" -/* Initially create and program a single rasterizer directly. Later - * will want multiple of these, one or two per core. At that stage - * will probably pass command buffers into the rasterizers rather than - * individual function calls like this. - */ struct lp_rasterizer; struct lp_bins; struct lp_bins_queue; struct cmd_bin; struct pipe_screen; +/** For sub-pixel positioning */ #define FIXED_ORDER 4 #define FIXED_ONE (1<