Page 159 of 173 < 1 2 ... 157 158 159 160 161 ... 172 173 >
Topic Options
Rate This Topic
#243188 - 08/11/08 11:42 AM Re: OpenGL 3 Updates ***** [Re: Rob Barris]
bobvodka Offline
Regular Contributor
***

Registered: 04/09/04
Posts: 422
Loc: UK
 Originally Posted By: Rob Barris
As work is already underway for the next release, this is exactly the right time to bring up functionality that you want either as an OpenGL 3.0 extension or for the next core release. (Index buffer offsetting is on that list already)


(yay! replying to the same thing twice).

Honestly Rob, give us a reason to bother/care?
Because the last time we were asked we were presented with OpenGL3.0 which was accepted as the best thing to happen to OpenGL, got praise left, right and center and generally became a "DO WANT!" from the community.

Then, 2 years later, you turn around and drop all these plans because the CAD and related industries don't want it and have the cheek to turn around to us and say 'hey guys.. what do you want?'.

We told you, you gave us this.
If you want to know what people want in the future go ask those CAD people who made us end up with this because it's obvious at this point that what the general community wants doesn't matter and, in some regards, never did.

Top
#243189 - 08/11/08 11:49 AM Re: OpenGL 3 Updates [Re: cass]
MZ Offline
Regular Contributor

Registered: 05/26/02
Posts: 271
 Originally Posted By: cass
We are approaching the end of the road with the conventional API models now though. On at least one next generation platform, software developers will be able to write their own GL and make it as small and efficient as they like.

I understand you're speaking about unspecified near future, but I'd like to look at it from the point of view of tools available today: Cuda/CTM. I think there is still a lot of GPU functionality of not covered by either of these GPGPU APIs:

- blend, stencil and depth test/ops
- early/hierarchical depth culling
- optimization of pixel pipeline by running it's components at different frequencies: per-sample, per-pixel and per-quad.

Obviously, everything is doable in software, but I guess stuff like ROP units are 100% fixed-function hardware till today for a reason. Unless something changes in either HW (every GPU becomes Larrabee-like) or GPGPU APIs (expose stuff above), home-made rasterisation API won't be even an option.

Top
#243190 - 08/11/08 11:53 AM Re: OpenGL 3 Updates [Re: MZ]
MZ Offline
Regular Contributor

Registered: 05/26/02
Posts: 271
By the way, I think we shouldn't focus our anger at the only ARB member who bothered to keep (limited, but better than none) contact with the community. ARB is group body, and certainly there are members there who wanted to deliver what we all hoped for. They have lost, and we are fucked. I'm being calm about this fiasco only because I already did my share of beating dead horse in GL 2.0 times.

Top
#243191 - 08/11/08 11:53 AM Re: OpenGL 3 Updates [Re: MZ]
santyhamer Offline
Regular Contributor

Registered: 09/15/00
Posts: 280
Loc: Inside an xbox

Top
#243192 - 08/11/08 11:58 AM Re: OpenGL 3 Updates [Re: santyhamer]
bobvodka Offline
Regular Contributor
***

Registered: 04/09/04
Posts: 422
Loc: UK
You might want to read back a few pages santyhamer; I suggest getting your ragepants on...

Top
#243194 - 08/11/08 12:04 PM Re: OpenGL 3 Updates [Re: bobvodka]
Brianj Offline
Newbie

Registered: 07/17/08
Posts: 8
Loc: Brooklyn, NY
Is it possible to get a list of the companies that voted against the rewrite for the 3.0 release? Just to correctly focus anger at, and for some other reasons...


Edited by Brianj (08/11/08 12:05 PM)

Top
#243195 - 08/11/08 12:07 PM Re: OpenGL 3 Updates [Re: bobvodka]
glDan Offline
Newbie

Registered: 05/23/02
Posts: 16
It is a pretty sad day.

It also means that the Khronos group should be ashamed at themselves.

There is no logical reason for naming it OpenGL 3.0 instead of 2.2/3/45/6/7/8/9.

Why do I get the feeling that the reason behind the huge delay was the infighting, and in the end, the only winners out of this whole process is the CAD industry, which apparently knows what is best for the future of openGL?

The Khronos group should resign after this folly.
They have not shown ANY leadership, and only ended up pissing off the entire openGL community.

Nice one guys!

Top
#243197 - 08/11/08 12:17 PM Re: OpenGL 3 Updates [Re: glDan]
Eckos Offline
Newbie

Registered: 05/13/08
Posts: 15
This is [censored] horse [censored]. We wait for 2 years for nothing?

Thanks CAD people for screwing us over because your so damn lazy to update your piece of junk software. Man it seems the only way to go about anything now is the Microsoft way, so Microsoft wins yet again. I see why no games are developed in OpenGL now.

When will we ever get a real pure OpenGL 3.0 instead of this junk.

Hopefully I can find something on the web for getting Qt4 with Direct3D 10 or i'mma just give up on GameDev all together.


Edited by Khronos_webmaster (08/14/08 01:11 PM)

Top
#243198 - 08/11/08 12:22 PM Re: OpenGL 3 Updates [Re: Eckos]
Khronos_webmaster Offline

Webmaster
Newbie
*****

Registered: 04/23/07
Posts: 44
Loc: Montreal
There is a new thread started here as this one is getting a bit long and is not on topic anymore since the release:

http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=243193#Post243193
_________________________
Webmaster Khronos.org and OpenGL.org

Top
#243200 - 08/11/08 12:25 PM Re: OpenGL 3 Updates [Re: glDan]
mfort Offline
Regular Contributor

Registered: 11/20/03
Posts: 161
Loc: Czech Republic
Please calm down. I really understand CAD-like companies. Making new API with no backward compatibility would brake it all.
It would be easier for them to go to DX10 now instead of waiting for and implementing OpenGL3.0.

Microsoft can afford to make clean cut in DX versions. They dont care of legacy SW. Games are written against particular DX version.
Professional applications are different. They evolve at much slower pace. If you are writing small apps or games, go to DX.

I am developing OpenGL apps for more then 10 years, started on SGI. We have lot of OpenGL apps and it is absolutely impossible to port them all to new API in reasonable time.

What is very important in the whole 3.0 spec is the chapter E.1
This is what we are all waiting for. This is what tells me what features we have to avoid to be ready for API change.

I am pretty sure that in near future the drivers will check the parameter WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB to wglCreateContextAttribsARB and all the OpenGL will run on different drivers (hopefully less buggy).

Be reasonable. Miracles don't happen.

/Marek


Top
Page 159 of 173 < 1 2 ... 157 158 159 160 161 ... 172 173 >


Moderator:  Khronos_webmaster 
Who's Online
3 registered (kaerimasu, marshats, pytell), 31 Guests and 89 Spiders online.
Key: Admin, Global Mod, Mod
Newest Members
Nonozor, Maire Nicolas, minakshee, Koter, pixelwrangler
24934 Registered Users
Top Posters (30 Days)
Alfonse Reinheart 152
ZbuffeR 92
Dark Photon 73
marshats 47
Brolingstanz 44
Ilian Dinev 41
Iulian B 38
Stephen A 37
Kip Warner 28
devdept 26
Pierre 23
DarkShadow44 23
igorgiv 23
skynet 23
Yann LE PETITCORPS 22
scratt 21
Abdallah DIB 21
Aleksandar 20
dletozeun 19
Pierre Boudier 19
Forum Stats
24934 Members
12 Forums
52392 Topics
271538 Posts

Max Online: 482 @ 08/11/08 06:19 PM