comment follow-up
authorBrian <brian@i915.localnet.net>
Thu, 2 Aug 2007 16:01:14 +0000 (10:01 -0600)
committerBrian <brian@i915.localnet.net>
Thu, 2 Aug 2007 16:01:14 +0000 (10:01 -0600)
src/mesa/drivers/dri/i915pipe/intel_context.c

index 9c32ab0ddfc37a2d97086a2192512cbea17e42dd..9229ec35ccdc2d92f008c52d09cbf8f68de348f2 100644 (file)
@@ -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;