mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
i965: drop unused brw->has_pln
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
cbee3b03c9
commit
6da7a00a84
2 changed files with 0 additions and 2 deletions
|
|
@ -860,7 +860,6 @@ brwCreateContext(gl_api api,
|
||||||
|
|
||||||
brw->has_hiz = devinfo->has_hiz_and_separate_stencil;
|
brw->has_hiz = devinfo->has_hiz_and_separate_stencil;
|
||||||
brw->has_separate_stencil = devinfo->has_hiz_and_separate_stencil;
|
brw->has_separate_stencil = devinfo->has_hiz_and_separate_stencil;
|
||||||
brw->has_pln = devinfo->has_pln;
|
|
||||||
brw->has_surface_tile_offset = devinfo->has_surface_tile_offset;
|
brw->has_surface_tile_offset = devinfo->has_surface_tile_offset;
|
||||||
brw->needs_unlit_centroid_workaround =
|
brw->needs_unlit_centroid_workaround =
|
||||||
devinfo->needs_unlit_centroid_workaround;
|
devinfo->needs_unlit_centroid_workaround;
|
||||||
|
|
|
||||||
|
|
@ -750,7 +750,6 @@ struct brw_context
|
||||||
bool has_separate_stencil;
|
bool has_separate_stencil;
|
||||||
bool has_swizzling;
|
bool has_swizzling;
|
||||||
bool has_surface_tile_offset;
|
bool has_surface_tile_offset;
|
||||||
bool has_pln;
|
|
||||||
bool no_simd8;
|
bool no_simd8;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue