Unix Technical Forum

OpenGL, GLUT, etc

This is a discussion on OpenGL, GLUT, etc within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> I have just started reading _The OpenGL Superbible, 4th ed._ but there is absolutely no mention of *BSD anywhere ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > comp.unix.bsd.openbsd.misc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default OpenGL, GLUT, etc

I have just started reading _The OpenGL Superbible, 4th ed._
but there is absolutely no mention of *BSD anywhere in the book.
Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
apropos OpenGL has a little info, but not much.

Thanks,
Dave Feustel

--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-16-2008, 09:10 AM
steven mestdagh
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> wrote:
> I have just started reading _The OpenGL Superbible, 4th ed._
> but there is absolutely no mention of *BSD anywhere in the book.
> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
> apropos OpenGL has a little info, but not much.


You can use the Mesa implementation of OpenGL (http://www.mesa3d.org/)
which is bundled in the X.org file sets.
GLUT is available in the ports tree.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

steven mestdagh <steven.mestdagh@esat.kuleuven.be> wrote:
> dave <daf@amd.localhost.comcast.net> wrote:
>> I have just started reading _The OpenGL Superbible, 4th ed._
>> but there is absolutely no mention of *BSD anywhere in the book.
>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>> apropos OpenGL has a little info, but not much.

>
> You can use the Mesa implementation of OpenGL (http://www.mesa3d.org/)
> which is bundled in the X.org file sets.
> GLUT is available in the ports tree.


Mesa is mentioned in the Super Bible (SB). My impression is that
one uses mesa when there is no hardware driver support for OpenGL
and that the version of OpenGL/Mesa supported is determined by the
video driver support. I.e. upgrading OpenGL (eg from 2.0 to 2.1)
requires upgrading the video driver. Is that correct?
--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> wrote:
> I have just started reading _The OpenGL Superbible, 4th ed._
> but there is absolutely no mention of *BSD anywhere in the book.
> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
> apropos OpenGL has a little info, but not much.
>
> Thanks,
> Dave Feustel


I have installed the glut package and am now building and running the OpenGL program
examples in the SuperBible. Would these programs run faster with open source drivers
for ATI video cards?

Thanks.

--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2008, 09:10 AM
dhg
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> writes:

> dave <daf@amd.localhost.comcast.net> wrote:
>> I have just started reading _The OpenGL Superbible, 4th ed._
>> but there is absolutely no mention of *BSD anywhere in the book.
>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>> apropos OpenGL has a little info, but not much.
>>
>> Thanks,
>> Dave Feustel

>
> I have installed the glut package and am now building and running the OpenGL program
> examples in the SuperBible. Would these programs run faster with open source drivers
> for ATI video cards?
>
> Thanks.
>
> --


afaik, opensource ATI video card drivers are much limited in
hardware 3D supports. only some very old display cards are fully
3D accelerated, such as those with R200 cores...

it seems that ATI cards above Radeon 9xxx are only 2D
accelerated...

--
But what saith it? The word is nigh thee, even in thy mouth, and
in thy heart: that is, the word of faith, which we preach;
-- Romans 10:8
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dhg <jokhva@gmail.com> wrote:
> dave <daf@amd.localhost.comcast.net> writes:
>
>> dave <daf@amd.localhost.comcast.net> wrote:
>>> I have just started reading _The OpenGL Superbible, 4th ed._
>>> but there is absolutely no mention of *BSD anywhere in the book.
>>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>>> apropos OpenGL has a little info, but not much.
>>>
>>> Thanks,
>>> Dave Feustel

>>
>> I have installed the glut package and am now building and running the OpenGL program
>> examples in the SuperBible. Would these programs run faster with open source drivers
>> for ATI video cards?
>>
>> Thanks.
>>
>> --

>
> afaik, opensource ATI video card drivers are much limited in
> hardware 3D supports. only some very old display cards are fully
> 3D accelerated, such as those with R200 cores...
>
> it seems that ATI cards above Radeon 9xxx are only 2D
> accelerated...


I've built and run most of the example programs in the SuperBible. I now need GLSL to
run programs. Is GLSL available for OpenBSD?

--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> wrote:
> dhg <jokhva@gmail.com> wrote:
>> dave <daf@amd.localhost.comcast.net> writes:
>>
>>> dave <daf@amd.localhost.comcast.net> wrote:
>>>> I have just started reading _The OpenGL Superbible, 4th ed._
>>>> but there is absolutely no mention of *BSD anywhere in the book.
>>>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>>>> apropos OpenGL has a little info, but not much.
>>>>
>>>> Thanks,
>>>> Dave Feustel
>>>
>>> I have installed the glut package and am now building and running the OpenGL program
>>> examples in the SuperBible. Would these programs run faster with open source drivers
>>> for ATI video cards?
>>>
>>> Thanks.
>>>
>>> --

>>
>> afaik, opensource ATI video card drivers are much limited in
>> hardware 3D supports. only some very old display cards are fully
>> 3D accelerated, such as those with R200 cores...
>>
>> it seems that ATI cards above Radeon 9xxx are only 2D
>> accelerated...

>
> I've built and run most of the example programs in the SuperBible. I now need GLSL to
> run programs. Is GLSL available for OpenBSD?


Are PBO extensions available for OpenBSD?

--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> wrote:
> dave <daf@amd.localhost.comcast.net> wrote:
>> dhg <jokhva@gmail.com> wrote:
>>> dave <daf@amd.localhost.comcast.net> writes:
>>>
>>>> dave <daf@amd.localhost.comcast.net> wrote:
>>>>> I have just started reading _The OpenGL Superbible, 4th ed._
>>>>> but there is absolutely no mention of *BSD anywhere in the book.
>>>>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>>>>> apropos OpenGL has a little info, but not much.
>>>>>
>>>>> Thanks,
>>>>> Dave Feustel
>>>>
>>>> I have installed the glut package and am now building and running the OpenGL program
>>>> examples in the SuperBible. Would these programs run faster with open source drivers
>>>> for ATI video cards?
>>>>
>>>> Thanks.
>>>>
>>>> --
>>>
>>> afaik, opensource ATI video card drivers are much limited in
>>> hardware 3D supports. only some very old display cards are fully
>>> 3D accelerated, such as those with R200 cores...
>>>
>>> it seems that ATI cards above Radeon 9xxx are only 2D
>>> accelerated...

>>
>> I've built and run most of the example programs in the SuperBible. I now need GLSL to
>> run programs. Is GLSL available for OpenBSD?

>
> Are PBO extensions available for OpenBSD?


Also, it would be nice to support OpenGL 1.4.

/home/daf}glxinfo | grep -i version
server glx version string: 1.2
client glx version string: 1.4
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
glu version: 1.3


--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-16-2008, 09:10 AM
dave
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

>>> I've built and run most of the example programs in the SuperBible. I now need GLSL to
>>> run programs. Is GLSL available for OpenBSD?

>>
>> Are PBO extensions available for OpenBSD?

>
> Also, it would be nice to support OpenGL 1.4.
>
> /home/daf}glxinfo | grep -i version
> server glx version string: 1.2
> client glx version string: 1.4
> OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
> glu version: 1.3


Any chance of getting the OpenEXR package updated to include the IlmThread library?
--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-16-2008, 09:10 AM
dhg
 
Posts: n/a
Default Re: OpenGL, GLUT, etc

dave <daf@amd.localhost.comcast.net> writes:

> dave <daf@amd.localhost.comcast.net> wrote:
>> dave <daf@amd.localhost.comcast.net> wrote:
>>> dhg <jokhva@gmail.com> wrote:
>>>> dave <daf@amd.localhost.comcast.net> writes:
>>>>
>>>>> dave <daf@amd.localhost.comcast.net> wrote:
>>>>>> I have just started reading _The OpenGL Superbible, 4th ed._
>>>>>> but there is absolutely no mention of *BSD anywhere in the book.
>>>>>> Is there an overview of OpenGL, GLUT, etc. as used in OpenBSD?
>>>>>> apropos OpenGL has a little info, but not much.
>>>>>>
>>>>>> Thanks,
>>>>>> Dave Feustel
>>>>>
>>>>> I have installed the glut package and am now building and running the OpenGL program
>>>>> examples in the SuperBible. Would these programs run faster with open source drivers
>>>>> for ATI video cards?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> --
>>>>
>>>> afaik, opensource ATI video card drivers are much limited in
>>>> hardware 3D supports. only some very old display cards are fully
>>>> 3D accelerated, such as those with R200 cores...
>>>>
>>>> it seems that ATI cards above Radeon 9xxx are only 2D
>>>> accelerated...
>>>
>>> I've built and run most of the example programs in the SuperBible. I now need GLSL to
>>> run programs. Is GLSL available for OpenBSD?

>>
>> Are PBO extensions available for OpenBSD?

>
> Also, it would be nice to support OpenGL 1.4.
>
> /home/daf}glxinfo | grep -i version
> server glx version string: 1.2
> client glx version string: 1.4
> OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
> glu version: 1.3
>
>
> --


the current version of Xorg under OpenBSD is still 6.9.0 ?
Xorg 6.9.0 still uses Mesa 6.x. while Xorg 7.3 now uses Mesa 7.x

--
But what saith it? The word is nigh thee, even in thy mouth, and
in thy heart: that is, the word of faith, which we preach;
-- Romans 10:8
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:14 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com