Thread overview
[OT] For Andrej Mitrovic, Cairo OpenGL and Windows...
Nov 24, 2011
Paolo Invernizzi
Nov 25, 2011
Dejan Lekic
Nov 25, 2011
Andrej Mitrovic
November 24, 2011
Hi all,

We are currently in the process of building cairo 1.10.2 for windows with the OpenGL support enabled, for using it in a D program.
This evening (europe time) we probably have succeeded in the build, and tomorrow we will try some basic test of functionality.

In the meantime, I've found some posts on Andrej in the cairo mailing list about the very same task: cairo, opengl, windows.

Andrej (or others!) have you succeeded in having some basic example of it working?

Thank you in advance,
Paolo
November 25, 2011
I was always under the impression that Cairo has transparent OpenGL support if Glitz is enabled. Is that correct?
November 25, 2011
I think glitz was dropped from cairo ages ago and replaced with cairo_gl. GL is supported, but it's not precompiled into the DLL on the GTK website which is where people get the Cairo DLL from.