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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=62647
Vedran Rodic changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---