mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES
This commit is contained in:
parent
32aab51df5
commit
b9c8b2a1f1
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue