Displaying 7 results from an estimated 7 matches for "glxpixmaps".
Did you mean:
glxpixmap
2001 Jul 10
1
Sims???
Few months ago I asked here about Wine and Sims. Somebody told me it's
impossible. Today on slashdot I read, that writer have seen Sims on Wine... So
- is it close?
--
Now the best steel goes through the fire
And you seem to burn
The dead man's always a liar "Hide In The Rainbow"
Look out! there's another one learning! -
2007 Oct 12
0
Wine release 0.9.47
...gistration and reading of codecs.
Chris Robinson (12):
winex11: Store a GL-specific drawable with the window.
wgl: Remove GL scissors/viewport override.
winex11: Use an offscreen redirected window for child OpenGL rendering.
winex11: Pass a display parameter when destroying glxpixmaps.
winex11: Track async GL drawable changes.
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap.
wined3d: Prevent some console spamming.
winex11:...
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
2010 Oct 04
2
[Bug 30603] New: X crash in NVAccelDownloadM2MF with KDE desktop effects enabled.
https://bugs.freedesktop.org/show_bug.cgi?id=30603
Summary: X crash in NVAccelDownloadM2MF with KDE desktop
effects enabled.
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2010 Oct 23
2
[Wine 1.3.5] Glu error on custom 3D application
Hello,
I am trying to run a small application called Miku Desktop Mascot. a small anim character dancing on the screen (nice distraction when all day on code lines).
current system is :
Fedora 13 x64
Nvidia GTX 460 , proprietary driver 260.19.12
Wine 1.3.5 x64
I actually am a java developer (not c++) so if I can be of any help testing, compiling wine on my machine it's possible.
thanks
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
I think we're ready for RC1 at this point, but wanted to give people a
chance to scream about "just one more API change" until tomorrow. Let me
know if there's something I'm missing; if I don't hear anything, I'll be
tagging RC1 in the morning.
Aaron Plattner (1):
xace: Fix XaceCensorImage to actually censor the right part of the image
Adam Jackson (92):
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...provide CreatePixmap
Update the AIGLX DRI loader to use the new DRI interface.
Convert GLX module to use screen private indexes like everything else.
Move hyperpipe and swapbarrier extension funcs to screen private struct.
Implement damage reporting for AIGLX.
Implment GLXPixmaps.
Add dispatching for GLX_SGIX_pbuffer.
Implement GLX pbuffers.
Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.
Fix GLX byteswapping.
Fix byte swapping for GetFBConfigs.
Simplify and clean up GLX visual initialization.
Drop VisualConfigP...