OpenGL 4.0

Discussion about everything. New games, 3d math, development tips...
Post Reply
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yeah, I've already updated the glx includes and added checks for the newly added extensions. New extensions will slowly be put into Irrlicht.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

why are there 2 versions coming out at the same time? 3.3 and 4
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

so we will have real tessalation in irrlicht?
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Just buy me the gfx card and we'll see :P
The two versions require different abilities fo the gfx card. 3.3 is for DirectX 10 cards, 4.0 is for DirectX11 cards.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

*sigh* it means that I can only have OGL up to 3.3. but i doubt most games will use OGL though :?
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

hybrid wrote:Just buy me the gfx card and we'll see :P
The two versions require different abilities fo the gfx card. 3.3 is for DirectX 10 cards, 4.0 is for DirectX11 cards.
dang not even i got a dx11 card....
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

I can see that Irrlicht is slowly becoming an OpenGL-favoured engine. Progress on dx10 driver is too slow.
Last edited by Virion on Sat Mar 13, 2010 5:19 pm, edited 1 time in total.
sRc
Posts: 431
Joined: Thu Jul 28, 2005 1:44 am
Location: Salt Lake City, Utah
Contact:

Post by sRc »

Virion wrote:why are there 2 versions coming out at the same time? 3.3 and 4
3.3 is a rollup spec for older hardware, and 4.0 is for new hardware
The Bard sRc

Blog | Twitter
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

Virion wrote:I can see that Irrlicht is slowly becoming an OpenGL-favoured engine. Progress on dx10 driver is too slow.
well i am using linux so dx is not even an option for me
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Sudi wrote:
Virion wrote:I can see that Irrlicht is slowly becoming an OpenGL-favoured engine. Progress on dx10 driver is too slow.
well i am using linux so dx is not even an option for me
actually i wish irrlicht could be openGL-only engine so that a lot of features can be implemented without worrying whether it can be done the dx way.

but of course it seems like not quite possible.
disks86
Posts: 15
Joined: Tue Nov 03, 2009 4:04 am
Contact:

bump

Post by disks86 »

So, I'm a little behind the curve I just heard about 4.0. For some reason I'm super excited about it. As for Irrlicht being an OpenGL only engine. Some graphics cards have better performance with DirectX so I think it is good to give the end user options.


But anyway from my understanding in terms of functionality OpenGL and DirectX are now equal. I don't really know anything about the APIs except for a very basic understanding of a hand full of tutorials I looked at many moons ago. However shouldn't this make it easier to implement new versions of the video driver stuff for irrlicht?
I'm not random you just don't get the &.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Re: bump

Post by Virion »

disks86 wrote:However shouldn't this make it easier to implement new versions of the video driver stuff for irrlicht?
afaik someone is doing dx10 driver, and some other guy is doing opengl 3.3 driver. it's not easy so we'll have to wait for some time.

by the way OpenGL is being marketed poorly. Where are the demos that running openGL 4?? They should have made some to show the adventage of using it, not just saying "oh well, it works just the way like DirectX11"!! convince the developers to use OpenGL.

if they themselves can't make something good from openGL, why should other developers use it? I don't want a floating triangle or a rotating cube.
Post Reply