Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-23 Thread Glenn Watson
Hi, This all sounds very good from a WR perspective, exciting! I'm glad to hear the synchronization objects in the external image callback APIs work well, that's great. I also agree that the remaining flickering is a Servo bug - we shouldn't be doing extra composites when not required just b

Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-23 Thread Nicolas Silva
Hi, this plan looks like a great improvement over the current state of webgl in servo. > * WebGL commands are currently run in the WR backend thread which could > be > bad for UI latency (see https://github.com/servo/webrender/issues/607) Yeah, thanks for getting rid of this! > The connection be

Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-23 Thread Imanol Fernández
Hi Emilio! > Yeah, I'm to blame for this one... This was one of my very first > contributions to Servo and I followed what Canvas2D did (which is > equally broken), and I never got around to clean it up. > Can't wait to see it going away! It's normal to follow a existing pattern in the code in

Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-22 Thread Emilio Cobos Álvarez
On 07/22/2017 11:14 PM, Imanol Fernández wrote: > Hi Emilio! > > > > Yeah, I'm to blame for this one... This was one of my very first > contributions to Servo and I followed what Canvas2D did (which is > equally broken), and I never got around to clean it up. > Can't wait to s

Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-22 Thread Emilio Cobos Álvarez
Hi Imanol, On 07/21/2017 10:58 PM, Imanol Fernández wrote: > Hello, > > I want to share the ideas, code and some benchmarks of the new Servo WebGL > architecture and refactor I'm working on. I'd love to hear some feedback > about the big picture. For smaller things or nits we could do that in the

Re: [dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-21 Thread Alex Webster
Unsubscribe me On Jul 21, 2017 4:58 PM, "Imanol Fernández" wrote: Hello, I want to share the ideas, code and some benchmarks of the new Servo WebGL architecture and refactor I'm working on. I'd love to hear some feedback about the big picture. For smaller things or nits we could do that in the

[dev-servo] New Servo WebGL Architecture Proposal (benchmarks included!)

2017-07-21 Thread Imanol Fernández
Hello, I want to share the ideas, code and some benchmarks of the new Servo WebGL architecture and refactor I'm working on. I'd love to hear some feedback about the big picture. For smaller things or nits we could do that in the PR review (which I'll plan to do beginning next week if there aren´t