increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemos/shape)

This commit is contained in:
Roland Scheidegger
2007-07-17 12:56:30 +02:00
parent 0b48ce450e
commit b9f2cf9a4e
@@ -9,7 +9,7 @@ struct intel_context;
#define BATCH_SZ 16384
#define BATCH_RESERVED 16
#define MAX_RELOCS 400
#define MAX_RELOCS 4096
#define INTEL_BATCH_NO_CLIPRECTS 0x1
#define INTEL_BATCH_CLIPRECTS 0x2