[dev-servo] Segmentation fault is caused by 'No appropriate framebuffer config found!'

2013-10-31 Thread Deokjin Kim
Title: Samsung Enterprise Portal mySingle Dear all,   When I executed servo, I met segmentation fault. It's caused by 'No appropriate framebuffer config found!'. Below is my test result. 0. Test environment - git hash : 1a7e9e5e2c02d9e023c901f14a8b54e9a3c6a8a2   1. Execute servo withou

[dev-servo] Rust and Servo presentations, demos

2013-10-31 Thread KAMI911 KAMI911
Hi Folks, (sorry for cross posting), I am a Hungarian contributor to Mozilla. Next weekend I will have a presentation about Mozilla Labs projects and I would like to introduce Rust and Servo. Can you point some presentations, demos that available for everyone? Thank you in advance! Üdvözlettel /

Re: [dev-servo] TreeNode and the script/style split

2013-10-31 Thread Ms2ger
On 10/30/2013 11:26 PM, Jack Moffitt wrote: Right now we have this TreeNode abstraction that has been around for a long time and has lost its original purpose (whatever that was). It's only job right now appears to be to break the cyclic dependency between the script and style crates. Does anyon

Re: [dev-servo] Segmentation fault is caused by 'No appropriate framebuffer config found!'

2013-10-31 Thread Patrick Walton
On 10/31/13 12:27 AM, Deokjin Kim wrote: Dear all, When I executed servo, I met segmentation fault. It's caused by 'No appropriate framebuffer config found!'. We've seen problems with some GPU drivers on Linux not being able to handle binding X pixmaps to RGBA textures. I assumed that in 2013

Re: [dev-servo] Segmentation fault is caused by 'No appropriate framebuffer config found!'

2013-10-31 Thread Keegan McAllister
> 2. Investigate if there's some way to hack around it (using RGB pixmaps > but somehow storing and reconstructing the alpha channel maybe?) This sounds pretty workable to me. We can send alpha as the R channel of a second pixmap/texture and the compositor can extract it within a fragment shad

Re: [dev-servo] Rust and Servo presentations, demos

2013-10-31 Thread Jack Moffitt
Szia! There is a list of collected presentations related to Servo here: https://github.com/mozilla/servo/wiki/Videos-and-presentations and one for Rust: https://github.com/mozilla/rust/wiki/Docs#presentations The best way to demo servo are the following files which you can find in `src/test/html