Skip to content
Snippets Groups Projects
Commit b9c8b2a1 authored by Brian Paul's avatar Brian Paul
Browse files

svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES

parent 32aab51d
No related branches found
No related tags found
Loading
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment