search for: wglmakecurr

Displaying 18 results from an estimated 18 matches for "wglmakecurr".

2011 Nov 14
2
Re: OpenGL issues on OSX (wine 1.3.21)
...0x30de568 (GL context creation delayed) trace:wgl:X11DRV_GetPixelFormat (0x12a228) trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x76 for iPixelFormat=81 trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=120 trace:wgl:X11DRV_GetPixelFormat (0x12a228): returns 81 trace:wgl:wglMakeCurrent hdc: (0x58c), hglrc: (0x30de568) trace:wgl:X11DRV_wglMakeCurrent (0x58c,0x30de568) trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x76 for iPixelFormat=81 trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=120 trace:wgl:describeDrawable HDC 0x58c has: trace:wgl:describe...
2008 May 26
4
Prey and OpenGL
...RB Couldn't find proc address for: wglQueryPbufferARB Couldn't find proc address for: wglBindTexImageARB Couldn't find proc address for: wglReleaseTexImageARB Couldn't find proc address for: wglSetPbufferAttribARB ...640x480 is unsupported in 32 bit Shutting down OpenGL subsystem ...wglMakeCurrent( NULL, NULL ): success ...shutting down QGL ...unloading OpenGL DLL Initializing OpenGL subsystem ...initializing QGL ...calling LoadLibrary( 'opengl32' ): succeeded Couldn't find proc address for: wglCreatePbufferARB Couldn't find proc address for: wglGetPbufferDCARB Couldn'...
2008 Jul 24
0
error again in poser 7
...libx11.so.6 (0x0032f708) 16 0x7ecad2f1 _XReply+0x231() in libx11.so.6 (0x0032f748) 17 0x7ed8c37e in libgl.so.1 (+0x2a37e) (0x0032f778) 18 0x7ed8c930 glXMakeContextCurrent+0x210() in libgl.so.1 (0x0032f7f8) 19 0x7ed8cc90 glXMakeCurrent+0x30() in libgl.so.1 (0x0032f818) 20 0x7dfb7a4f X11DRV_wglMakeCurrent+0xdf() in winex11 (0x0032f888) 21 0x7e959257 wglMakeCurrent+0x67() in gdi32 (0x0032f8b8) 22 0x008e6819 in poser (+0x4e6819) (0x03cbc770) 23 0x00000000 (0x01501584) 24 0x00785c40 in poser (+0x385c40) (0x00785bb0) 0xf7f3709d: testb $0x8,0x200(%edi) Modules: Module Address Debug info Name...
2011 Jun 03
4
OpenGL issues on OSX (wine 1.3.21)
I just compiled 1.3.21 on OSX using the osxwinebuilder script. It's the first time I try wine on the Mac. I've tried some short OpenGL demos and they work, but others fail. Remarkable ones that fail are wxWidgets OpenGL demos (remarkable because the source is available, so I guess it should be easy to fix). I run OSX 10.6.7. While running the wxWidgets "penguin" demo, the
2009 Sep 25
0
Wine release 1.1.30
...d3d: Detect ARB_framebuffer_object. wined3d: Add support for ARB_framebuffer_object. wined3d: Don't create a depthstencil renderbuffer if ARB_framebuffer_object is supported. wined3d: Fix a typo. wined3d: Add support for ARB_provoking_vertex. wined3d: Cleanup after wglMakeCurrent() failures in context_set_current(). wined3d: Remove unused IWineD3DVertexShaderImpl fields. wined3d: Add a separate function for vertex shader initialization. d3d10core: Add a separate function for d3d10_vertex_shader initialization. d3d9: Add a separate function for ver...
2008 Nov 17
6
PWGL, some improvements
Hi, few months ago I started a thread about running PWGL under wine. PWGL is a " free cross-platform visual language based on Common Lisp, CLOS and OpenGL, specialized in computer aided composition and sound synthesis. " http://www2.siba.fi/PWGL/index.html However, because I had to use winetricks to install Microsoft Visual C++ 2005 (it's needed by PWGL), and the many errors that I
2008 Oct 17
0
Wine release 1.0.1
...dme file. kernel32/winerr: Add Norwegian Bokm?l translation. Alexandre Julliard (16): winex11: Only register an XIM callback if we can't open the XIM right away. server: Move the process pipe hangup handling into kill_process. winex11: Check for matching pixel format in wglMakeCurrent. ntdll: Force execute permission again on the stack after clearing it. ntdll: Add some sanity checks for invalid relocation blocks. winex11: Check for XKB extension on the GDI display too. user32: Fix MapWindowPoints behavior in the process that owns the desktop window....
2012 Jul 03
0
Wine release 1.5.8
...glDebugEntry. opengl32: Get rid of the X11 locking. gdiplus/tests: Add back some necessary casts. wined3d: Always load wgl functions from opengl32.dll. winex11: Add a GET_DRAWABLE escape to mirror the SET_DRAWABLE one. winex11: Use the GET_DRAWABLE escape to implement wglMakeCurrent. winex11: Use the GET_DRAWABLE escape to implement wglMakeContextCurrentARB. winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions. winex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function. opengl32: Add...
2011 Apr 01
0
Wine release 1.3.17
...uild: Mark up fallthrough switch cases (Coverity). widl: Mark up a FALLTHROUGH case (Coverity). Matteo Bruni (11): opengl32/tests: Test using a GL context after the drawable is destroyed. winex11.drv: Don't modify current state if glXMakeCurrent fails. winex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid. opengl32/tests: Add a test for window destroy with wglMakeContextCurrentARB. winex11.drv: Don't modify state if glXMakeContextCurrent fails. winex11.drv: Fix wglMakeContextCurrent with an invalid drawable. winex11...
2006 Dec 08
0
Wine release 0.9.27
...erver name for an HTTP request ole32: Add some documentation for CoCreateInstance. Roderick Colenbrander (5): wgl: Unify pixel format code. wgl: Relax the pixel format attribute conversion code a bit. wgl: (W)GL_NV_vertex_array_range. Remove glut32. wgl: Cleanup wglMakeCurrent. Stefan D?singer (13): wine/list.h: Added list_move_head and list_move_tail. wined3d: Create the state table. wined3d: Add render states to the state table. wined3d: Move WINED3DRS_FILLMODE to the state table. wined3d: Move WINED3DRS_LIGHTNING to the state table....
2012 Sep 14
0
Wine release 1.5.13
...in the drawable structures. winex11: Get the current pixel format from the drawable structure in wglCreateContext. winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB. winex11: Get the current pixel format from the drawable structure in wglMakeCurrent. winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB. user32: Fix DrawFocusRect to always invert the destination regardless of the text color. comctl32: XOR'ing with a black pen is not useful. winex11: Get the information from...
2010 Oct 23
2
[Wine 1.3.5] Glu error on custom 3D application
...70,6,0x450764) trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x79 for iPixelFormat=6 trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=68 trace:wgl:create_bitmap_glxpixmap return 0 warn:wgl:internal_SetPixelFormat Couldn't create glxpixmap for pixel format 6 trace:wgl:wglMakeCurrent hdc: (0xcc0), hglrc: ((nil)) trace:wgl:X11DRV_wglMakeCurrent (0x204,(nil)) trace:wgl:X11DRV_wglMakeCurrent returning True trace:wgl:wine_glFlush () fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported wine: Unhandled page fault on read access to 0x033c1000 at address 0x72108456 (thread 0...
2011 Nov 04
0
Wine release 1.3.32
...arp (2): po: Update English (Neutral) resource. kernel32: Update English resource. Ken Thomases (1): gdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts:Path. Louis Lenders (2): ntoskrnl.exe: Update version resource. opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32. Luca Bennati (2): po: Update Italian translation. po: Update Italian translation. Lucas Fialho Zawacki (2): dinput8/tests: Moved EnumDevicesBySemantics specific tests to dinput.c and added a couple more. dinput8/tests: Tests for...
2006 Oct 13
0
Wine release 0.9.23
...rpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc, Free} as that Roderick Colenbrander (5): gdi32: Route WGL context code through gdi32.dll. gdi32: Route WGL font code through gdi32.dll. x11drv: Fix wgl pixel format bug. x11drv: Fix building issue. opengl: Fix wglMakeCurrent bug. Saulius Krasuckas (5): lz32/tests: Test more last errors set by LZOpenFile[AW]. lz32/tests: Non-op cosmetics for LZOpenFile[AW] operations. lz32/tests: More checks for various LZOpenFile[AW] operations on existing files. lz32/tests: Be more verbose and aware of root...
2008 Jun 27
0
Wine release 1.1.0
...nt string. quartz: Do not ignore current position in IEnumRegFiltersImpl_Next. devenum: Update type when reading binary data to VT_EMPTY variant. quartz: Prevent heap corruption if IPropertyBag_Read fails. Alexandre Julliard (36): winex11: Check for matching pixel format in wglMakeCurrent. winex11: Avoid erasing the window when changing the pixel format. cabinet: Always use INT_PTR for handles. kernel32: The first argument of GetBinaryType is a string. server: Move the process pipe hangup handling into kill_process. winex11: Only register an XIM call...
2009 Jul 03
0
Wine release 1.1.25
...ling d3dfmt_p8_upload_palette(). wined3d: Document GL context dependencies. wined3d: Add some missing GL locking to init_format_fbo_compat_info(). wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context current. wined3d: Always check the result of wglMakeCurrent(). d3d: Add a test for releasing the device after destroying the window. wined3d: Add a WARN to IWineD3DDeviceImpl_SetFrontBackBuffers() about potentially being called without a GL context. wined3d: Remove shader_is_version_token(). wined3d: Pass the shader type to shader...
2009 Nov 13
0
Wine release 1.1.33
.... wined3d: Store PCI IDs in wined3d_driver_info instead of wined3d_gl_info. wined3d: Apply PCI ID overrides in init_driver_info() instead of IWineD3DImpl_GetAdapterIdentifier(). wined3d: Set a driver name appropriate for the vendor in init_driver_info(). wined3d: Restore the wglMakeCurrent() call in context_destroy_gl_resources(). wined3d: Restore the thread's previous GL context in WineD3D_ReleaseFakeGLContext(). wined3d: Restore the thread's previous GL context in context_destroy_gl_resources(). wined3d: Keep better track of where we're using wined3...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine