Slashdot Mirror


Direct3D 9 Comes To Linux, Implemented Over Mesa/Gallium3D

An anonymous reader writes "Picking up the code from a failed Direct3D 10/11 implementation for Linux, a working Direct3D 9 state tracker has been implemented for Linux. The Direct3D 9 support works with open-source Linux GPU hardware drivers via Mesa's Gallium3D and can run games for the open-source Radeon and Nouveau drivers without simply converting the Direct3D commands into OpenGL. Unlike the experimental D3D10/11 code from the past, this D3D9 state tracker is already running games like Skyrim, Civilization 5, Anno 1404, and StarCraft 2. With Linux games not natively targeting D3D, Wine was modified for using this native Direct3D implementation."

138 comments

  1. simply... by wonkey_monkey · · Score: 4, Interesting

    can run games for the open-source Radeon and Nouveau drivers without simply converting the Direct3D commands into OpenGL.

    Presumably "simply" isn't the right adjective, because it implies that converting from Direct3D to OpenGL is the better way of doing things - what's the problem with converting Direct3D commands to OpenGL? Slow?

    --
    systemd is Roko's Basilisk.
    1. Re:simply... by Tx · · Score: 3, Informative

      The last line of the TFA implies that it's a performance issue; "It will be interesting to see if this Direct3D 9 state tracker takes off for Linux and whether Wine developers will optionally support it for better performance.". It would have been nice to have some more info on why this is worth doing though, it seems to be one of those articles written for people who already follow the subject, rather than casual readers.

      --
      Oh no... it's the future.
    2. Re:simply... by pipatron · · Score: 1

      It might also have issues with things "lost in translation", but that's just a guess, I know nothing about it.

      --
      c++; /* this makes c bigger but returns the old value */
    3. Re:simply... by Anonymous Coward · · Score: 0

      This is Slashdot! In theory, all articles should be written for those who follow the subject rather than casual eaders. Of course, in practice...

    4. Re:simply... by Gaygirlie · · Score: 2

      Presumably "simply" isn't the right adjective, because it implies that converting from Direct3D to OpenGL is the better way of doing things

      No, it only implies simplicity and simplicity in and of itself does pose no implied quality -- something can be done simply, but it may still be the inferior choice in the long run as opposed to a more complex solution.

      - what's the problem with converting Direct3D commands to OpenGL? Slow?

      To put it short: yes. The arguments passed to D3D functions, for example, may be of different formats, number and lengths than those passed to OpenGL and therefore will require translation in the middle, ie. several extra steps. Obviously having to do extra steps in-between will result in a performance hit.

    5. Re:simply... by ultranova · · Score: 1

      The arguments passed to D3D functions, for example, may be of different formats, number and lengths than those passed to OpenGL and therefore will require translation in the middle, ie. several extra steps. Obviously having to do extra steps in-between will result in a performance hit.

      But isn't it even worse with Gallium? Now you need to translate arguments between the D3D/OpenGL/whatever state machine and the low-level state machine, and then again when the low-level state machine actually speaks to the hardware. Rather than speed up D3D, all you've done is ensure that OpenGL suffers a similar performance hit too.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    6. Re:simply... by Gaygirlie · · Score: 1

      But isn't it even worse with Gallium?

      Frankly, I do not know. I'm no expert here. But now that the thing is in place such tasks can actually be benchmarked and tested, and I would expect such benchmarks quite soon.

  2. Re:Year of Linux on the desktop by Anonymous Coward · · Score: 2, Informative

    1998 called.. They want their joke back.

    http://slashdot.org/comments.pl?sid=3963145&cid=44259321

  3. Welcome to 2002! by Anonymous Coward · · Score: 0

    We're on D3D11 now people.

    1. Re:Welcome to 2002! by Anonymous Coward · · Score: 2, Interesting

      Which nobody gives a damn about because it requires Windows version Whatever to run, and offers no real benefits besides some tweaks to tessellation, which engine writers don't require anyway because they don't want to shoot themselves in the foot by requiring clients to run Windows version Whatever. Unless the 2002 you came from had Skyrim and SC2, I think you're missing the point.

    2. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      Yep. DirectX 9, just like OpenGL 1, is all about the legacy fixed-function hardware and belongs the old world of 3D graphics.

    3. Re:Welcome to 2002! by Hsien-Ko · · Score: 3, Insightful

      DX9 is rather like OpenGL 2.0 really, with large emphasis on HLSL. The "all about legacy fixed function" DirectX is DX7.

    4. Re:Welcome to 2002! by bfandreas · · Score: 5, Interesting

      We're on D3D11 now people.

      We're de-facto still stuck on DirectX9 due to the current console generation. Most games are half-arsed ports. And if they tack on new features for the PC version then it is bound to go horribly wrong likeit did for Rage and Arkham City.
      But we are relatively safe since in most cases they don't even bother with proper mouse control in menu screens and leave us stuck with an FOV that's suitable for a TV screen that's a couple of meters away.
      Yesteryears games brought to you today by the same people who invented safe points, two-weapon-limits and platform exclusives.

      --
      20 minutes into the future
    5. Re:Welcome to 2002! by Anonymous Coward · · Score: 1

      Someone didn't read the article. A D3D11 state tracker was implemented years ago, but it wasn't merged with WINE because at the time DX10/11 was already working through a translation layer.

    6. Re:Welcome to 2002! by someone1234 · · Score: 1

      I'm fine with Skyrim, thanks.

      --
      Patents Drive Free Software as Hurricanes Drive Construction Industry
    7. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      We're on D3D11 now people.

      Same guy released a D3D10/11 last year, and no one cared.
      Most game engines target D3D9 as a design goal and add D3D10/11 as a feature. Also, the AMD open source drivers at the time were incomplete while the Nvidia ones are still mostly only good for the legacy hardware. However, just last week the AMD open drivers were given a substantial code contribution that put them on par with the closed blob. And the Nvidia drivers have seen some mild improvements with a lot of whispers going around about an official FOSS release.

    8. Re: Welcome to 2002! by tepples · · Score: 1

      Mouse control in menus is fine if the game itself is controlled with a mouse, such as FPS or RTS. But some games are played with the keyboard only or with a USB gamepad, such as platformers, fighting games, and falling block games. What advantage does mouse control in menus or in the game bring for those genres?

    9. Re:Welcome to 2002! by davydagger · · Score: 4, Insightful

      but there are a whole host catalog of games that use D3D9, in fact I think the vast majority still do, and many popular titles have D3D9 support still.

      Good D3D9 support will bring games to linux

    10. Re:Welcome to 2002! by damnbunni · · Score: 3, Interesting

      Do you not play games that are even vaguely modern? Some games offer both DX9 and DX10/11 renderers. The 10/11 renderer generally looks a lot nicer.

      And the 11 renderer is usually faster than the 9 renderer. So since DX11 games - or the same game with a DX11 engine as well as a DX9 engine - both look better and run faster than DX9 games, I give a damn about it.

      'Windows version whatever'? Let's look at the latest Steam Hardware/Software Survey. Granted, that only reflects Steam users but that's a huge sample size.

      49.52% are running DirectX 11 hardware on a Windows that supports it.

      25.04% are running DirectX 10 hardware on a Windows that would support 11 if their hardware did.

      21.08% are running DirectX 10 capable hardware on Windows XP.

      And the rest are running DirectX 9 or 8 hardware.

      The only people who would need 'windows version whatever' are those with DX10 hardware and Windows XP. Sure, 20% of the market isn't nothing, and there ARE games that require DirectX 10/11.

      Quite a few upcoming games only support DirectX 10 and 11 - ARMA 3, Battlefield 4, Dragon Age Inquisiton, Mirror's Edge 2, the next Need for Speed. and so one. A number of releases in the last year or two only support 10/11 also.

      Presumably Activision, 2K Games, EA, and Sega don't feel dropping DirectX 9 support is 'shooting themselves in the foot' because they've all done it in recent big releases.

    11. Re:Welcome to 2002! by robthebloke · · Score: 2

      Most game engines target D3D9 as a design goal

      Rarely does that happen. You typically target a thin hardware wrapper that abstracts D3D9 / PS3 / Wii / 360 / iOS, and then build your rendering code off that. This will typically leave you in a situation where (as much as possible) porting from one platform to another is just a case of re-writing shaders. That's the ideal situation anyway. YMMV.

    12. Re:Welcome to 2002! by drinkypoo · · Score: 1

      Do you not play games that are even vaguely modern?

      Not me, I'm still playing the old games because they new ones are shit, like in the case of Civ IV or Simcity IV.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    13. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      DX9 supports both a fixed function pipeline and HLSL. DX10+ is HLSL only.

    14. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      You clearly are quite out of touch since those games listed are not even the latest versions in those franchises.

    15. Re:Welcome to 2002! by drinkypoo · · Score: 1

      You clearly are quite out of touch since those games listed are not even the latest versions in those franchises.

      Sorry, my sentence was a little backwards, but those are the windows games I'm playing. I also have an Xbox 360 which I bought used, and whose optical drive I have replaced. I bought it on the theory that it hasn't RROD'd yet even though it's old. SFSG.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    16. Re:Welcome to 2002! by damnbunni · · Score: 2

      Sure, there are some crappy new games.

      But there are piles and piles and piles of shitty old games, too.

      The percentage of good games to crap games has stayed remarkably consistent since I started playing them in the '70s.

    17. Re: Welcome to 2002! by Anonymous Coward · · Score: 0

      Mouse control in menus is fine if the game itself is controlled with a mouse, such as FPS or RTS. But some games are played with the keyboard only or with a USB gamepad, such as platformers, fighting games, and falling block games. What advantage does mouse control in menus or in the game bring for those genres?

      Other than being a lot faster? Using controller buttons to get through menu options is little better than hitting Tab over and over.

    18. Re: Welcome to 2002! by ericloewe · · Score: 1

      Not much, but those are the minority of games (how many games have you recently played with no mouse?).

    19. Re:Welcome to 2002! by ArcadeMan · · Score: 1

      You'll be fine, until you take an arrow to the knee.

    20. Re:Welcome to 2002! by ArcadeMan · · Score: 1

      Good D3D9 support will bring games to linux

      Good D3D9 support means companies will care even less about Linux and will continue to target Windows only.

    21. Re:Welcome to 2002! by gmack · · Score: 1

      The problem with the way you phrase that is you have no category for genres that have been dropped. These days everything has been pretty much reduced to sports, FPS or MMORPG and if you don't like any of those there will be fewer games to play.

    22. Re: Welcome to 2002! by Qzukk · · Score: 1

      Mouse control in menus is fine

      His point is that it wasn't fine. Try the PC port of Saint's Row 2 and using whatever fucked up keymap they came up with to navigate menus (I think it was ctrl and shift) not even the arrow keys much less wasd. Borderlands's menu is all sorts of jacked up (doesn't work well with mouse OR keyboard) Borderlands 2's menu is better but still flakes out if you forget to move the pointer off the inventory while trying to scroll it.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    23. Re:Welcome to 2002! by loonycyborg · · Score: 2

      And the 11 renderer is usually faster than the 9 renderer. So since DX11 games - or the same game with a DX11 engine as well as a DX9 engine - both look better and run faster than DX9 games

      The differences are too little to be noticeable to untrained eye. This is why devs aren't in any hurry to leave DX9.

    24. Re: Welcome to 2002! by tepples · · Score: 1

      Other than being a lot faster?

      If you're spending a lot of time tweaking complicated things in the menu, I can see how a mouse might help. But for something quick, how exactly is it "faster" to put down the gamepad and pick up a mouse to navigate the menu and then vice versa to when returning to the game?

    25. Re:Welcome to 2002! by fast+turtle · · Score: 1

      Nope. My latest game is Win95 compatible. I don't bother buying anything newer because of the god damn DRM (digital restrictions manager) that's included. I also don't see why my game needs an always on Net connection for single player mode. Sure Guildwars does but then it's an online game without any subscription fee (WoW, C2D and others need not apply).

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    26. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      either way, its about 7 years too late and pretty silly: doesnt wine already do this... plus your hardware acceleration has to work through these open source drivers in opengl, which do not support my nv8600 GTS apparently. why dont we work on getting opengl properly implemented before we start hacking DX support? k thx.

    27. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      Except they are. Every new game where graphics are an emphasis has moved on from DX9, and so are the engines. UE4 is supposedly dropping DX9, Frostbite (you know, that one that EVERY non-sports EA game is now using) dropped DX9, and various other games have been mentioned already.

      The only reason DX9 is still used is because a team doesn't want to learn a new API, or because management said they want maximum coverage.

    28. Re:Welcome to 2002! by KingMotley · · Score: 1

      Or moved to the mobile platform.

    29. Re: Welcome to 2002! by Khyber · · Score: 1

      "Borderlands' menu is all sorts of jacked up (doesn't work well with mouse OR keyboard)"

      I've never had a problem with this unless I was running Borderlands on a shitty PC.

      "Borderlands 2's menu is better but still flakes out if you forget to move the pointer off the inventory while trying to scroll it."

      Never encountered this problem.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    30. Re:Welcome to 2002! by drinkypoo · · Score: 1

      Sure, there are some crappy new games.
      But there are piles and piles and piles of shitty old games, too.

      Those games are irrelevant because I'm not playing them.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    31. Re:Welcome to 2002! by Khyber · · Score: 1

      YMMV to a degree that it's impossible to port to certain platforms, especially those with limited GPU VRAM.

      This is why OGL/OGLES is superior. Either your hardware supports it or doesn't. With D3D, you have to first run it through a software abstraction layer. This is why OGL games (until recently) have always performed better then their D3D counterparts (hell, even the EXPERIMENTAL OGL renderer for UT99 was near-flawless and didn't produce the light-shaking glitch D3D did, at about 50% extra FPS) because you didn't need the additional OS overhead on the CPU.

      So you target STANDARDS. OGL/OGLES is a universal standard, even Apple supports it.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    32. Re:Welcome to 2002! by Khyber · · Score: 1

      Good, that means more incentive to get a functional (and hopefully direct-to-hardware) translation go-between (hopefully loaded directly into the GPU so the calls are all re-routed in hardware instead of a shit-slow software abstraction layer.)

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    33. Re: Welcome to 2002! by Wildclaw · · Score: 1

      Never encountered this problem.

      I can only assume that you either haven't upgraded your inventory size or barely keep any stuff in your inventory and only use it to collect loot.

      Because if you actually try to scroll in your inventory with any kind of frequency in borderlands 2 (like if you have a page or more of reserve weapons), then you will often end up with a reverse Y coordinate bug where holding the mouse over the item at the top of the inventory will select the item at the bottom of the inventory and vice versa.

      http://www.youtube.com/watch?v=vWu4SK69_M8

      (the first 20 or so seconds shows what I am talking about)

    34. Re:Welcome to 2002! by TemporalBeing · · Score: 1

      Except they are. Every new game where graphics are an emphasis has moved on from DX9, and so are the engines.

      You own comment reflects the issue. Not every games puts an emphasis on graphics, and IMHO the ones that suck at game play try to emphasize graphics to distract the buyers in order to keep sales going. While having something look good is nice, having better game play is required.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    35. Re: Welcome to 2002! by Khyber · · Score: 1

      Never had that happen, and also, if you're holding a page or more of reserve weapons, you are doing it wrong, or you suck and need that much weaponry because you don't know how to utilize your character skillset. I might hold two pages of loot and shields, but never weapons.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    36. Re:Welcome to 2002! by Valdrax · · Score: 1

      Okay, cool. Why don't we just not bother implementing D3D9 until we have the full D3D11 stack. I mean, it's not like it's a good idea to bite off a project in reasonable pieces or to release code that's complete enough for many games to run on itself to get it out in the field, being tested and building a userbase. 'Cause if it can't play the latest shiny thing, it's USELESS.

      Nah, let's just stick the project in development hell until everyone who might use it and most of the developers who would contribute to it lose interest in it and it withers on the vine like so many other OSS projects to recreate some piece of commercial software.

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    37. Re: Welcome to 2002! by Qzukk · · Score: 1

      The original game's menu had all sorts of problems clicking on whatever was already highlighted by default, at least before patches. You had to mouse over the other option then click the first option to get it to recognize the click.

      This lives on in 2 if you want to turn in a badass token for the first reward in the list. I have to click it twice or move the selection then click it to accept it.

      The problem I have is when I'm trying to compare a weapon I want to sell and one of the alternate weapons I have equipped using the E key, if the mouse is over a weapon in the inventory and I spin the mousewheel down to try and get past all the other junk to the equipped weapons, I can spin and spin and the list won't go down until I move the mouse off of it. It just kind of twitches in place.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    38. Re:Welcome to 2002! by Darinbob · · Score: 1

      You should have seen me at the height of my Linux hacking career... I was fearless and took too many risks. But that's what it was all about.

    39. Re: Welcome to 2002! by theArtificial · · Score: 1

      if you're holding a page or more of reserve weapons, you are doing it wrong, or you suck and need that much weaponry because you don't know how to utilize your character skillset. I might hold two pages of loot and shields, but never weapons.

      Let's try it flipped around:

      if you're holding a page or more of reserve shields, you're are doing it wrong, or you suck and need that much protection because you don't know how to utilize your character skillset. I might hold two pages of loot and weapons, but never shields.

      Translation: "IF U DONT PLAY LIKE ME U SUCK. L2P"

      I encountered this for the first time yesterday, it was easily solved by closing and opening the menu again. How many times have I opened the menu and sold things? A lot. How many times has this happened? Once. Also, the scenarios listed are flawed and doesn't account for the simple act of: selling stuff to the vending machines after a run. Exactly where I encountered this event.

      --
      Man blir trött av att gå och göra ingenting.
    40. Re:Welcome to 2002! by davydagger · · Score: 1

      not true.

      It means porting to linux will be easier, as you won't have to re-write the graphics backend to work on OpenGL.

    41. Re:Welcome to 2002! by davydagger · · Score: 1

      which is never going to happen, because you have multiple GPU archectures.

      and if it was more direct to hardware, it would help linux, as it would be more OS agnostic. Then you also have 5 or 6 x86 CPU archectures X86 OS kernels seemlessly handle.

      The operating system IS an abstraction layer. If it wasn't, you'd worse hardware fragmentation than android, and thats a far bigger problem than the marginal performance gain you'd think you'd get by writing optimzed code for one CPU family and ONE GPU family.

    42. Re: Welcome to 2002! by mjwx · · Score: 1

      Mouse control in menus is fine if the game itself is controlled with a mouse, such as FPS or RTS. But some games are played with the keyboard only or with a USB gamepad, such as platformers, fighting games, and falling block games. What advantage does mouse control in menus or in the game bring for those genres?

      Anything you use the control pad's analogue stick for can be done better and faster with a mouse.

      Not all games use the analogue sticks though, most notably the three genre's you mentioned. These three genre's are so simple that the platform you play them on hardly matters, control schemes are so limited they are easily replicated on a touch screen (one of the worst game controllers in existence due to a complete lack of tactile feedback). Even fighting games which are the mainstay of the console can be easily replicated on the PC, the reason most are better on the console is that consoles are made for spilt screen gaming and PC's aren't.

      I prefer fighting games and platformers on consoles because I play these games with friends in the same room, but dont delude yourself that the console controller is superior.

      Now simple games present no deficiencies with the console controller, but anything more complex than a platformer shows glaring deficiencies.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    43. Re:Welcome to 2002! by SuiteSisterMary · · Score: 1

      So you target STANDARDS. OGL/OGLES is a universal standard, even Apple supports it.

      So, not only do you mention two separate implementations, but you handily leave out the various extensions that are required for various cards to do the same thing.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    44. Re:Welcome to 2002! by Khyber · · Score: 1

      And that shows what you know about OpenGL - nothing. The point of OpenGL is that if your hardware doesn't have the feature, as long as it's got the power, you can do the feature anyways.

      That's why OGL has been ahead of D3D for ages, and still technically is. Ditto OGLES.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    45. Re:Welcome to 2002! by Anonymous Coward · · Score: 0

      Except almost no single console uses it.

      Even for the PS3, which offers PSGL (OpenGL ES 1.0 + Cg), the developers tend to use LibGCM instead.

    46. Re:Welcome to 2002! by Khyber · · Score: 1

      Guess what? With the new hardware being just commodity hardware, it will support it, and it's quite likely that it will be used for any non-microsoft console (it in fact already is.)

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  4. Re:Year of Linux on the desktop by Zemran · · Score: 2

    ... and did you tell them about the tsunami while they were on the phone? If not, then all those deaths are now your fault!

    --
    I love stacking my barbecues in the shed at the end of summer - you can't beat a bit of grill on grill action.
  5. Moronix by Gothmolly · · Score: 1

    The closing line:

    "It will be interesting to see if this Direct3D 9 state tracker takes off for Linux and whether Wine developers will optionally support it for better performance."

    What is this, a high school paper? Need to fill space much?

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:Moronix by Gaygirlie · · Score: 2

      What is this, a high school paper?

      No, a high-school paper would imply at least some sort of quality control.

    2. Re:Moronix by Anonymous Coward · · Score: 0

      What is this, a high school paper? Need to fill space much?

      That's mostly harmless. If you want to see a much better space filler, look here. Moronix indeed.

    3. Re:Moronix by Khyber · · Score: 1

      I guess you haven't read Twilight or Fifty Shades of Grey - both written on a high-school level (and TBH I could write better furry smut than the both of those combined in book and movie form could ever hope to achieve.)

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  6. Welp by Anonymous Coward · · Score: 0

    Sounds like I'm going to have to find a new book to place under my monitor now.

  7. Re: Year of Linux on the desktop by tepples · · Score: 1

    It's pretty hard to warn people about a future disaster if they're leaving a voice mail.

  8. Re: Year of Linux on the desktop by Alranor · · Score: 4, Funny

    Which is why my outgoing voicemail message includes a list of all of the major disasters from the last decade. Just in case somebody from the past decides to call me.

  9. Re:Year of Linux on the desktop by robthebloke · · Score: 2, Insightful

    Well, if you're programming for windows, and XP is a target for potential users, then you'd be programming in OpenGL right now (because it's the only way to get tesselation and compute shaders on XP). If you're targetting Windows 7 or above, you'll be using D3D11. If you had even so much considered the remote possibility of ever going cross platform, at any point in the future, then you'd already be using OpenGL (or GLES).
    So what we have here is a library that provides access to GPU functionality from 12 years ago. This might be great if you have the source to a 12 year old game laying about, but for everyone else, this is a completely pointless development in the world of linux.....

  10. Yeah, if DirectX 9 had been around and not evolved by Anonymous Coward · · Score: 1

    since 2001, you might be right.

    Except it wasn't, and it HAS (DX 8.1 was I believe the XP release version. I've had to install since, and have some games that broke when DX 9.0a or b came out.).

    Additionally what this is talking about is the hardware interfacing necessary for *ALL* directx 9 support on a bunch of current-gen AAA games now playing almost 2x faster thanks to shaving a whole layer of API indirection out of the average rendercycle, so in fact it *IS* a huge deal, especially for gamers on linux.

    Combined with a variety of OTHER gallium related fixes going on (Notably the LLVMPIPE and R600 sb shader backend), we may be rapidly seeing a much larger shift to linux than the past would lead us to suspect.

  11. Re:Yeah, if DirectX 9 had been around and not evol by robthebloke · · Score: 1

    Ok, so Direct3D9 is *only* 10.5 years old. My point still stands though. If you really want the latest shiny graphics in your games, you still need to use D3D11 or OpenGL 4. Being able to run a current gen game using D3D9 is not quite as exciting as being able to run a current gen game using D3D11.

  12. Moronix by abies · · Score: 1

    Ohhh, it is phoronix, not moronix... they could have chosen better font for logo...

    Anyway, I'm confused with the benefits here. From TFA

    [...]
    The Direct3D 10/11 state tracker excitement was ultimately shortlived as the upstream Wine development community wasn't interested in adding support for it since it's a Linux-only solution and at that it's *limited to those using Gallium3D*, which is basically the open-source *Radeon and Nouveau (NVIDIA) users*
    [...]
    Direct3D 9 state tracker can work so that the graphics API is natively implemented for the hardware *Gallium3D drivers*
    [...]

    So old one died because it was working only on Gallium3D and nobody wanted to use it because of that, but new one is also targeting Gallium3D, but it will be successful, because it has not died yet due to Gallium3D dependency?

  13. Re:Yeah, if DirectX 9 had been around and not evol by the_cosmocat · · Score: 4, Informative

    You are only taking information that goes the cynical sens you want to give to your comment. Perhaps you should take the date of february 2007. The date of the release of the Direct3D 10 sdk. And then, taking into account some transition months to use this sdk, you see that games using this version is *only* 6 years old (And I'm pretty sure that games using this version was out 1 or 2 years after!). So, for those that are not fanatics and don't absolutely need the LAST games, that should be a first good step!

  14. Catchup for those not following the subject by DrYak · · Score: 4, Informative

    it seems to be one of those articles written for people who already follow the subject, rather than casual readers.

    Yup, indeed, it's just a small quick news on phoronix.

    For the others:
    - Mesa is the opensource 3d graphics driver used on Linux for opensource drivers.
    (- the closed sourc drivers uses their own sauce instead)

    - the old classic mesa is just a plain big monolith exposing OpenGL (that's what Intel provide for their official opensource drivers.
    - the modern Gallium3D Mesa is a modular architecture for 3D API (that's what is used by modern opensrouce drivers, like the reverse engineered Nouveau for Nvidia, or the AMD-sponsored Radeon driver).

    The idea of the Gallium3D modular design:
    - on one side you have low-level drivers handling the hardware (or the CPU in the case of the LLVMpipe software driver) and exposing the basic GPU functionnality.
    - on the other side you have "state tracker" high-level interfaces speaking the various API (OpenGL, OpenCL, etc.)
    This make the whole development much faster and help code reuse.
    - If a new hardware comes, you only develop a new low-level drivers exposing the functionnality of this new GPU. And bam! you get automagically support for any API for which you provide the necessary functionnality. No need to write a complete new OpenGL driver from scratch.
    (That's how most of the newer opensource drivers, like all the new GPU for ARM SoC are implemented or are going to be implemented)

    -If you want an additionnal API, you only develop a state-tracker, the high level part of Gallium which speaks the API. And bam! you get automagically support for any hardware whose low-level provide enough functionnality. No need to write a full Direct3D stack for each single available hardware, just write a generic stack for Gallium.
    That's what is being done regarding DX3D9 in this news.

    Up until now, the way 3D worked for Windows software running under Wine, is that wine has a layer that intercepts all DX3D calls and retranslate them into OpenGL then sends those to the running OS (to Linux or Mac OS X).
    It works, but it's difficult, and it's slow: this translation layer comes at a cost. Even more so because OpenGL and DX3D do not function in the same way, so implementing some stuff requires quite a complicated translation.

    Now this Gallium stack is much more direct, it receives Direct3D calls and directly execute them using the low-level functionnality exposed by a hardware layer. It doesn't need to go throug a complex intermediate translation step.

    The advantages of this approach are:
    - It's much faster that way, because we directly call hardware function, instead of having to map to concept from another API (openGL) which doesn't work the same way.
    - It's quick to develop, specially because Gallium has already support for most of the needed functionnality to provide Direct3D 9 (unlike an older Direct3D 10/11 driver which were attempted earlier).
    - For older Radeon hardware, the opensource driver is what AMD recommand, they are stable enough, fast enough, and still maintained. So you're probably getting near native spead when running windows software on linux through wine, instead of slow down due to the opengl translation layer of wine.

    The problems of this approach are:
    - It only works with Gallium.
    - Intel official opensource driver don't use it (but there are attempts by 3rd parties to make gallium drivers)
    - AMD official drivers for current modern hardware is the closed-source catalyst (their own different stack).
    So either you get fast up-to-date Catalyst drivers, which only speak OpenGL and you have to put through with the wine translation layer. So you lose performance.
    Or you use experimental not-yet stable opensource drivers, which are gallium and thus do speak Direct3D 9, but they aren't perfected yet and are slower than Catalyst. So you lose performance too (albeit at a different level)
    (At least, on the radeon side, AMD is collaborating a

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Catchup for those not following the subject by snadrus · · Score: 1

      Further:

      Positives:
      - Since this turns "A video card driver" into "a low-level hardware driver" + "state machines", and no part is intensively Linux-only, then it could be used to build drivers on other platforms.

      Negatives:
      - Intel thinks it'll be slower than a more integrated driver like what they build already.

      --
      Science & open-source build trust from peer review. Learn systems you can trust.
    2. Re:Catchup for those not following the subject by OdinOdin_ · · Score: 1

      Negatives:
      - Intel thinks it'll be slower than a more integrated driver like what they build already.

      But seemingly faster to implement something / anything if you have no code to begin with and need to write a driver from the shadows.

    3. Re:Catchup for those not following the subject by DrYak · · Score: 1

      - Since this turns "A video card driver" into "a low-level hardware driver" + "state machines", and no part is intensively Linux-only, then it could be used to build drivers on other platforms.

      Saddly, the only current mainstream back-end relies on Linux' DRI2 architecture, so de-facto Gallium is currently Linux-only, even if the architecture has been touted as- and designed from the beging as- cross platform.

      Though, there is the LLVMpipe back-end (which instead runs on the CPU), and there are backend being developed for virtual machine (which forward the instructions from the guest's gallium to the host's gallium).
      This could very soon be adapted to windows with the present DirectX 9 state tracker.
      That would be a great way to get accelerated 3D in Windows virtual machine on Linux hosts, with a reduced latency/overhead.

      What we still lack is other non DRI back-ends, or other OSes having successfully adapted DRI+Mesa (OpenBSD is in the process, currently).

      Intel thinks it'll be slower than a more integrated driver like what they build already.

      And has been proven wrong by AMD.

      Although the few experimental intel gallium drivers by 3rd parties (If you follow phoronix: Google has one, there's an independent Chinese developer doing another) are slower than the official monolithic mesa intel driver,
      on the Radeon side, AMD considers (and benchmark agrees) that the latest gallium drivers has a performance and quality near enough of the catalyst blob for older hardware. Thus, Catalyst on Linux only support the latest few generation of hardware. For older Radeon cards, AMD themselves recommend using the opensource gallium drivers. (But the difference is that AMD actually has someone on their payroll helping to develop the radeon gallium driver, whereas Intel only pays for a classic mesa, the gallium drivers are completely independent).

      --
      "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    4. Re:Catchup for those not following the subject by Anonymous Coward · · Score: 0

      I don't game much and when I do I often use a PS2 but I have never thought "man, i wish this game was faster via wine" instead it's always "why does every single program crash at some point, usually before even properly starting up" or "wow, better than on windows", granted I use nVidia with binary blob so I actually have real OpenGL with real performance, and my CPU is Intel with, again, real performance.

  15. Re:Year of Linux on the desktop by quadrox · · Score: 1

    that woosh you might be hearing is not a tsunami...

  16. Re:Year of Linux on the desktop by jeffmflanagan · · Score: 1

    All we have to do is put some desks in the server rooms to accomplish that. Linux is very popular where most of the computing is actually done.

  17. game on! by Gravis+Zero · · Score: 1

    finally i can play those new games that came out... three to 11 years ago.

    oh a serious note, progress is always good. it's really too bad transgamming killed cedega but didnt release any DX code. i really liked cedega and yes, paid the subscription fee for it.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:game on! by isorox · · Score: 1

      finally i can play those new games that came out... three to 11 years ago.

      oh a serious note, progress is always good. it's really too bad transgamming killed cedega but didnt release any DX code. i really liked cedega and yes, paid the subscription fee for it.

      Excellent, there have been very few games I've played in the last 13 years. My "current" CD collection includes Unreal Tournament and Klingon Honor Guard. Not that I've played them for years of course.

      I do play occasional things I my ithingy, usually ticket to ride.

    2. Re:game on! by Khyber · · Score: 1

      "i really liked cedega and yes, paid the subscription fee for it."

      That was your problem and the problem in general with the company. When you target a typically free software environment, you'd better offer your stuff for free or eventually someone else will come along and release a free alternative. And while said alternative might not be the best, it's free, and is 'good enough' that it will gain more support.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    3. Re:game on! by Gravis+Zero · · Score: 1

      When you target a typically free software environment, you'd better offer your stuff for free or eventually someone else will come along and release a free alternative.

      you say that but there was no alternative if you want to play DirectX 9 and 10 games on linux. the difference between the WINE project and Cedega is that Transgaming targeted specific DX9/DX10 games and fixed their codebase until everything in the game worked. games on WINE never had "good enough" support to play the large majority or games and it's still like that. Cedega has been gone for many years and WINE still hasnt caught up.

      --
      Anons need not reply. Questions end with a question mark.
    4. Re:game on! by Khyber · · Score: 1

      Excuse me, WINE has a compatibility database. It's far bigger than Cedega ever imagined.

      Also, you could rip the .DLLs you needed and WINE would work with them, which allowed just about every program to run under WINE, as long as you knew what .DLLs and such to load.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    5. Re:game on! by Gravis+Zero · · Score: 1

      cedega only targeted some games but it ran waaaay more than that and certainly more than WINE. few games in the WINE DB actually work properly. there are very few "gold" status games and they all seem to vary from distro to distro.

      and why would i muddle around with copying DLLs when it's works just fine with cedega? cedega also has better independent configuration options than even PlayOnLinux.

      --
      Anons need not reply. Questions end with a question mark.
    6. Re:game on! by Khyber · · Score: 1

      "and they all seem to vary from distro to distro."

      That's not WINE's fault, obviously. That's a failing on the user to understand that if they provided the needed libraries, WINE quite often worked properly.

      "nd why would i muddle around with copying DLLs when it's works just fine with cedega?"

      Cedega could never get Camfrog to run. WINE had no issues once given the DLL files it needed. Camfrog is one of the most BASIC uses of DirectX out there, with MILLIONS of users.

      If they couldn't get something that simple right, then time to do it myself.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  18. Re:Year of Linux on the desktop by Anonymous Coward · · Score: 0

    I think you hear a whoosh so loud that a tsunami is a silent event in comparison.

  19. Re:Yeah, if DirectX 9 had been around and not evol by dywolf · · Score: 4, Insightful

    combined that with D9 BEING probably the longest lasting of them, many games, including new, still support it natively due to the large number of cards still out there that arent D11 compatible. with cards 5 and 6 years old still running games, even new ones, more than acceptably, the constant pressure to upgrade to the newest shiny constanly is lagely absent. and that would leave a huge market untapped if they didnt support it. its much different than a few years before when cards had a much shorter lifecycle, and you could expect your market to be upgrading every year.

    (frankly I cant see a whole helluva lot of difference between 9 and 11 when playing, if the devs did their job right, unless I pause the game and actually look for the differences. When running and gunning, its not really noticable unless the devs were lazy. even crysis3 can be made to work with 9, and it still looks beautiful)

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
  20. Re:Yeah, if DirectX 9 had been around and not evol by dywolf · · Score: 1

    addendum: point being, with such a large installed base of cards that run 9, and games that run 9, getting 9 running more efficiently on linux is a big boon to linux gaming.

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
  21. Re:Year of Linux on the desktop by Mike+Frett · · Score: 1

    It's silly anyway, why in the hell would you want to lock yourself into an API (DX) that only works on one platform and could be pulled from under you at any time. And some devs complain about the difficulty of porting their game to Linux/Mac, well hey, if you had used a Cross-Platform API and Engine to begin with you wouldn't be having that problem DUH.

    Ignorance and stupidity will be the death of this world I swear....

  22. Re:Yeah, if DirectX 9 had been around and not evol by Anonymous Coward · · Score: 0

    Not to mention that DX11 can do many things 2x+ than DX9. Not all things as in you will get 2x the FPS, but a decent amount of features that will keep your FPS from dipping as often during complex scenes.

    DX9 needs to stop being used and everyone needs to switch to DX11 or even better, OpenGL4.

  23. 9? by Anonymous Coward · · Score: 1

    but Direct3D goes to eleven...

    next thing you know, we'll finally catch up to Windows 3.11 for workgroups.....oh wait

  24. By the tone of these comments above by Provocateur · · Score: 1

    This is Microsoft's strategy to finally push XP off a cliff, and get longtime XP users to upgrade to something bett...well to something, at least.

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  25. This is a step backward by JustNiz · · Score: 2

    Firstly, claiming that this is running natively is hardly accurate. Its running under WINE. Yeah I know Wine Is Not an Emulator blah blah, but running anything under WINE is a very hit-or-miss experience, certainly not what you would assume when someone says its running natively.

    What we REALLY need is for developers to switch from using any Microsoft-proprietary APIs at all. Technology such as this enables other developers to continue to backslide on change and continue down a bad Microsoft road as a (bad) way to get things onto Linux. That isn't the solution that anybody wants (except Microsoft because they know trying to run through copied Microsoft APIs shoots Linux in the foot so performance comparisons etc. cant even be a fair fight to begin with).
    The only right way (and the only thing that should e called "Native" ) is to switch to using native (i.e. non-microsoft) APIs such as OpenGL. That is the only good approach. everything else will always be a compromised mess.

    1. Re:This is a step backward by lister+king+of+smeg · · Score: 1

      much of that is due to the horrible support for direct x. this fix a lot of that problem. i wonder if react os will use this.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    2. Re:This is a step backward by nhat11 · · Score: 1

      Someday it might evolved into something more open but currently it works well and the majority of users are running windows. My only worry is fragmentation and having to buy multiple devices just to play a game I want to play.

    3. Re:This is a step backward by tepples · · Score: 1

      The only right way (and the only thing that should e called "Native" ) is to switch to using native (i.e. non-microsoft) APIs such as OpenGL.

      OpenGL for graphics and what for input, audio, asset loading, saved games, and networking?

    4. Re:This is a step backward by Anonymous Coward · · Score: 0

      You're saying that like Direct3D alone would solve it.

      Even with DirectX, you'd be still wrong. Input and audio were moved out of DirectX, networking was dropped rather quickly from DirectX, and it never took care of saved games at all. The only thing of those it does is asset loading (from there comes the .x format), and even then I think it's rather limited.

    5. Re:This is a step backward by Anonymous Coward · · Score: 0

      DirectX doesn't have support for those, but these things are still very platform dependent. You can't just port the DirectX stuff and have it work.

    6. Re:This is a step backward by JustNiz · · Score: 1

      Even if DirectX did those things, the proper way for Linux would be:
      input: xf86-input-joystick or one of the many other input libraries.
      audio: alsa or one of the many other audio libriares.
      asset loading: libxml maybe? no idea.
      saved games: just dump it as a file to the file system like most games already do.
      networking: just use sockets like everyone else does.

  26. Re:Year of Linux on the desktop by mwvdlee · · Score: 1

    Yeah, and somehow knowing that will magically alter all the compiled code of decade-old games written by other people.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  27. The next DirectX to be released in 5.... 4..... 3 by Anonymous Coward · · Score: 0

    Wait for it.... A new (incompatible) version will be released any day now. It will have huge sweeping changes and more undocumented little gremlins to keep those open source folks at bay....

    Remember boys and girls, MS doesn't sell an OS they sell a gaming platform. Anyone who intrudes upon that turf will be met with swift incompatibility!

  28. Re:Year of Linux on the desktop by fast+turtle · · Score: 1

    Says you. My two main games are Guildwars and Total Annihilation and both of them are from Win95 era though GW has finally moved upstream enough that they've dropped support for Win9x from the client. For me, this sounds like a decent performance improvement that actually benefits me as both run well on Wine 1.4

    --
    Mod me up/Mod me down: I wont frown as I've no crown
  29. "DirectX is at 11 now" by voss · · Score: 4, Informative

    How many people still like to play games that are 5..7...10 years old. A lot of people

    Even relatively modern games like Civ 5 and WOW are quite happy with direct x 9.

    1. Re:"DirectX is at 11 now" by Rob+Bos · · Score: 1

      Nail on the head. What about old games makes them bad? If anything, the time filter eliminates the bad ones.

      And for those of us who've always gamed on Linux, being a few years behind is fine with me. I get new-to-me games cheaper. :)

      So, better DX9 layer? Huzzah, my existing games run a little bit better, and maybe it opens up some new ones! That's a little exciting.

    2. Re:"DirectX is at 11 now" by Khyber · · Score: 1

      I'm still playing Battletoads on my NES, because most games simply don't offer that challenge that I'm used to.

      The gaming industry has dumbed down a LOT. Where we should have had complex games with intuitive interfaces, bean-counters vs creative types, bean-counters always win, unless said bean-counters are also the developers and programmers.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  30. Can I have open 3D drivers? by Anonymous Coward · · Score: 0

    Since this is an article about Linux and 3D graphics.

    Who should I vote for with my dollar this year? I don't mind having to dualboot with windows to actually play (don't want to much stinky closed source programs on my linux), but I want to go with the best effort.

    Nvidia were given the finger earlier, did they improve their dual-GPU system support, or is AMD still leading for open-source support? Do they both ship stub drivers with a blob, and is Intel's last generation any good to run, say, SupCom or Skyrim with a constant decent framerate, fullscreen on low settings? (Links are welcome)

    1. Re:Can I have open 3D drivers? by Khyber · · Score: 1

      Dual-GPU is for bleeding-edge people, despite being around since 3Dfx days. Linux won't target that unless it's for super-computer cluster-style stuff, at least for now.

      Although 3Dfx SLI works just fine under Linux and has for years - AMD and nVidia use different implementations, vastly different (as in no rasterops making a GPU render every other line, which effectively forces a vsync to display a frame.)

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    2. Re:Can I have open 3D drivers? by unixisc · · Score: 1

      If they are bringing Direct 3D, why not all DirectX - something that includes sound as well, so that everything is taken care of in one package, and one doesn't have to struggle with Alsa, or PulseAudio or anything like it.

      On a different note, this project - is it only on Linux, or available on the BSDs as well?

  31. I wanna be a minority by tepples · · Score: 1

    You claim that video games in genres that don't benefit from a mouse "are the minority of games". By minority do you mean 49% or 1%? As for recently played titles that aren't FPS/RTS, let's see: Super Smash Bros. Brawl, Sonic 4 Episodes, Sonic Generations, Giana Sisters, PiX Bros., FHBG, Streemerz, or anything else whose controls involve moving in a direction, jumping, and attacking. Yes, I'm aware that some of these are first-party console games and therefore not a perfect match for a discussion about menu controls in PC games, but that doesn't rule out a PC game in the same genre. For example, instead of Brawl, choose Street Fighter IV. Why put away your MadCatz Sanwa joystick and pick up a mouse to select your character? And even on consoles whose controllers have a mouse equivalent, like the Wii Remote, some games ignore the pointing feature, such as Brawl, because the menus are built not to need it.

  32. Re:Yeah, if DirectX 9 had been around and not evol by 0123456 · · Score: 4, Insightful

    DX9 needs to stop being used and everyone needs to switch to DX11 or even better, OpenGL4.

    If Microsoft had ported DX10 and DX11 to XP, rather than using them as a club to beat XP users into switching to Vista, everyone already would have.

  33. Re:Yeah, if DirectX 9 had been around and not evol by Anonymous Coward · · Score: 0

    If you really want the latest shiny graphics in your games

    The average person doesn't have the hardware, never mind the software, for this, and they don't really tend to care.

  34. Re:Year of Linux on the desktop by lister+king+of+smeg · · Score: 1

    thats aimed at game devs not users,

    --
    ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
  35. Re: Year of Linux on the desktop by Anonymous Coward · · Score: 0

    Please don't stereotype like that. Most Muslims would not condone the actions of Al Qaeda on 9/11.

  36. Re:Year of Linux on the desktop by Anonymous Coward · · Score: 0

    It is not about one giant leap into the Linux desktop domination. It is more about the steps required to get there of which this is one. Microsoft has now, through its own actions, pushed many people that I know personnaly over to Linux. They are the number one catalyst to cause the year of the Linux Desktop.

  37. Re:The next DirectX to be released in 5.... 4..... by Khyber · · Score: 1

    Are you stupid? This is talking about DX 9. It's stuck at 9.0c version with some patches from..... 2008 at the earliest?

    Not about DX 11.whatthefuckever.

    --
    Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  38. ATI only? by JustNiz · · Score: 1

    So am I right in my understanding that this only benefits users with ATI GPUs?

    1. Re:ATI only? by Osgeld · · Score: 1

      no you are wrong

      open-source Radeon and Nouveau drivers

      Nouveau is the crap open source nvidia drivers

  39. Re:Yeah, if DirectX 9 had been around and not evol by Anonymous Coward · · Score: 0

    Ok, so Direct3D9 is *only* 10.5 years old.

    Wow, you really think the other AC was being a pedant about 1.5 years?

    Protip: DirectX9 was last updated in June of 2010.

  40. Xbox 360 or Xbox One by tepples · · Score: 1

    why in the hell would you want to lock yourself into an API (DX) that only works on one platform and could be pulled from under you at any time.

    Because if you want to port to Xbox 360 or Xbox One, it's the only API available to you. For some genres, a port to an Xbox platform is more lucrative than a port to GNU/Linux or OS X.

  41. What does this even mean? by Anonymous Coward · · Score: 0

    The hardware from AMD, Nvidia and now Intel is NOT DX9 or OpenGL whatever- it is a general programmable shader based processing system of proprietary design. The layer of PC software that most closely controls the GPU hardware is NOT anything to do with DX9 or OpenGL or OpenGL ES. The DX or OpenGL layer TRANSLATES concepts from these APIs to the memory and streaming low level functions of the real hardware drivers.

    The real problem is this- performance. GPUs are used because they are very fast. Getting DX9 working on a Linux box, and not caring that it is hundreds of times slower than the same hardware running under Windows is cretinous. And it will be hundreds of times slower in all but the simplest paths. Don't be fooled by self-serving benchmarks.

    The future is Linux games designed for Linux. This means supporting OpenGL ES2.0 and ES3.0 Companies like AMD, Nvidia and Intel can actually craft first class ES drivers under Linux, and ES3.0 can be considered a perfect replacement for DX9, and better.

    Wanna play Dx9 games? here's a clue- make a dual boot to XP, and go game in that environment. Wanna encourage first quality Linux games? Here's a clue- support games written using ES2.0 and ES3.0.

    Microsoft has announced the DirectX project is over. The phenomenal success of ARM devices means that OpenGL ES3.0 will eventually be the dominant GPU API. ES3.0 and beyond can run just as happily under Windows. DX, on the other hand, can ONLY ever run happily under Windows. One GPU API can be great everywhere. One GPU API is only great on a dying platform. Doesn't take a genius to figure out which is going to be the winner.

  42. Year of Nothing on the Desktop by Valdrax · · Score: 1

    Who cares? Linux (counting Android and other systems) is doing quite well everywhere else, and between servers, laptops, phones, tablets, and dedicated gaming consoles, who even needs a desktop anymore? The slump in PC sales suggests the answer is "no one." (Thank you, Windows 8!)

    If 2014 is the Year of Nothing on the Desktop, then Linux can count itself a winner.

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  43. Re:Yeah, if DirectX 9 had been around and not evol by Anonymous Coward · · Score: 0

    The reason you can't see much, if any, difference between Direct3D9 and Direct3D10/Direct3D11 is because game developers are wasting their time implementing the exact same thing across multiple Direct3D versions. There are things one can do with modest Direct3D10 and Direct3D11 hardware which to replicate in Direct3D9, even on the same hardware, would be horrendously slow.

    It's a case of new features not being utilized for anything near what they can really do because they are afraid of leaving users that refuse to upgrade past Windows XP out of their product. I don't understand it at all when the alternative to Direct3D is OpenGL which allows you to use the latest features your graphics card supports on even the oldest OS as long as a working driver is present.

    I honestly laughed my ass off when you said "if the devs did their job right". If the devs really did their job right you would see a massive jump in quality going from Direct3D9 to Direct3D11. But no they didn't do their job right, they just did it good enough to port features of their implementation to the new API, lazy shit.

  44. Well damn that's interesting... by Mashiki · · Score: 1

    Poor DX support is really the only thing that's been holding me back on dumping windows for the last 5-8 years(every year is the year of the linux desktop right?) But, with this, and with any luck DX10/11 eventually, it may very well be enough to push 'nix in whatever flavor into the mainstream market and out of the realm of geeks. And yes, I know there's the oddball non-geek who's using it, or have had someone set it up for them. This on the otherhand if done right will take a major bite out of the Windows market.

    --
    Om, nomnomnom...
  45. Re: Year of Linux on the desktop by Anonymous Coward · · Score: 0

    In English. In Arabic or Urdu, however....

  46. Re: Year of Linux on the desktop by Darinbob · · Score: 1

    This has the added benefit that if anyone does call you that they will never try to contact you a second time.

  47. Re:Year of Linux on the desktop by Darinbob · · Score: 1

    Basically the targeting is for the graphics card, not the OS. Plenty of Windows 8 computers are using cards that are only DX9 capable, even if the DLLs are listed as DX11.1.

  48. Re:Yeah, if DirectX 9 had been around and not evol by Darinbob · · Score: 1

    DX10 I would agree with. DX11 doesn't add that much that is noticeable.

  49. Gamer by sinemadiziorg · · Score: 1

    wuuhuu 4everLinux Games.

    --
    Wuuhuuu
  50. Re:\o/ by gigaherz · · Score: 1

    How is my post offtopic? I was clearly stating my emotion (subject) and opinion (content) to Linux being able to be used with a graphics API other than OpenGL.

    Just because I didn't write a long rant exposing an approximation to why I think I feel that way, it doesn't mean the content isn't related to the article.

  51. Re:\o/ by Anonymous Coward · · Score: 0

    Just because I didn't write a long rant exposing an approximation to why I think I feel that way, it doesn't mean the content isn't related to the article.

    You posted nonsense that exposed yourself as a dumb jackass. Learn from it; contribute or go the fuck away, you insufferable child.

  52. Super Mario 64 with a mouse by tepples · · Score: 1

    Anything you use the control pad's analogue stick for can be done better and faster with a mouse.

    How would Super Mario 64, where the Control Stick on the Nintendo 64 controller's center handle makes Mario face a direction and move at a given speed, have been controlled with a mouse?

    control schemes [for fighters and platformers] are so limited they are easily replicated on a touch screen (one of the worst game controllers in existence due to a complete lack of tactile feedback)

    In fact, there's so little feedback that the player can't even feel which button his thumb is over, which means he can't tell where to press for weak, medium, or strong punch or kick without looking away. So I don't see how a fighter could be done on a touch screen. Even platformers, with buttons to jump, use main tool, and use secondary tool (traditionally C, B, and A respectively on the Genesis controller), run into the same problem.

    consoles are made for spilt screen gaming and PC's aren't.

    How not? Sure, a 21" desktop PC monitor is far smaller than a living room TV, but it's still bigger than the TVs that were common in bedrooms during the Nintendo 64 era. Furthermore, you can connect a PC to an HDTV with an HDMI cable. If your PC lacks HDMI out, you can use DVI-D to HDMI and audio cables or even VGA and audio cables, which should cover every PC since the Windows 3.1 era. In addition, nearly every PC since 1999 has USB ports for connecting USB gamepads, and every Windows operating system since Windows 98 supports four or more USB gamepads.

    I prefer fighting games and platformers on consoles because I play these games with friends

    I've talked to some people on Slashdot who tell me they choose to play with strangers in pickup groups because they don't want to fly out to play with their friends or just because they don't work the same shift as their friends.

    in the same room

    What keeps you from building a home theater PC and putting it next to your TV? I know hairyfeet is a big proponent of the HTPC.

  53. No xf86 or alsa on Linux by tepples · · Score: 1

    switch to using native (i.e. non-microsoft) APIs

    xf86-input-joystick [...] alsa

    These APIs are not available on Windows. They are specific to Linux (or to UNIX in general). Or are you recommending making games exclusive to Linux instead of exclusive to Windows?

    just use sockets

    UNIX sockets work on UNIX, and Windows sockets work on Windows, but I thought key points of semantics differed between the two.

    1. Re:No xf86 or alsa on Linux by JustNiz · · Score: 1

      >> Or are you recommending making games exclusive to Linux instead of exclusive to Windows?

      If you're planning to releasing a game on Linux, then yes there should be a version that uses Linux's APIs not Microsoft's.

  54. Win32 APIs for things other than graphics by tepples · · Score: 1

    You're saying that like Direct3D alone would solve it.

    Windows games use Win32 APIs for things other than graphics. OpenGL is available on both Windows and UNIX, but a lot of the other APIs are available only on Windows or only on UNIX without some sort of translation layer like Wine or Cygwin.

    Input and audio were moved out of DirectX

    Only keyboard, mouse, and Xbox 360 Controller input were moved out of DirectX. One still needs DirectInput to read HID gamepads. And besides, when audio and keyboard, mouse, and Xbox 360 Controller input were moved out of DirectX, they were still moved to a Microsoft API.

  55. A pile of #ifdefs for all but graphics by tepples · · Score: 1

    Let me try rephrasing this again: OpenGL is present on both Linux and Windows. But for a single game that has both Linux and Windows versions, what libraries present on both Linux and Windows should the developer use for things other than graphics? Or does each developer need to write its own wrapper library around the corresponding Linux and Windows APIs?

    1. Re:A pile of #ifdefs for all but graphics by JustNiz · · Score: 1

      There are actually several different projects that do what you're asking.
      Perhaps the most well-known one is SDL:

      http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer

      However if you were a large and/or commercial developer you probably would prefer to develop your own wrapper library rather than use such a project, as then you could have full control of it.