OSDN Git Service

i965: Replace the global brw->query.bo variable with query->bo.
[android-x86/external-mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 9f38625..c34d6b1 100644 (file)
@@ -1043,7 +1043,6 @@ struct brw_context
 
    struct {
       struct brw_query_object *obj;
-      drm_intel_bo *bo;
       bool begin_emitted;
    } query;