Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Graphics

DX11 Tested Against DX9 With Dirt 2 Demo 201

MojoKid writes "The PC demo for Codemasters' upcoming DirectX 11 racing title, Dirt 2, has just hit the web and is available for download. Dirt 2 is a highly-anticipated racing sim that also happens to feature leading-edge graphic effects. In addition to a DirectX 9 code path, Dirt 2 also utilizes a number of DirectX 11 features, like hardware-tessellated dynamic water, an animated crowd and dynamic cloth effects, in addition to DirectCompute 11-accelerated high-definition ambient occlusion (HADO), full floating-point high dynamic range (HDR) lighting, and full-screen resolution post processing. Performance-wise, DX11 didn't take its toll as much as you'd expect this early on in its adoption cycle." Bit-tech also took a look at the graphical differences, arriving at this conclusion: "You'd need a seriously keen eye and brown paper envelope full of cash from one of the creators of Dirt 2 to notice any real difference between textures in the two versions of DirectX."

Comment Re:SOX is choking our companies, kill it. (Score 2, Insightful) 124

I think you don't understand segregation of duties. It doesn't mean having a separate IT group, it means splitting duties between more than one person. For example, the person coding the change and the person implementing the change would be two separate people. Testing should also be separated out from the person who implemented the change.

This does wonders for the midnight-cowboy coder who sticks in changes at 2 am and doesn't tell anyone or bother to test.

In the case of a true emergency change, they can be done and documented after the fact (but should still be documented).

Its not that hard and really has little to do with SOX and more to do with running a class operation.

Comment Re:As a long-time contributor (Score 3, Insightful) 632

Third, the deletionism has combined with a general attitude that is very bad unwelcoming to newcomers.

You totally correct. I believe the number of people leaving is actually the result that most wiki editors wanted. It seems that every entry has at least one editors who does not want anyone messing with "his" entry.

I long ago gave up any attempt to correct misspelled words or inconsistencies within the same entry.

Programming

Haskell 2010 Announced 173

paltemalte writes "Simon Marlow has posted an announcement of Haskell 2010, a new revision of the Haskell purely functional programming language. Good news for everyone interested in SMP and concurrency programming."

Slashdot Top Deals

If a thing's worth having, it's worth cheating for. -- W.C. Fields

Working...