diff options
author | Brian <brian@i915.localnet.net> | 2007-08-02 10:01:14 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-08-02 10:01:14 -0600 |
commit | a6dd731656c7daa9a3d2a020f13001ac4d391a44 (patch) | |
tree | 1ae118b432e0c7f0bf1db3f8ee2218122f105014 /src | |
parent | d747bf14dded3650da454d418912c921e65f2b9b (diff) |
comment follow-up
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i915pipe/intel_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i915pipe/intel_context.c b/src/mesa/drivers/dri/i915pipe/intel_context.c index 9c32ab0ddf..9229ec35cc 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; |