Displaying 8 results from an estimated 8 matches for "wglsharelists".
2008 Nov 17
6
PWGL, some improvements
...cannot see
them), and, exporting the screen to EPS (from the software), I can see that
PWGL works.
Saving the terminal output to a log.txt file, shows only 2 errors related to
wine:
fixme:reg:GetNativeSystemInfo (0x5422c8) using GetSystemInfo()
... (here lots of pwgl loading infos)
err:wgl:X11DRV_wglShareLists Could not share display lists, context already
created !
I also ran WINEDEBUG=+relay,+seh,+tid wine PWGL-1-0b.exe &> /tmp/output.txt
as suggested in the FAQ, should I attach it to this mailing list?
It would be really nice to have this app working under linux, I made today a
submission for...
2011 Jan 11
0
D3D problem... Mac Specific?
...IALADDR*
Where "SEQUENTIALADDR" goes up by an arbitrary amount with each loop
-----
Finally, the loop again branches - this time in three directions. ?Sometimes it just continues past this point, but roughly half the time the following error is generated:
Code:
err:d3d:context_create wglShareLists(0x0, *NEXTCONTEXTADDR*) failed, last error 0.
Where "NEXTCONTEXTADDR" is the context address used in the next iteration of the loop.
If it happens to be the *last* iteration of the loop, this branch instead produces:
Code:
fixme:msvcr90:__clean_type_info_names_internal (0x3d89a0) stub...
2011 Nov 14
2
Re: OpenGL issues on OSX (wine 1.3.21)
...LtoGLX Returning fmt_id=0x76 for iPixelFormat=81
trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=120
DIAG: apple_glx_create_context: ac 0x41926a10 ac->context_obj 0x410ba400
trace:wgl:X11DRV_wglCreateContext creating context 0x3152308 (GL context creation delayed)
trace:wgl:wglShareLists hglrc1: (0x30de568); hglrc: (0x3152308)
trace:wgl:X11DRV_wglShareLists (0x30de568, 0x3152308)
trace:wgl:describeContext Context 0x30de568 have (vis:0x40420b50):
trace:wgl:describeContext - FBCONFIG_ID 0x76
trace:wgl:describeContext - VISUAL_ID 0xc5
trace:wgl:describeContext Context 0x3152308 ha...
2006 Oct 27
0
Wine release 0.9.24
...pcrt4: Add a critical section to protect the connection list in each
kernel32: Add support for detecting the user locale preference from the system on Mac OS X.
Roderick Colenbrander (6):
wgl: Move wglGetCurrentContext to gdi32.
wgl: Move wglGetCurrentDC to gdi32.
wgl: Move wglShareLists to gdi32.
wgl: Move wglDeleteContext to gdi32.
gdi32: Add missing spec file entry for wglDeleteContext.
wgl: Move part of wglGetProcAddress to gdi32.
Stefan D?singer (7):
d3d8: Implement CopyRects with BltFast.
ddraw: Make the surface list a standard wine list....
2009 Dec 04
0
Wine release 1.1.34
...: Fix double-free of BSTR in domdoc tests.
advapi32: Don't test the contents of memory outside of a valid block of memory.
advapi32: Fix memory leaks in security tests.
inetmib1: Fix off-by-one error in findNextOidInTable.
Roderick Colenbrander (12):
opengl32/tests: fix wglShareLists error messages.
wgl: Get rid of delayed GLX context creation. Instead attempt to re-create a context when wglShareLists is called.
wgl: The GLX context creation code isn't needed anymore in wglCopyContext because we always have a GLX context now.
wgl: Add initial WGL_ARB_creat...
2009 May 22
0
Wine release 1.1.22
...() on DLL_PROCESS_DETACH.
winedbg: Do not print more than 9 characters from pThread->name.
Robert Key (2):
wined3d: Fix ATI HD4800 being reported as ATI 9500.
wined3d: Remove HD 4800 "2048MB for X2 versions" comment.
Roderick Colenbrander (10):
opengl32: Add a wglShareLists test.
wgl: Duplicate some single buffered pixel formats for bitmap rendering and restrict bitmap rendering to these formats.
wgl: Select bitmap capable formats when PFD_DRAW_TO_BITMAP is requested by the caller.
wgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable formats.
w...
2012 Jul 03
0
Wine release 1.5.8
..., C# OpenGL wrapper) fails to create a temp OpenGL context
----------------------------------------------------------------
Changes since 1.5.7:
Alexandre Julliard (39):
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.
winex11: Move wglShareLists to the internal OpenGL extension functions.
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.
gdi32: Remove OpenGL functions that don'...
2008 Jul 11
0
Wine release 1.1.1
...ard control panel).
Paul Vriens (1):
quartz/tests: Make tests run on everything lower then Vista.
Peter Oberndorfer (4):
msvcrt: Add a test for scanf %p.
msvcrt: Implement %p for scanf.
ntdll: Add broken() to two test cases.
opengl32: Fix a typo (wglShaderLists -> wglShareLists).
Piotr Caban (27):
msxml3: Added IXMLDOMElement_getAttributeNode test.
msxml3: Added IXMLDOMElement_getAttributeNode implementation.
msxml3/tests: Better error messages formatting.
msxml3/tests: Fix error messages.
msxml3: Added stub implementation for SAXXMLReader i...