Re: Cairo OpenGL ES 2.0 backend is rotting away?
"Henry (Yu) Song - SISA" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <3955FA337689574EB32F94B12A7E6E9E246DEBEE@sisaex01sj> |
Hi, Kevin When you fetch code from http://code.google.com/cairogles, please use "release" branch Thanks Henry ________________________________________ From: [email protected] [[email protected]] on behalf of Henry (Yu) Song - SISA [[email protected]] Sent: Wednesday, September 26, 2012 7:30 AM To: Kevin Read; [email protected] Subject: Re: [cairo] Cairo OpenGL ES 2.0 backend is rotting away? Hi, Kevin Alex has implemented it and it has been merged in cairo upstream. If your driver supports MSAA, I suggest to take a look at cairo msaa backend. It is in http://code.google.com/p/cairogles. It is more stable and faster than spans/traps compositor in cairo upstream. export CAIRO_GL_COMPSITOR=msaa to use msaa compositor. If your cairo code does not have multithreading, please add cairo_gl_device_set_thread_aware (device, FALSE) to reduce context switch. Please let us know if you experience any problems/bugs so that we can fix it promptly. We have not upstreamed our code to cairo upstream yet, but eventually plan to. Thanks Henry ________________________________________ From: [email protected] [[email protected]] on behalf of Kevin Read [[email protected]] Sent: Wednesday, September 26, 2012 1:11 AM To: [email protected] Subject: Re: [cairo] Cairo OpenGL ES 2.0 backend is rotting away? Alexandros, Alexandros Frantzis <alexandros.frantzis <at> linaro.org> writes: > > we need NPOT support for GL_REPEAT and GL_MIRRORED_REPEAT (reflect), so > the IMG extension is not enough. > > I have some unfinished code that adds support for wrap modes in the > shaders for contexts missing the OES npot extension. When doing the sorry to bug you about this, but do you have an update on this? Just working on a project to implement a fast JS canvas implementation with v8, and using Cairo as a backend would be a perfect fit. Thanks and regards, Kevin -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo