[Mesa-dev] Question about how to implement gl sharing extension in Open CL C with mesa

2013-07-07 Thread Zhigang Gong
Hi, I'm developing gl sharing for Open Cl 1.1 implementation. My current solution is to use the existing interface and extension to export a gl texture/buffer object to the OpenCL domain, and create an cl memory object from the same buffer object(drm level). But I met some gaps with current mes

Re: [Mesa-dev] [PATCH 6/7] glsl: Allow non-constant expression initializers of const-qualified vars.

2013-07-07 Thread Kenneth Graunke
On 05/24/2013 06:28 PM, Matt Turner wrote: Required by ARB_shading_language_420pack. --- src/glsl/ast_to_hir.cpp | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 6e689b4..6b56e87 100644

[Mesa-dev] [PULL] i965: Merging intel_context and brw_context

2013-07-07 Thread Kenneth Graunke
Hello, This series merges the intel_context data structure into brw_context. There's definitely more tidying to do: context initialization is still arbitrarily split into brw/intel halves. I figured I'd send out the first 37 patches before continuing, though. I'd appreciate an "Acked-by" from th

[Mesa-dev] [PATCH] osmesa: link against static libglapi library too to get the gl exports

2013-07-07 Thread Maarten Lankhorst
Can anyone else test if this fixes the bug on their machine? It appears to fix it on mine.. It seems the shared part is needed for the driver interface, and the static part to pick up the exports correctly. 8<-- Appears to fix https://bugs.freedesktop.org/show_bug.cgi?id=47824 for me

[Mesa-dev] [Bug 62647] Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000

2013-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62647 Vedran Rodic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---