From: Keith Whitwell Date: Fri, 13 Oct 2006 11:19:38 +0000 (+0000) Subject: Use unsigned long batchbuffer offset, fixes x64 warnings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e595ce79d6b917f7106f3b340795bd507e2625e8;p=mesa.git Use unsigned long batchbuffer offset, fixes x64 warnings. --- diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.h b/src/mesa/drivers/dri/i965/intel_batchbuffer.h index 7a9ead3e373..25e0a65e99f 100644 --- a/src/mesa/drivers/dri/i965/intel_batchbuffer.h +++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.h @@ -46,7 +46,7 @@ struct intel_batchbuffer { struct buffer *buffer; GLuint flags; - GLuint offset; + unsigned long offset; GLubyte *map; GLubyte *ptr;