mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
remove DriverCtx=intel assigment/hack
This commit is contained in:
parent
2611703b36
commit
c712d092a1
1 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@
|
|||
#include "intel_batchbuffer.h"
|
||||
|
||||
#include "state_tracker/st_public.h"
|
||||
#include "state_tracker/st_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_context.h"
|
||||
|
||||
|
|
@ -217,7 +216,6 @@ intelCreateContext(const __GLcontextModes * visual,
|
|||
}
|
||||
|
||||
intel->st = st_create_context(pipe, visual, st_share);
|
||||
intel->st->ctx->DriverCtx = intel; /* hope to get rid of this... */
|
||||
|
||||
return GL_TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue