mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
i965: Delete unused intel_context::driFd field.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Chris Forbes <chrisf@ijw.co.nz> Acked-by: Paul Berry <stereotype441@gmail.com> Acked-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
e0858763bc
commit
44a11eab9c
2 changed files with 0 additions and 3 deletions
|
|
@ -474,7 +474,6 @@ intelInitContext(struct brw_context *brw,
|
|||
|
||||
driContextPriv->driverPrivate = brw;
|
||||
brw->driContext = driContextPriv;
|
||||
intel->driFd = sPriv->fd;
|
||||
|
||||
intel->gen = intelScreen->gen;
|
||||
|
||||
|
|
|
|||
|
|
@ -127,8 +127,6 @@ struct intel_context
|
|||
bool has_llc;
|
||||
bool has_swizzling;
|
||||
|
||||
int driFd;
|
||||
|
||||
struct intel_screen *intelScreen;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue