From: Brian Date: Thu, 2 Aug 2007 16:01:14 +0000 (-0600) Subject: comment follow-up X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6dd731656c7daa9a3d2a020f13001ac4d391a44;p=mesa.git comment follow-up --- diff --git a/src/mesa/drivers/dri/i915pipe/intel_context.c b/src/mesa/drivers/dri/i915pipe/intel_context.c index 9c32ab0ddfc..9229ec35ccd 100644 --- a/src/mesa/drivers/dri/i915pipe/intel_context.c +++ b/src/mesa/drivers/dri/i915pipe/intel_context.c @@ -422,6 +422,7 @@ intelCreateContext(const __GLcontextModes * mesaVis, * state_tracker. The pipe code will need some way of talking to * us, eg for batchbuffer ioctls, and there will need to be a * buffer manager interface. So, this is a temporary hack, right? + * BP: Yes, a temporary hack so we can make jumps between old/new code. */ intel->pipe = intel->ctx.st->pipe; intel->pipe->screen = intelScreen;