intel: Remove unused NO_TILE macro
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 19 May 2011 12:34:19 +0000 (14:34 +0200)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 31 May 2011 18:46:29 +0000 (11:46 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/intel/intel_span.c

index 16bce20317e05457d001cb23a9958b6b519bfe43..5290342c3e15465f1f41aca57c6ceb5abb218c7e 100644 (file)
@@ -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