Module: Mesa Branch: master Commit: f29bc77572eb68c6e93371a5c7a9c4e4d1f9ee35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f29bc77572eb68c6e93371a5c7a9c4e4d1f9ee35
Author: Ian Romanick <[email protected]> Date: Thu May 19 14:34:19 2011 +0200 intel: Remove unused NO_TILE macro Reviewed-by: Eric Anholt <[email protected]> --- src/mesa/drivers/dri/intel/intel_span.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_span.c b/src/mesa/drivers/dri/intel/intel_span.c index 16bce20..5290342 100644 --- a/src/mesa/drivers/dri/intel/intel_span.c +++ b/src/mesa/drivers/dri/intel/intel_span.c @@ -70,9 +70,6 @@ intel_set_span_functions(struct intel_context *intel, #define HW_UNLOCK() -/* Convenience macros to avoid typing the address argument over and over */ -#define NO_TILE(_X, _Y) (((_Y) * irb->region->pitch + (_X)) * irb->region->cpp) - /* r5g6b5 color span and pixel functions */ #define SPANTMP_PIXEL_FMT GL_RGB #define SPANTMP_PIXEL_TYPE GL_UNSIGNED_SHORT_5_6_5 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
