Displaying 2 results from an estimated 2 matches for "glxdestroypixmap".
Did you mean:
dixdestroypixmap
2009 Jun 18
0
should call glxDestroyPixmap instead of glXDestroyGLXPixmap
Hi,
We've found that in compiz, glXDestroyGLXPixmap() is called in pair
with glXCreatePixmap(), but according to GLX 1.4 spec "however,
GLXPixmaps created by calls other than glXCreateGLXPixmap should not be
passed to glXDestroyGLXPixmap". so compiz should use glxDestroyPixmap
instead of glXDestroyGLXPixmap, since their pixmap is created by calling
glXCreatePixmap.
Thanks
--Shuang
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
...#39;t take screenshot if Escape was pressed.
The screenshot plugin needs an image loader to write out png files,
reflect that in the metadata.
Allow overriding the placement mode on a per-window basis.
Pixmaps created using glXCreatePixmap must be destroyed using
glXDestroyPixmap, not glXDestroyGLXPixmap (according to GLX 1.4
spec, section 3.4.2).
Revert gravity adjustment made at MapRequest time at UnmapNotify time.
Support _NET_REQUEST_FRAME_EXTENTS client message.
Make setting the supported atoms list wrappable and use that for
adverti...