i965: relAddr local var (to make debug/test a little easier)
[mesa.git] / src / mesa / drivers / dri / intel / intel_buffers.h
index 97ae8bf738f7f0c5674aa2302e4fb8cf599cf266..6069d38e9eb7de88deb20f5a3b6e6ebcb183c2c6 100644 (file)
@@ -53,5 +53,8 @@ void intel_get_cliprects(struct intel_context *intel,
                         struct drm_clip_rect **cliprects,
                         unsigned int *num_cliprects,
                         int *x_off, int *y_off);
+#ifdef I915
+void intelCalcViewport(GLcontext * ctx);
+#endif
 
 #endif /* INTEL_BUFFERS_H */