Displaying 3 results from an estimated 3 matches for "glxcreatepixmap".
2006 Apr 09
2
EXT_texture_from_pixmap update
Patch for mesa with a set of updates for EXT_tfp. Includes necessary
FBConfig support, adds attrib_list to BindTexImage and fixes
CreateDrawable so that glXCreatePixmap works.
Xgl and compiz requires this patch.
Can I commit this to head?
-David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesa-tfp-update-1.patch
Type: text/x-patch
Size: 8154 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/atta...
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...
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
...Post-release version increment.
Don'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 atom...