diff options
author | Eric Anholt <[email protected]> | 2009-11-03 17:30:46 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-11-06 11:37:31 -0800 |
commit | bb2dd50be00000b66218bc6a9e6be8de70b31493 (patch) | |
tree | 33441ba05167e131781fff12faf2ee6d450d13d1 /src/mesa | |
parent | 8e0f40d28777f1ae599a95312788fe29a0515a0d (diff) |
intel: Remove obsolete comment about GEM in the spans code.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_span.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_span.c b/src/mesa/drivers/dri/intel/intel_span.c index bab13e3665b..3607c7ddedd 100644 --- a/src/mesa/drivers/dri/intel/intel_span.c +++ b/src/mesa/drivers/dri/intel/intel_span.c @@ -292,7 +292,6 @@ static uint32_t y_tile_swizzle(struct intel_renderbuffer *irb, #define Y_FLIP(_y) ((_y) * yScale + yBias) -/* XXX with GEM, these need to tell the kernel */ #define HW_LOCK() #define HW_UNLOCK() |