From d2106384be6f9df498392127c3ff64d0a2b17457 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 4 Apr 2011 12:33:04 +0100 Subject: i965: Convert to relative relocations for state References: https://bugs.freedesktop.org/show_bug.cgi?id=35733 Signed-off-by: Chris Wilson --- src/intel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intel.h') diff --git a/src/intel.h b/src/intel.h index 5d7198ba..b86d293f 100644 --- a/src/intel.h +++ b/src/intel.h @@ -391,8 +391,8 @@ typedef struct intel_screen_private { int vertex_type; int drawrect; uint32_t blend; - dri_bo *samplers; - dri_bo *kernel; + uint32_t samplers; + uint32_t kernel; } gen6_render_state; uint32_t prim_offset; -- cgit v1.2.3