From: Eric Anholt Date: Wed, 4 Nov 2009 01:30:46 +0000 (-0800) Subject: intel: Remove obsolete comment about GEM in the spans code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb2dd50be00000b66218bc6a9e6be8de70b31493;p=mesa.git intel: Remove obsolete comment about GEM in the spans code. --- 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()