rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.
[mesa.git] / src / gallium / drivers / softpipe / sp_texture.h
index 6b205dc53290cca4b6747aa1d5fbd6ad21cf985f..5603110eeb339b59816a9245b142c1a7d67c1c59 100644 (file)
 
 
 #include "pipe/p_state.h"
-
-
-#define SP_MAX_TEXTURE_2D_LEVELS 13  /* 4K x 4K */
-#define SP_MAX_TEXTURE_3D_LEVELS 9   /* 512 x 512 x 512 */
+#include "sp_limits.h"
 
 
 struct pipe_context;