diff options
author | Brian Paul <[email protected]> | 2010-04-23 09:03:10 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-23 09:13:26 -0600 |
commit | 71dfbb608acca74268cd6c93b121913a374f6b58 (patch) | |
tree | 8ece87443704c89794f5a1775e987b072deee154 /src/gallium/drivers/llvmpipe/lp_scene.h | |
parent | ccd13da0fc1f1813b55fc0d2181a6cb0d3b42b0d (diff) |
llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.h
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_scene.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_scene.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index ac0717db6a1..273fc02b7c1 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.h +++ b/src/gallium/drivers/llvmpipe/lp_scene.h @@ -44,8 +44,6 @@ struct lp_scene_queue; /* We're limited to 2K by 2K for 32bit fixed point rasterization. * Will need a 64-bit version for larger framebuffers. */ -#define MAXHEIGHT 2048 -#define MAXWIDTH 2048 #define TILES_X (MAXWIDTH / TILE_SIZE) #define TILES_Y (MAXHEIGHT / TILE_SIZE) |