i965: drop unused brw->has_negative_rhw_bug
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 30 Aug 2017 08:33:13 +0000 (09:33 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 30 Aug 2017 16:59:18 +0000 (17:59 +0100)
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>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h

index 8648da79f478a4de1a80176d04e913260004e535..e732b2c2a41b116e9f7af300b3524208a5a874bf 100644 (file)
@@ -862,7 +862,6 @@ brwCreateContext(gl_api api,
    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_negative_rhw_bug = devinfo->has_negative_rhw_bug;
    brw->needs_unlit_centroid_workaround =
       devinfo->needs_unlit_centroid_workaround;
 
index 2b848ae968182f15de2f33cfc2ec7f9127a21146..a59977145ce7866cda65355cebf560577e49b275 100644 (file)
@@ -751,7 +751,6 @@ struct brw_context
    bool must_use_separate_stencil;
    bool has_swizzling;
    bool has_surface_tile_offset;
-   bool has_negative_rhw_bug;
    bool has_pln;
    bool no_simd8;