back
user profile

Narishma

4,034karma·2,386submissions·April 7, 2013
recent activity (2,386 total)
comment
Nowadays a phone and a desktop computer are at about the same level of complexity in terms of code.
12y ago·view thread
comment
Have you looked at Chibi-Scheme? http://synthcode.com/scheme/chibi/
12y ago·view thread
comment
DICE is one such developer. BF4 scales pretty well across cores, and so should any game that uses that engine unless crippled artificially. There are other developers as well but most make console onl…
12y ago·view thread
comment
It doesn't matter how much time the CPU takes to bake the lightmaps since it's done offline.
12y ago·view thread
comment
I think you meant MLX. MSX was a standard for a line of Japanese 8-bit computers that were popular outside the USA.
12y ago·view thread
comment
From the article: "Popular chip architectures historically have been locked down behind strict licensing rules by companies such as Intel, ARM and IBM (although IBM has opened this up a bit for i…
12y ago·view thread
comment
On the other hand, abstracting too much results in a more complex architecture that leads to it's own hard to fix performance problems later on.
12y ago·view thread
comment
Incorrect. The Dreamcast had no OS. It has a proprietary firmware like all consoles of the time. Game developers had the choice to use a proprietary RTOS, a Windows CE based OS, or no OS at all. If th…
12y ago·view thread
comment
Forget about Xbox, they could start by shipping a non-prehistoric version of OpenGL on Windows.
12y ago·view thread
comment
So? That's exactly what the parent wanted.
12y ago·view thread
comment
Not for everyone. In my case, I have to use browser extensions to force Youtube to use the Flash player because the HTML5 one doesn't do hardware accelerated playback for some reason and drains m…
12y ago·view thread
comment
Most did, but not everyone. Unfortunately, those who didn't are the most popular 3rd party engines (UE3, CryEngine, Source, Unity).
12y ago·view thread
comment
https://www.amd.com/Documents/Mantle_White_Paper.pdf
12y ago·view thread
comment
They never stopped selling commercial licenses, so there's nothing to go back to. The only thing that changed with Nokia is that they made it also available with an LGPL license.
12y ago·view thread
comment
What techniques are you referring to specifically?
12y ago·view thread
comment
The benchmarks on that website are bogus. For example, he uses the gtkperf benchmark to draw the conclusion that the Banana Pi has a better GPU that the Raspberry Pi, but gtkperf doesn't even run…
12y ago·view thread
comment
Worked fine for me on Chrome.
12y ago·view thread
comment
What made you think it would be a CUDA guide?
12y ago·view thread
comment
FlatOut is a Windows game. As for DOSBox, if a game works on it in Windows it will work on it in Linux as well.
12y ago·view thread
comment
It hasn't been possible to do that on PC since the DOS days. You have to go through a number of abstractions (APIs, drivers) to display anything on screen, or to play anything through your sound …
12y ago·view thread
comment
No, the GPU is doing the rasterizing.
12y ago·view thread
comment
It's called like that because it's a booter[1], so it's loaded from a floppy disk at boot time. 1. http://en.wikipedia.org/wiki/PC_booter …
12y ago·view thread
comment
They hired him to create an open source driver, not to open source the current one.
12y ago·view thread
comment
Sparc isn't a derivative of MIPS.
12y ago·view thread
comment
There is no bare metal on Xbox, you always go through DirectX. The difference is that the Xbox version of DirectX has much lower overhead than the Windows version and provides access to all the functi…
12y ago·view thread
comment
It's NASASpaceFlight.com forums, not NASA forums. AFAIK, they're not associated with NASA.
12y ago·view thread
comment
It's targeted at the Game Boy Advance, which has an ARM7TDMI (ARMv4) CPU.
12y ago·view thread
comment
It's the same on x86. Not all x86 processors have all the x86 instructions. There have been many extensions over the years. The main difference is that x86 doesn't have low power processors …
12y ago·view thread
comment
I was confused by the talk about keeping GC to a minimum until I noticed the article is 4 years old.
12y ago·view thread