i965: define BRW_MAX_GRF

This commit is contained in:
Brian Paul 2009-04-22 11:47:59 -06:00
parent 21a422d97e
commit 5c8fb6acc1

View file

@ -243,6 +243,9 @@ struct brw_vs_ouput_sizes {
};
/** Number of general purpose registers (VS, WM, etc) */
#define BRW_MAX_GRF 128
/** Number of texture sampler units */
#define BRW_MAX_TEX_UNIT 16