This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/include
Ton Roosendaal b4b10dfff8 * removed the global uiFrontbuf from interface.c (and python, it was used
there)
* replaced with nice local (uiBlock) storage of what goes on in drawing.
  it now only calls a glDrawBuffer() and glFinish() when it is actually
  needed

Result: interface drawing in general is speedy again, especially for gfx
cards that dont allow frontbuffer drawing, and copy stuff to the frontbuf
with a glFinish() call.

Needs to be tested on all platforms... report to me when you see problems
like menus not drawing correctly, tooltips not drawing or not disappearing,
etc.
2003-07-07 15:50:44 +00:00
..
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-03-24 01:46:05 +00:00
2003-04-27 10:05:36 +00:00