Viewing profile — nicalsilva
nicalsilva
HN member- Joined
- Sat, Apr 28, 2012, 11:24 PM UTC
- HN karma
- 38
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About nicalsilva
No profile information was provided.
Recent public activity
-
comment
Comment #40761299
Firefox's user base is also full of old Intel integrated GPUs that don't support bindless. The day WebRender can start relying on it cannot come soon enough but it's a long way off…
-
comment
Comment #40761271
(I'm the author of the blog post) Yes, WebRender could repack it's texture atlases. A lot of stuff of various sizes go in there so I would not want to rely on repacking large amoun…
-
comment
Comment #15806906
It's a matter of allocating time to implement the missing parts and get it to work properly. Right now the people who could do this are working on other things but it will get done…
-
comment
Comment #15453767
As pcwalton said, there is a whole lot of things on the web that are very cheap to render on a GPU if done right. For these things, a well tuned gpu renderer can easily outperform …
-
comment
Comment #15453668
Actually, Gecko's compositor knows the screen space invalid region and scissors out the rest when compositing. The invalid region is passed to the window manager. Chromium also doe…
-
comment
Comment #15446092
It depends. For a lot of web pages, the things webrender do are actually very simple and can be faster than Firefox's compositor even if there was no painting required. The expensi…
-
comment
Comment #15446025
Let's clarify, WebRender doesn't do anything at all if nothing changed. If the content of the window is static then webrender won't wake your gpu up until it really needs to. There…
-
comment
Comment #10488637
What? Whether or not a browser matters depends on the amount of people using it, not on whether you can install it on several operating systems.
-
comment
Comment #9941323
I find that gtk3 themes are easy to tweak (and more so than gtk2 ones), have you tried to look at the (pseudo-)css and modify it to suit your taste?
-
comment
Comment #9940756
Firefox uses GTK to draw native-looking widgets. Basically, Gecko passes an X11 pixmap to GTK2 the latter draws the buttons/scroll bars/etc. into it with xrender. This means that F…
-
comment
Comment #4053491
Sure! This post is like an invitation to discuss the subject, right? "over-engineering" was not the point anyway. The title is a lie. The point was: dont be afraid of making mistak…
-
comment
Comment #3904786
I don't know about this particular series of comments, but I second him on the idea that often some comments on HN smell like "If I troll harder I'm gonna look cooler". It somewhat…
-
comment
Comment #3904566
For what it's worth, the rubber band thing having a patent on it, I am not sure shipping it in Firefox is only about implementing it. I do know sometimes patches wait in bugzilla f…