Age | Commit message (Collapse) | Author |
|
|
|
|
|
operations are based on read drawable. fix bug#10136.
|
|
|
|
|
|
|
|
some 3D programs such as pymol work well.
|
|
|
|
|
|
|
|
|
|
|
|
group's objects (Shane Blackett)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clearing buffer
|
|
|
|
previously did.
Basically, in update_framebuffer() (which should be called after an FBO is bound
with MakeCurrent or BindFramebuffer) we check if the FBO is a window-system FBO.
If it is, update the FBO's GL_READ/DRAW_BUFFER state according to the context state.
Old code still in place but disabled with #if 0 / #endif.
|
|
|
|
|
|
|
|
Simplification in colortab.c too.
|
|
|
|
|
|
|
|
Not doing this could cause the buffers to leak under some circumstances.
|
|
to implement GL_CLAMP
|
|
|
|
|
|
|
|
Irrelevant, since we depend on working context switching now.
|
|
|
|
|
|
|
|
|
|
|