New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 May 2001 23:11:12 +0000 (23:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 May 2001 23:11:12 +0000 (23:11 +0000)
commit0ab16e01348a8feceda9ee55f14b035e400d3c01
treea48d883fe84f5ac2e4bc8edff078fad97648bf2c
parent649971518c6b79bc510d3a15b025250a7f947def
New IFLOOR, ICEIL macros from Josh Vanderhoof.  Fixes problems with
IFLOOR(1.99999)==2, for example.  Moved some macros from config.h to glheader.h
src/mesa/main/config.h
src/mesa/main/glheader.h
src/mesa/swrast/s_texture.c