main: Fix compiler warning. No need to convert/store depthScale as GLfloat just...
authorKarl Schultz <karl.w.schultz@gmail.com>
Thu, 11 Feb 2010 23:49:41 +0000 (16:49 -0700)
committerKarl Schultz <karl.w.schultz@gmail.com>
Thu, 11 Feb 2010 23:49:41 +0000 (16:49 -0700)
commit92098438784887fd6005918794476cfbbeac5035
tree3158dc8146d419c881156ee8114fe462a4fbe89e
parent2d1088cc17ef3920225aceefb6dc9cf2a61e4dec
main: Fix compiler warning.  No need to convert/store depthScale as GLfloat just to convert it back to GLuint to call unpack_depth_span.
Also removes a difference between the 24/8 and 8/24 texstore routines.
src/mesa/main/texstore.c