mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 11:50:23 +01:00
Kill old struct bufmgr members.
This commit is contained in:
parent
bb1bb88bab
commit
180f0bb964
2 changed files with 0 additions and 6 deletions
|
|
@ -24,7 +24,6 @@ struct buffer_reloc
|
|||
|
||||
struct intel_batchbuffer
|
||||
{
|
||||
struct bufmgr *bm;
|
||||
struct intel_context *intel;
|
||||
|
||||
dri_bo *buf;
|
||||
|
|
|
|||
|
|
@ -215,11 +215,6 @@ struct intel_context
|
|||
GLboolean hw_stipple;
|
||||
GLboolean strict_conformance;
|
||||
|
||||
/* AGP memory buffer manager:
|
||||
*/
|
||||
struct bufmgr *bm;
|
||||
|
||||
|
||||
/* State for intelvb.c and inteltris.c.
|
||||
*/
|
||||
GLuint RenderIndex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue