I downloaded a game from applications forum from here several hours ago and suddenly pictures of the games screen appeared on google's site. I tried refreshing the browser and it didn't change anything, nor did resizing. http://img8.imageshack.us/img8/8352/stuffyq.png
It's like this on the front page too.
If it's Chrome you're talking about, they just introduced some new hardware acceleration for graphics. I don't know. It might be connected with this.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Yep... either a bug in the browser you are using, or some weird bug in the game. Hard to say without having some way to track what is happening with memory
It is a bug in google chrome if the texture of your game is used by chrome. Most often its just a clearing bug (it should clear the screen before drawing on it, because the old framebuffer of your game is used). Or if it is a harder bug: they don't check whether loading the texturedata into the gpu was successful and use your textures instead which aren't freed, yet (graphicscard frees it just when it wants to, you don't have any influence on this).
You could get much money for a exploit if you find it.