svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES

This commit is contained in:
Brian Paul 2011-04-13 09:50:48 -06:00
parent 32aab51df5
commit b9c8b2a1f1

View file

@ -93,7 +93,9 @@ struct index_cache {
struct pipe_resource *buffer;
};
#define QSZ 32
/** Max number of primitives per draw call */
#define QSZ SVGA3D_MAX_DRAW_PRIMITIVE_RANGES
struct draw_cmd {
struct svga_winsys_context *swc;