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."
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.
1998 called.. They want their joke back.
http://slashdot.org/comments.pl?sid=3963145&cid=44259321
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.
... 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.
DX9 is rather like OpenGL 2.0 really, with large emphasis on HLSL. The "all about legacy fixed function" DirectX is DX7.
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
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.
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.
I'm fine with Skyrim, thanks.
Patents Drive Free Software as Hurricanes Drive Construction Industry
It's pretty hard to warn people about a future disaster if they're leaving a voice mail.
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.
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?
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.....
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
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.
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.
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.
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.'"
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.
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?
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!
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.'"
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.
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 ]
that woosh you might be hearing is not a tsunami...
Not much, but those are the minority of games (how many games have you recently played with no mouse?).
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.
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.
You'll be fine, until you take an arrow to the knee.
Get free satoshi (Bitcoin) and Dogecoins
Good D3D9 support means companies will care even less about Linux and will continue to target Windows only.
Get free satoshi (Bitcoin) and Dogecoins
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.
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.
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....
but Direct3D goes to eleven...
next thing you know, we'll finally catch up to Windows 3.11 for workgroups.....oh wait
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.
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.
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.
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?
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.
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.
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
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.
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?
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
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.
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.
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.
Or moved to the mobile platform.
"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.
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.'"
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.
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.
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.
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.
So am I right in my understanding that this only benefits users with ATI GPUs?
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.
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)
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").
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)
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.
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").
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...
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.
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?
This has the added benefit that if anyone does call you that they will never try to contact you a second time.
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.
DX10 I would agree with. DX11 doesn't add that much that is noticeable.
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.
wuuhuu 4everLinux Games.
Wuuhuuu
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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?
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.