r300: Enable the non-user-buffers code to compile.

This commit is contained in:
Oliver McFadden 2007-05-13 13:38:38 +00:00
parent 0e7e211055
commit 524c3336c4

View file

@ -872,9 +872,10 @@ struct r300_context {
#ifdef USER_BUFFERS
struct r300_memory_manager *rmm;
#endif
GLvector4f dummy_attrib[_TNL_ATTRIB_MAX];
GLvector4f *temp_attrib[_TNL_ATTRIB_MAX];
#endif
GLboolean disable_lowimpact_fallback;
};