Increase NV2A_MAX_BATCH_LENGTH to 131071 from 65535

This commit is contained in:
apexad 2015-09-11 22:02:08 -07:00
parent b872235877
commit 183e8a8705
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ static const SurfaceColorFormatInfo kelvin_surface_color_format_map[] = {
#define NV2A_NUM_CHANNELS 32
#define NV2A_NUM_SUBCHANNELS 8
#define NV2A_MAX_BATCH_LENGTH 0xFFFF
#define NV2A_MAX_BATCH_LENGTH 0x1FFFF
#define NV2A_VERTEXSHADER_ATTRIBUTES 16
#define NV2A_MAX_TEXTURES 4