[Bf-blender-cvs] CVS commit: blender/source/blender/src interface.c

Ton Roosendaal ton at blender.org
Fri Jun 20 14:49:38 CEST 2003


ton (Ton Roosendaal) 2003/06/20 14:49:38 CEST

  Modified files:
    blender/source/blender/src interface.c 
  
  Log:
  - removed 'gldrawbuffer()' and 'glflush()' calls from main buttons loop.
    these calls were done without anything actually happening, for each
    mouse move, and caused quite some slowdown at OSX.
    Might help the other platforms as well. Check it by just moving your mouse
    around, over window edges, buttons, etc. Especially Radiosity buttons
    were horrible slow in a large window
  
    Please be aware that the above calls cause a swapbuffer at OSX!
  
  Revision  Changes    Path
  1.17      +29 -23    blender/source/blender/src/interface.c



More information about the Bf-blender-cvs mailing list