Horde3D

Next-Generation Graphics Engine
It is currently 13.05.2024, 12:32

All times are UTC + 1 hour




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 11.08.2008, 17:36 
Offline

Joined: 05.03.2007, 19:38
Posts: 167
Location: Romania
Horde3D's rendering engine being based on OpenGL 2.1 I believe that this might be of importance to the community. You can get it here.

Are there any development plans of integrating this version of the api in the actual rendering engine?

_________________
Paul


Top
 Profile  
Reply with quote  
PostPosted: 12.08.2008, 00:26 
Offline

Joined: 22.11.2007, 17:05
Posts: 707
Location: Boston, MA
SpOOky wrote:
Are there any development plans of integrating this version of the api in the actual rendering engine?
Given that Khronos completely nerfed the 3.0 spec, basically giving us OpenGL 2.2, Horde is in fact already compatible with this API.

For future compatibility, all we have to do is make sure that we aren't using any of the stuff that *might* be deprecated in the future (note that this deprecation is quite unlikely to all accounts), and start supporting the new extensions where appropriate.

We should be good already on the deprecation front, since Horde is pure shaders, and doesn't use the fixed function pipeline at all. As for the newer extensions, I have been eyeing a few of them for some months now, but don't have a card that supports them - when someone does, I am sure they will be implemented. Texture arrays are probably the most interesting to me, especially for render to texture, and after that, geometry shaders.

_________________
Tristam MacDonald - [swiftcoding]


Top
 Profile  
Reply with quote  
PostPosted: 12.08.2008, 01:42 
Offline

Joined: 08.11.2006, 03:10
Posts: 384
Location: Australia
swiftcoder wrote:
We should be good already on the deprecation front, since Horde is pure shaders, and doesn't use the fixed function pipeline at all. As for the newer extensions, I have been eyeing a few of them for some months now, but don't have a card that supports them - when someone does, I am sure they will be implemented. Texture arrays are probably the most interesting to me, especially for render to texture, and after that, geometry shaders.
Doesn't the 2D overlay API use immediate mode? I believe that this is a candidate for deprecation.


Oh cool, I wasn't aware they added in a standard geometry shader extension:
http://www.opengl.org/registry/specs/AR ... hader4.txt


Last edited by DarkAngel on 12.08.2008, 02:03, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: 12.08.2008, 01:58 
Offline

Joined: 26.03.2008, 02:58
Posts: 160
"Wholey moley" take a look at these two threads...

http://www.opengl.org/discussion_boards ... w=1#UNREAD
http://www.gamedev.net/community/forums ... _id=504547

There is allot of hate flowing tonight towards OGL and the ARB.

I wouldn't like to be the guy doing the BOF on siggraph :shock:


Top
 Profile  
Reply with quote  
PostPosted: 15.08.2008, 08:54 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
I personally don't think that we should make Horde3D to require a 3.0 graphics card in the near future. Otherwise I wouldn't be able to run it on any of my computer hardware anymore :-)
BTW: http://developer.nvidia.com/object/opengl_3_driver.html


Top
 Profile  
Reply with quote  
PostPosted: 15.08.2008, 17:38 
Offline

Joined: 22.11.2007, 17:05
Posts: 707
Location: Boston, MA
Volker wrote:
I personally don't think that we should make Horde3D to require a 3.0 graphics card in the near future. Otherwise I wouldn't be able to run it on any of my computer hardware anymore :-)
Same here, but the Mac software renderer does have support for Geometry shaders, etc. so support for those features would be fun.
Quote:
Since the spec only rolls extensions into core, and NVidai had all the extensions already, it wasn't too hard for them ;)

_________________
Tristam MacDonald - [swiftcoding]


Top
 Profile  
Reply with quote  
PostPosted: 16.08.2008, 20:10 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
Volker wrote:
I personally don't think that we should make Horde3D to require a 3.0 graphics card in the near future. Otherwise I wouldn't be able to run it on any of my computer hardware anymore :-)[/url]

Hehe, on my computer it would still run ;)
But since many people complain that even shader model 2.0 is a too strict minimum requirement, we should definitely not make GL 3.0 / SM 4 the required spec. Most game companies seem to focus on DX9 anyways, mostly because consoles have a DX 9.x feature set. That's good, so we won't get outdated too fast.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group