search for: create_context

Displaying 11 results from an estimated 11 matches for "create_context".

2007 Sep 30
1
[Patch] reenable fifos if we get an error while fifos disabled
Hello, while playing around with multiple fifo contexts I got fifo hangs when opening glxgears nr.3. The reason is that in drm/linux_core/nouveau_fifo.c l.342 engine->graph.create_context() returns -ENOMEM (I dont know why but I think this problems also appears with other errors). But the real problem is that then nouveau_fifo alloc() returns without reenabling fifo execution, so all fifos hang. With this patch glxgears nr.3 only prints scary messages and falls back to software r...
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi, What about releasing a new version shortly ? This is a long-awaited request from several users especially for recent ruby-1.9.1 versions on MinGW. Cheers. Chauk-Mean.
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...link with it. I couldn't find a mailing list or > anything like that to ask this question on. I've got a very simple main > program: > > let load_bc ctx path = >   Llvm_bitreader.parse_bitcode ctx (Llvm.MemoryBuffer.of_file path) > > let main () = >   let ctx = Llvm.create_context () in >   let m = load_bc ctx "examples/nweb/nweb.bc" in >   print_string "loaded module successfully" > > and I'm trying to build it using this command (it's in a shell script to the > variable declaration is actually working): > > D=/homes/malecha/...
2012 Mar 01
1
[Bug 46810] New: Mesa Failing To Build
...inking the shared library libGL.la against the *** static library ../mapi/glapi/libglapi.a is not portable! gcc: error: .libs/clientattrib.o: No such file or directory gcc: error: .libs/clientinfo.o: No such file or directory gcc: error: .libs/compsize.o: No such file or directory gcc: error: .libs/create_context.o: No such file or directory gcc: error: .libs/eval.o: No such file or directory gcc: error: .libs/glxconfig.o: No such file or directory gcc: error: .libs/glxcmds.o: No such file or directory gcc: error: .libs/glxcurrent.o: No such file or directory gcc: error: .libs/glx_error.o: No such file or d...
2013 Mar 29
1
Wine release 1.5.27
...niformResourceLocator) clipboard format, mapped to public.url. explorer: Create desktop window hidden and only show it if it wins the race. winemac: Keep stable surface for layered windows using UpdateLayeredWindow(). winemac: Use kCGLPFANoRecovery for accelerated pixel formats in create_context(). winemac: Set the ordering of color modes explicitly to reduce chance of picking an odd one. winemac: Synthesize 8- and 16-bpp display modes if the system doesn't provide any. winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method. winema...
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware to address Greg's and all other's code review comments. Summary of changes: - Rebase our linux kernel tree from v3.5 to v3.7. - Fix all checkpatch warnings and errors. Fix some checkpatch with -strict errors. This addresses Greg's comment: On 15 Nov 2012
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware to address Greg's and all other's code review comments. Summary of changes: - Rebase our linux kernel tree from v3.5 to v3.7. - Fix all checkpatch warnings and errors. Fix some checkpatch with -strict errors. This addresses Greg's comment: On 15 Nov 2012
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware. -split guest, host and core driver code into different files -use EXPORT_SYMBOLS_GPL -remove vmci_device_get and vmci_device_release APIs -simplify the event deliver mechanism -driver ioctl code cleanup -sparse clean * * * In an effort to improve the out-of-the-box experience with
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware. -split guest, host and core driver code into different files -use EXPORT_SYMBOLS_GPL -remove vmci_device_get and vmci_device_release APIs -simplify the event deliver mechanism -driver ioctl code cleanup -sparse clean * * * In an effort to improve the out-of-the-box experience with