Changeset 3582 for trunk/src/opengl/mesa/fixed.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/fixed.h
r2938 r3582 1 /* $Id: fixed.h,v 1. 1 2000-02-29 00:48:30 sandervlExp $ */1 /* $Id: fixed.h,v 1.2 2000-05-21 20:41:16 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 54 54 55 55 56 #if DEPTH_BITS==1657 /* use fixed-point interpolation */58 #define FixedToDepth(I) ((I) >> FIXED_SHIFT)59 #else60 /* don't really use fixed-point */61 #define FixedToDepth(I) (I)62 56 #endif 63 64 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.