From a1503b00f863a48a517939a42d512f9cfe77f79c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 Jul 2001 15:54:23 +0000 Subject: Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) --- src/mesa/main/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 507f499a1f..fa65d611bd 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.33 2001/07/13 20:07:37 brianp Exp $ */ +/* $Id: config.h,v 1.34 2001/07/16 15:54:23 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -152,7 +152,9 @@ * work. 32 doesn't work because of integer overflow problems in the * rasterizer code. */ +#ifndef DEFAULT_SOFTWARE_DEPTH_BITS #define DEFAULT_SOFTWARE_DEPTH_BITS 16 +#endif #if DEFAULT_SOFTWARE_DEPTH_BITS <= 16 #define DEFAULT_SOFTWARE_DEPTH_TYPE GLushort #else -- cgit v1.2.3