mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
r300: Enable the non-user-buffers code to compile.
This commit is contained in:
parent
0e7e211055
commit
524c3336c4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue