From: Keith W. <ke...@va...> - 2001-05-04 08:15:29
|
Brian Paul wrote: > > CVSROOT: /cvsroot/mesa3d > Module name: Mesa > Repository: Mesa/src/ > Changes by: brianp@usw-pr-cvs1. 01/05/03 16:55:38 > > Log message: > do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, perhaps needed for other cases, like GL_CURRENT_COLOR > > Modified files: > Mesa/src/: > get.c > > Revision Changes Path > 1.59 +21 -1 Mesa/src/get.c In fact, for current color you need to issue a 'FLUSH_CURRENT()'. I'll fix this. Keith |